MCP server for Microsoft 365 Outlook — calendar, mail, and tasks via Microsoft Graph API. Single binary, zero runtime dependencies.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-server-outlook": {
"command": "npx",
"args": [
"-y",
"wuchang/mcp-server-outlook"
]
}
}
}
Run in terminal:
claude mcp add mcp-server-outlook npx -y wuchang/mcp-server-outlook
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-server-outlook": {
"command": "npx",
"args": [
"-y",
"wuchang/mcp-server-outlook"
]
}
}
}