Outlook MCP runs on your own machine — the client starts it, so there is no endpoint to ping.
Microsoft Outlook MCP server — 20 tools for email, calendar, contacts, and settings via Graph API.
The linked repository no longer exists on GitHub — it was deleted or made private.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add outlook-mcp -- npx -y @littlebearapps/outlook-mcp
{
"mcpServers": {
"outlook-mcp": {
"args": [
"-y",
"@littlebearapps/outlook-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.outlook-mcp]
command = "npx"
args = ["-y", "@littlebearapps/outlook-mcp"]
{
"mcpServers": {
"outlook-mcp": {
"args": [
"-y",
"@littlebearapps/outlook-mcp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"outlook-mcp": {
"args": [
"-y",
"@littlebearapps/outlook-mcp"
],
"command": "npx"
}
}
}
Answers built from our own checks of this server.