← Back to browse

outlook-mcp

Indexed by io.github.littlebearapps

About

Microsoft Outlook MCP server — 20 tools for email, calendar, contacts, and settings via Graph API.

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsOUTLOOK_CLIENT_ID OUTLOOK_CLIENT_SECRET
Claude Code
claude mcp add --env OUTLOOK_CLIENT_ID= --env OUTLOOK_CLIENT_SECRET= outlook-mcp -- npx @littlebearapps/outlook-mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"outlook-mcp","command":"npx","args":["@littlebearapps/outlook-mcp"],"env":{"OUTLOOK_CLIENT_ID":"","OUTLOOK_CLIENT_SECRET":""}}'
JSON
{
  "mcpServers": {
    "outlook-mcp": {
      "command": "npx",
      "args": [
        "@littlebearapps/outlook-mcp"
      ],
      "env": {
        "OUTLOOK_CLIENT_ID": "",
        "OUTLOOK_CLIENT_SECRET": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.