Microsoft Teams MCP Server

The first open-source Microsoft Teams connector for Claude. Any Microsoft 365 user can connect - just sign in with your work account. No setup, no credentials, no self-hosting required. Its 11 documented tools cover teams, message, messages, channel. It runs locally over stdio via the published package.

People connecting communication tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-04-12 · ★ 2 · #77 OF 99 MAINTAINED COMMUNICATION · VERIFIED 2026-08-25

MIT · TypeScript servers · how we verify → /methodology

01 · Install Microsoft Teams

before you install - you'll need

TRANSPORT_MODE

Environment variables documented in the project's README - it lists which are required and which have defaults.

Claude Code

claude mcp add surgeenterpriseai-teams-mcp-server -- npx -y microsoft-teams-mcp-server

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "surgeenterpriseai-teams-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "microsoft-teams-mcp-server"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package microsoft-teams-mcp-server - unscoped; check the name against the project README before installing

registry namespace io.github.SurgeEnterpriseAI is GitHub-verified and matches the repo owner

03 · What Microsoft Teams can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can list all your Teams, list channels in a team, read recent channel messages, and send a message to a channel.

The 11 tools it gives your agent

Extracted from the project's README - what Microsoft Teams lets an agent do.

teams_list_teams
- List all your Teams
teams_list_channels
- List channels in a team
teams_read_channel_messages
- Read recent channel messages
teams_send_channel_message
- Send a message to a channel
teams_reply_to_message
- Reply in a channel thread
teams_read_message_replies
- Read thread replies
teams_list_chats
- List your DMs and group chats
teams_read_chat_messages
- Read messages from a chat
teams_send_chat_message
- Send a direct/group chat message
teams_search_messages
- Search messages across all Teams
teams_get_profile
- Get your Microsoft 365 profile

04 · Who maintains Microsoft Teams

Microsoft Teams is maintained by surgeenterpriseai. It's the only MCP server we track from this author; the repo dates to Apr 2026.

05 · Facts

category
communication - ranked #77 of 99 actively-maintained communication servers as of 2026-08-25.
registry
io.github.SurgeEnterpriseAI/teams-mcp-server (active, first published 2026-04-12)
packages
npm:microsoft-teams-mcp-server

06 · Microsoft Teams FAQ

Is Microsoft Teams still maintained?

Yes - as of 2026-08-25, its last commit was 2026-04-12. We re-verify nightly.

What can Microsoft Teams do?

With this server connected, an agent can list all your Teams, list channels in a team, read recent channel messages, and send a message to a channel.

How do I install Microsoft Teams?

Run `npx -y microsoft-teams-mcp-server`. The README documents one environment variable (TRANSPORT_MODE) to set first. You can also paste the ready-made client config above.

Does Microsoft Teams run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Microsoft Teams

More communication MCP servers · Mistral MCP · Synapbus · Teamwork MCP Server · Squad · NeuroDock Translation

More TypeScript MCP servers · Iso27001 MCP · Sv Grid · Svelte MCP · Sverklo · Swap Api MCP Server · see all