Getting Started
Last updated: 4 March 2026
Getting Started with Outlook Assistant
Set up Outlook Assistant and connect Claude to your Microsoft Outlook account in under 5 minutes.
What you’ll need
- Node.js 18+ installed on your machine
- A Microsoft account (personal or work/school) with Outlook access
- Claude Desktop or another MCP-compatible client
Install
Run the MCP server directly with npx — no global install required:
npx @littlebearapps/outlook-assistant
On first run, it will guide you through Microsoft OAuth authentication in your browser.
Configure your MCP client
Claude Desktop
Add this to your Claude Desktop MCP config (claude_desktop_config.json):
{
"mcpServers": {
"outlook-assistant": {
"command": "npx",
"args": ["@littlebearapps/outlook-assistant"]
}
}
}
Claude Code
For Claude Code, add to your project’s .mcp.json:
{
"mcpServers": {
"outlook-assistant": {
"command": "npx",
"args": ["@littlebearapps/outlook-assistant"]
}
}
}
Authenticate with Microsoft
- When the server starts, it opens a browser window for Microsoft login
- Sign in with your Microsoft account
- Grant the requested permissions (read/send email, calendar, contacts)
- The token is stored locally — you won’t need to sign in again until it expires
Try your first command
Once connected, ask Claude something like:
“Show me my unread emails from today”
Or:
“What meetings do I have this week?”
Outlook Assistant gives Claude access to 20 tools across email, calendar, contacts, folders, rules, settings, and shared mailboxes.
What’s next
- Check the build page for the full feature list
- Found a bug? Report it on GitHub
- Have a question? Ask in Discussions
Was this helpful?
Thanks for your feedback!
Related Articles
How-To GuidesKQL Search Reference for Outlook AssistantUse Keyword Query Language to write precise search queries for emails by date, sender, subject, and message properties.How-To GuidesHow to Configure Working HoursSet your working hours and time zone so Outlook knows when you're available for scheduling.How-To GuidesHow to Manage Your ContactsCreate, view, update, and delete contact records in your Outlook contacts book.