Outlook MCP
Rank #4,373io.github.mpalermiti/outlook-mcp
Microsoft Outlook personal accounts: mail, calendar, contacts, to-do, drafts (52 tools).
Outlook MCP is a Model Context Protocol (MCP) server published by mpalermiti. It ranks #4,373 of 115,591 servers tracked on MCP Toplist, and its repository has 22 GitHub stars. Outlook MCP is listed across 3 registries — Official MCP, PulseMCP and Glama, with 7 tracked versions. It was first listed on Apr 13, 2026 and most recently updated on Apr 18, 2026.
Ranks ahead of 111,218 of 115,591 servers on MCP Toplist.
Use Outlook MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add outlook-mcp -- uvx outlook-graph-mcp[mcp_servers.outlook-mcp]
command = "uvx"
args = ["outlook-graph-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"outlook-mcp": {
"command": "uvx",
"args": [
"outlook-graph-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"outlook-mcp": {
"command": "uvx",
"args": [
"outlook-graph-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"outlook-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"outlook-graph-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"outlook-mcp": {
"command": "uvx",
"args": [
"outlook-graph-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"outlook-mcp": {
"command": "uvx",
"args": [
"outlook-graph-mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.mpalermiti%2Foutlook-mcp)<a href="https://mcptoplist.com/server/io.github.mpalermiti%2Foutlook-mcp"><img src="https://mcptoplist.com/badge/io.github.mpalermiti%2Foutlook-mcp.svg" alt="MCP Toplist: Top 5% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (2 delisted)
mpalermiti
Other servers by mpalermiti
View all mpalermiti servers →Available versions (7)
| Version | Published |
|---|---|
| 1.4.1 | Apr 18, 2026 |
| 1.4.0 | Apr 18, 2026 |
| 1.3.1 | Apr 18, 2026 |
| 1.3.0 | Apr 17, 2026 |
| 1.2.0 | Apr 16, 2026 |
| 1.1.0 | Apr 14, 2026 |
| 1.0.0 | Apr 13, 2026 |
Frequently asked questions
- Who maintains Outlook MCP?
- Outlook MCP is maintained by mpalermiti, which publishes 2 MCP servers (7 total versions) tracked on MCP Toplist.
- Is Outlook MCP listed on the Official MCP Registry?
- Yes — Outlook MCP is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Outlook MCP have?
- MCP Toplist tracks 7 versions of Outlook MCP, most recently published on Apr 18, 2026.
- Where can I find the source code for Outlook MCP?
- The source code for Outlook MCP is hosted at github.com/mpalermiti/outlook-mcp.