M
Microsoft Teams
💬 Communication
Read and post to Microsoft Teams — channels, chats, messages and mentions, so your AI can summarise threads and keep your team in the loop.
Tags
Tools (4)
Config for Claude Desktop / Cursor
{
"mcpServers": {
"microsoft-teams": {
"command": "npx",
"args": [
"-y",
"teams-mcp"
],
"env": {
"TEAMS_APP_ID": "your-teams-app-id-here",
"TEAMS_APP_SECRET": "your-teams-app-secret-here",
"TEAMS_TENANT_ID": "your-teams-tenant-id-here"
}
}
}
}