Microsoft Teams API runs on your own machine — the client starts it, so there is no endpoint to ping. 380 installs a week from npm. Last commit 10 Sep 2026.
AI-native Microsoft Teams integration — read chats, send messages, search people
We read the source, 20 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 result = spawnSync(
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 teams-api -- npx -y teams-api
{
"mcpServers": {
"teams-api": {
"args": [
"-y",
"teams-api"
],
"command": "npx"
}
}
}
[mcp_servers.teams-api]
command = "npx"
args = ["-y", "teams-api"]
{
"mcpServers": {
"teams-api": {
"args": [
"-y",
"teams-api"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"teams-api": {
"args": [
"-y",
"teams-api"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
TEAMS_EMAIL (Corporate email address for Teams authentication), TEAMS_AUTO (Set to "true" to use auto-login (macOS + FIDO2)), TEAMS_LOGIN (Set to "true" to use interactive browser login (all platforms)), TEAMS_TOKEN (Pre-existing Skype token for direct authentication), TEAMS_REGION (API region (required with TEAMS_TOKEN, auto-detected otherwise)), TEAMS_BEARER_TOKEN (Middle-tier bearer token for profile resolution), TEAMS_SUBSTRATE_TOKEN (Substrate bearer token for people/chat search), TEAMS_DEBUG (Set to "true" to use Chrome debug session for token capture), TEAMS_TELEMETRY (Set to "true" to enable full debug telemetry logging (contributor use; logs all inputs and outputs locally)), TEAMS_TELEMETRY_PATH (Override the telemetry output file path (default: platform-appropriate ~/Library/... or ~/.local/share/...)), TEAMS_IMAGE_DESCRIPTION_API_KEY (API key for the OpenAI-compatible vision endpoint used by teams_describe_image), TEAMS_IMAGE_DESCRIPTION_MODEL (Model name for teams_describe_image (defaults to gpt-4o-mini)), TEAMS_IMAGE_DESCRIPTION_BASE_URL (OpenAI-compatible base URL for teams_describe_image).
The author declared them in the registry entry; get the values from the project itself.
Connect Claude to Microsoft Teams — read/send messages, list channels, search chats.
Microsoft 365 Teams via Graph: list chats, read/send messages, list teams/channels, presence.
Read Microsoft Teams teams, channels, chats and messages, and post/reply/send, safe by default.
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.
Read email/chat conversations, messages, contacts and teams; draft, send and update threads.
Unified inbox MCP for WhatsApp, Telegram, Email, voice — read/send messages, search, AI agents.
WhatsApp CRM for AI agents: search contacts, read chats, manage the sales pipeline, send messages.
Answers built from our own checks of this server.