MCP server for Outlook email, calendar, and contacts — let your AI assistant manage your inbox directly from the conversation.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"outlook-assistant": {
"command": "npx",
"args": [
"-y",
"littlebearapps/outlook-assistant"
]
}
}
}
Run in terminal:
claude mcp add outlook-assistant npx -y littlebearapps/outlook-assistant
Add to .cursor/mcp.json:
{
"mcpServers": {
"outlook-assistant": {
"command": "npx",
"args": [
"-y",
"littlebearapps/outlook-assistant"
]
}
}
}