HomeCommunication › outlook-assistant

outlook-assistant

Microsoft Outlook MCP server — 22 tools for email, calendar, contacts, and mailbox management.

TypeScript Cloud
★ 37 stars Last pushed 2026-09-09 License: MIT

Topics: Communication

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 3.11.1)

npx -y @littlebearapps/[email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "outlook-assistant": {
      "command": "npx",
      "args": [
        "-y",
        "@littlebearapps/[email protected]"
      ],
      "env": {
        "OUTLOOK_CLIENT_ID": "<YOUR_VALUE>",
        "OUTLOOK_CLIENT_SECRET": "<YOUR_VALUE>"
      }
    }
  }
}
  • OUTLOOK_CLIENT_ID required — Azure AD application client ID
  • OUTLOOK_CLIENT_SECRET required secret — Azure AD application client secret value

This repository has 2 servers listed in the Official MCP Registry.

Other names: io.github.littlebearapps/outlook-mcp

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry