Microsoft Teams
CommunitybyInditexTech
Teams messaging: read, post, mention, and list members.
API Key Required
Configuration
{
"mcpServers": {
"microsoft-teams": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-microsoft-teams"
],
"env": {
"MICROSOFT_TEAMS_API_KEY": "your-api-key-here"
}
}
}
}Add this to your claude_desktop_config.json file.