A community-driven registry for Claude, Cursor, Windsurf, Cline & more. Not affiliated with Anthropic.
Are you the author? Sign in to claim
Local MCP server for Microsoft Outlook — calendars, events, and email via Microsoft Graph API
A single-binary MCP server that connects Claude Desktop and Claude Code to Microsoft Outlook via the Microsoft Graph API. Manage your calendar, read email, and compose drafts without leaving your AI assistant.
Go binary (recommended):
go install github.com/desek/outlook-local-mcp/cmd/outlook-local-mcp@latest
Claude Desktop extension (no terminal required):
Download the .mcpb file from the latest release and open it in Claude Desktop via Settings > Extensions > Install from file.
All operations use four aggregate domain tools dispatched by an operation verb:
{tool: "calendar", args: {operation: "list_events", date: "today"}}
{tool: "mail", args: {operation: "list_folders"}}
{tool: "account", args: {operation: "list"}}
{tool: "system", args: {operation: "status"}}
Call any domain with operation: "help" to list its verbs and parameters.
| Guide | Contents |
|---|---|
| docs/readme.md | Project overview and feature list |
| docs/quickstart.md | Prerequisites, installation, and first tool call |
| docs/concepts.md | Output tiers, multi-account model, mail gating, OAuth scopes, observability, and more |
| docs/troubleshooting.md | Auth errors, Keychain issues, Graph throttling, and account lifecycle |
For LLM clients: see llms.txt for a machine-readable index.
MIT License. See LICENSE for details.
A Jetbrains IDE IntelliJ plugin aimed to provide coding agents the ability to leverage intelliJ's indexing of the codeba
Run Claude Code as an MCP server so any agent can delegate coding tasks to it
Browser automation using accessibility snapshots instead of screenshots