mcpbeat Sign in

MCP Teams MCP Server

local only

MCP Teams runs on your own machine — the client starts it, so there is no endpoint to ping. 37 installs a week from npm. Last commit 15 Sep 2026.

Read Microsoft Teams teams, channels, chats and messages, and post/reply/send, safe by default.

Installs per day peak 37 · avg 1
a month agotoday
37
Installs / week
npm · @dockndevai/mcp-teams
0
Stars
0 open issues
15 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 21 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Runs an external command src/graph/auth.ts:75
    const child = spawn(cmd, args, { stdio: "ignore", detached: true });

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

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.

run in your terminal
claude mcp add mcp-teams -- npx -y @dockndevai/mcp-teams
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-teams": {
      "args": [
        "-y",
        "@dockndevai/mcp-teams"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-teams]
command = "npx"
args = ["-y", "@dockndevai/mcp-teams"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-teams": {
      "args": [
        "-y",
        "@dockndevai/mcp-teams"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-teams": {
      "args": [
        "-y",
        "@dockndevai/mcp-teams"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: TEAMS_CLIENT_ID (Entra (Azure AD) app (client) id. For browser sign-in, register a public client with redirect URI http://localhost.), TEAMS_TENANT_ID (Directory tenant: a tenant id, or common | organizations | consumers (default common).), TEAMS_CLIENT_SECRET (App secret for app-only (client-credentials) auth. Omit to use interactive browser sign-in.), TEAMS_TOKEN (A pre-obtained Microsoft Graph bearer token (alternative to browser or app-only auth).), TEAMS_MODE (Access mode: read-only | read-write | admin. Starts read-only; writes need read-write.), TEAMS_ALLOW_SEND (Set true to permit posting messages (channel/chat send & reply). Off by default.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to MCP Teams

same job, measured the same way
Microsoft 365 Teams
by mindstone

Microsoft 365 Teams via Graph: list chats, read/send messages, list teams/channels, presence.

99 installs/wk local only
Microsoft Teams
by surgeenterpriseai

Connect Claude to Microsoft Teams — read/send messages, list channels, search chats.

40 installs/wk local only
Microsoft Teams API
by maxim-mazurok

AI-native Microsoft Teams integration — read chats, send messages, search people

380 installs/wk local only
Missive
by usefulapi

Read email/chat conversations, messages, contacts and teams; draft, send and update threads.

19 tools answering
Claude Ops Telegram Server
by auroracapital

Telegram personal-account MCP (MTProto user-auth). Read DMs, send messages, search across chats.

27 installs/wk local only
Telegram MCP
by jgalea

Telegram MCP server: read, send, and search messages and manage chats via your account.

90 installs/wk local only
Teams
by waystation

Collaborate, chat, and manage meetings in Microsoft Teams.

answering
MSGraph MCP
by timfurlong

MCP server for Microsoft Graph: Outlook mail and calendar, plus read-only Microsoft Teams

139 installs/wk local only

MCP Teams — questions

Answers built from our own checks of this server.

Why is there no uptime for MCP Teams?
MCP Teams runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @dockndevai/mcp-teams was installed 37 times last week.
How do I connect MCP Teams?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @dockndevai/mcp-teams straight from npm; nothing to host, nothing to sign up for.
How many people use MCP Teams?
The npm package @dockndevai/mcp-teams was installed 37 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is MCP Teams open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.