AI-native Microsoft Teams integration — read chats, send messages, search people
What it says
The record the registry holds
How you get it
There is no address to call. This one is a package you install and run yourself, wherever your assistant runs.
teams-api · npm · 1.6.2
the recordCopied from the official MCP registry, exactly as it holds it.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.Maxim-Mazurok/teams-api",
"description": "AI-native Microsoft Teams integration — read chats, send messages, search people",
"title": "Microsoft Teams API",
"repository": {
"url": "https://github.com/Maxim-Mazurok/teams-api",
"source": "github"
},
"version": "1.6.2",
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "teams-api",
"version": "1.6.2",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
},
"runtimeArguments": [
{
"value": "-y",
"type": "positional"
},
{
"value": "-p",
"type": "positional"
}
],
"packageArguments": [
{
"value": "teams-api-mcp",
"type": "positional"
}
],
"environmentVariables": [
{
"description": "Corporate email address for Teams authentication",
"name": "TEAMS_EMAIL"
},
{
"description": "Set to \"true\" to use auto-login (macOS + FIDO2)",
"name": "TEAMS_AUTO"
},
{
"description": "Set to \"true\" to use interactive browser login (all platforms)",
"name": "TEAMS_LOGIN"
},
{
"description": "Pre-existing Skype token for direct authentication",
"isSecret": true,
"name": "TEAMS_TOKEN"
},
{
"description": "API region (required with TEAMS_TOKEN, auto-detected otherwise)",
"name": "TEAMS_REGION"
},
{
"description": "Middle-tier bearer token for profile resolution",
"isSecret": true,
"name": "TEAMS_BEARER_TOKEN"
},
{
"description": "Substrate bearer token for people/chat search",
"isSecret": true,
"name": "TEAMS_SUBSTRATE_TOKEN"
},
{
"description": "Set to \"true\" to use Chrome debug session for token capture",
"name": "TEAMS_DEBUG"
},
{
"description": "Set to \"true\" to enable full debug telemetry logging (contributor use; logs all inputs and outputs locally)",
"name": "TEAMS_TELEMETRY"
},
{
"description": "Override the telemetry output file path (default: platform-appropriate ~/Library/... or ~/.local/share/...)",
"name": "TEAMS_TELEMETRY_PATH"
},
{
"description": "API key for the OpenAI-compatible vision endpoint used by teams_describe_image",
"isSecret": true,
"name": "TEAMS_IMAGE_DESCRIPTION_API_KEY"
},
{
"description": "Model name for teams_describe_image (defaults to gpt-4o-mini)",
"name": "TEAMS_IMAGE_DESCRIPTION_MODEL"
},
{
"description": "OpenAI-compatible base URL for teams_describe_image",
"name": "TEAMS_IMAGE_DESCRIPTION_BASE_URL"
}
]
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-08-12T01:06:38.981487Z",
"publishedAt": "2026-08-12T01:06:38.981487Z",
"updatedAt": "2026-08-12T01:06:38.981487Z",
"isLatest": true
}
}
}
Make it installable
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
What this is
MCP server
application/mcp-server-record+jsonlocal · you run it yourselfversion 1.6.2last seen 2026-08-23
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.