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.
We read the source, 21 h ago · rules 3dff92dd89df
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.
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.
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.
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.
claude mcp add mcp-teams -- npx -y @dockndevai/mcp-teams
{
"mcpServers": {
"mcp-teams": {
"args": [
"-y",
"@dockndevai/mcp-teams"
],
"command": "npx"
}
}
}
[mcp_servers.mcp-teams]
command = "npx"
args = ["-y", "@dockndevai/mcp-teams"]
{
"mcpServers": {
"mcp-teams": {
"args": [
"-y",
"@dockndevai/mcp-teams"
],
"command": "npx"
}
}
}
{
"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.
Microsoft 365 Teams via Graph: list chats, read/send messages, list teams/channels, presence.
Connect Claude to Microsoft Teams — read/send messages, list channels, search chats.
AI-native Microsoft Teams integration — read chats, send messages, search people
Read email/chat conversations, messages, contacts and teams; draft, send and update threads.
Telegram personal-account MCP (MTProto user-auth). Read DMs, send messages, search across chats.
Telegram MCP server: read, send, and search messages and manage chats via your account.
Collaborate, chat, and manage meetings in Microsoft Teams.
MCP server for Microsoft Graph: Outlook mail and calendar, plus read-only Microsoft Teams
Answers built from our own checks of this server.