mcpbeat Sign in

Teams MCP Server

answering

Teams is answering right now. Last checked 3 min ago. Last commit 10 Sep 2025.

Collaborate, chat, and manage meetings in Microsoft Teams.

No commits for 12 months.

Uptime history 48 days of history · worst day 99%
48 days agonow
100.0%
Uptime 24h
184 of 184 checks
Tools
hidden behind auth
228 ms
Response time
average over 24h
63
Stars
last commit 10 Sep 2025

What the code does

We read the source, 12 min 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/index.ts:159
                    execSync(`start "" "${wayStationPath}"`, { shell: 'cmd.exe' });
Builds a file path from a variable src/index.ts:19
    return fileName ? path.join(basePath, fileName) : basePath;

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

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 3 min ago.

run in your terminal
claude mcp add teams --transport http https://waystation.ai/teams/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "teams": {
      "url": "https://waystation.ai/teams/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.teams]
url = "https://waystation.ai/teams/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "teams": {
      "url": "https://waystation.ai/teams/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "teams": {
      "url": "https://waystation.ai/teams/mcp"
    }
  }
}

This endpoint answered with an authorization challenge. The server is running, but you need an API key from its owner to call it.

This server publishes 1 more address. The block above uses the one we reach during checks; the full list is under Endpoints below, and the author may intend a particular one for your client.

Endpoints

URLTransportStateLatencyChecked
https://waystation.ai/teams/mcp streamable-http needs key 206 ms 3 min ago
https://waystation.ai/teams/mcp/sse sse needs key 188 ms 3 min ago

Alternatives to Teams

same job, measured the same way
Microsoft Teams API
by maxim-mazurok

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

380 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
Chili Piper
by chilipiper

Manage Chili Piper scheduling links, meetings, routing rules, and teams. Admin only. Experimental.

answering
Olark
by usefulapi

Manage Olark live-chat operators and groups (teams): list, create, update, and assign to teams.

8 tools answering
Microsoft Teams
by surgeenterpriseai

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

40 installs/wk local only
Parabol
by usefulapi

Start Parabol retrospectives, standups and sprint poker; read teams/meetings/tasks; create tasks.

21 tools answering
Plate
by plate

Minimal project management for teams and AI agents.

28 tools answering
Microsoft 365 Teams
by mindstone

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

99 installs/wk local only

Teams — questions

Answers built from our own checks of this server.

Why is there no tool list for Teams?
The server answered our handshake with an authorization challenge, so it is running — but it will not describe its tools to an anonymous client. To see them you need to connect with your own credentials. We record it as alive, not as broken: 100.0% of checks in the last 24 hours got a reply.
Is Teams working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 184 of 184 checks got a reply (100.0%), average response time 228 ms. The bar chart above shows every period we have measured.
Is Teams still maintained?
No commits for 12 months. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect 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 is a remote server, so there is nothing to install — the client connects to the address. You will need your own key: it refuses anonymous clients.
Does Teams need an API key?
Yes. Every time we knock, Teams answers with an authorization challenge instead of its tool list — that is how we know it is running and gated rather than broken. Bring your own credentials and it will talk.
How fast is Teams?
It answers our handshake in 228 ms on average, which is faster than 62% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.
Is Teams open source?
We cannot say either way: written in JavaScript, 63 stars on GitHub and 1 open issue, but we could not determine the licence, and without one the code is not open source by default.