Microsoft Teams API✓
io.github.Maxim-Mazurok/teams-api · v1.5.0
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$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.5.0",
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "teams-api",
"version": "1.5.0",
"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"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}