← Back to Plugins
MCP Server MCP

io.github.littlebearapps/outlook-assistant

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y @littlebearapps/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@littlebearapps/outlook-assistant",
      "version": "3.9.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Azure AD application client ID",
          "isRequired": true,
          "format": "string",
          "name": "OUTLOOK_CLIENT_ID"
        },
        {
          "description": "Azure AD application client secret value",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "OUTLOOK_CLIENT_SECRET"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...