mcpbeat Sign in

Microsoft Teams MCP Server

local only

Microsoft Teams MCP runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 21 Sep 2026.

Microsoft Teams for Claude — read your chats, teams, channels, and open messages, via your browser

Installs / week
npm · @chrischall/microsoft-teams-mcp
0
Stars
0 open issues
21 Sep 2026
Last commit
0 releases in 90 days
License
TypeScript

Nothing serious here today

Today is the operative word: we check Microsoft Teams MCP 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 microsoft-teams-mcp -- npx -y @chrischall/microsoft-teams-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "microsoft-teams-mcp": {
      "args": [
        "-y",
        "@chrischall/microsoft-teams-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.microsoft-teams-mcp]
command = "npx"
args = ["-y", "@chrischall/microsoft-teams-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "microsoft-teams-mcp": {
      "args": [
        "-y",
        "@chrischall/microsoft-teams-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "microsoft-teams-mcp": {
      "args": [
        "-y",
        "@chrischall/microsoft-teams-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: TEAMS_WS_PORT (fetchproxy concentrator port used for the browser bridge. Defaults to 37149, the fleet-wide shared port.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Microsoft Teams MCP

same job, measured the same way
Musescore MCP
by chrischall

MuseScore for Claude — search sheet music and read score metadata via your signed-in browser

680 installs/wk local only
LinkedIn
by johannsenlum

Read LinkedIn profiles, companies, jobs and messages via your own browser session

224 installs/wk local only
WhatsApp Web MCP Server
by mario-andreschak

WhatsApp MCP via web.js or browserless Baileys: messages, media, chats, groups and contacts

40 installs/wk local only
Sealedmail
by thesuitabs

Send and receive on-chain private messages via SealedMail on Sui. No browser wallet needed.

34 installs/wk local only
R
Chromeflow
by chromeflow

Lets Claude Code or Codex CLI drive your real Chrome — sessions intact, 28 browser tools.

local only
Chromeflow
by neodrew

Lets Claude Code or Codex CLI drive your real Chrome — sessions intact, 28 browser tools.

local only
Browser MCP
by mrfentmen

Control a local headless Chrome browser: open pages, read titles, and take screenshots.

local only
Oya Browser
by oyadotai

Real Chrome for agents: start a browser, read pages as numbered markdown, click, type, hand off.

answering

Microsoft Teams MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Microsoft Teams MCP?
Microsoft Teams MCP 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 @chrischall/microsoft-teams-mcp.
How do I connect Microsoft Teams MCP?
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 @chrischall/microsoft-teams-mcp straight from npm; nothing to host, nothing to sign up for.
Is Microsoft Teams MCP open source?
We cannot say either way: written in TypeScript and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.