mcpbeat Sign in

Microsoft Teams MCP Server

by surgeenterpriseai Your server? Claim it
local only

Microsoft Teams runs on your own machine — the client starts it, so there is no endpoint to ping. 40 installs a week from npm. Last commit 12 Apr 2026.

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

Installs per day peak 29 · avg 10 · +6% w/w
a month agotoday
40
Installs / week
npm · microsoft-teams-mcp-server
2
Stars
0 open issues
12 Apr 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Microsoft Teams every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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 teams-mcp-server -- npx -y microsoft-teams-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "teams-mcp-server": {
      "args": [
        "-y",
        "microsoft-teams-mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.teams-mcp-server]
command = "npx"
args = ["-y", "microsoft-teams-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "teams-mcp-server": {
      "args": [
        "-y",
        "microsoft-teams-mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "teams-mcp-server": {
      "args": [
        "-y",
        "microsoft-teams-mcp-server"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Microsoft 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
MCP Teams
by dockndevai

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

37 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
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
Email2Chat
by bayramcsb

Connect Claude to your Gmail and Outlook inbox. Read, search, and manage emails via AI.

82 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
Missive
by usefulapi

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

19 tools answering
WhatsApp Connect
by idle-sync

Read, search, and send personal WhatsApp messages from any MCP client, behind a send-confirm gate.

local only

Microsoft Teams — questions

Answers built from our own checks of this server.

Why is there no uptime for Microsoft Teams?
Microsoft 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 microsoft-teams-mcp-server was installed 40 times last week.
How do I connect Microsoft 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 microsoft-teams-mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Microsoft Teams?
The npm package microsoft-teams-mcp-server was installed 40 times in the last week. Week over week that is +6%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Microsoft Teams open source?
Yes — it is published under the MIT licence, written in TypeScript and 2 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.