Teams
Freeby MCP Community
MCP server for Microsoft Teams integration - send messages and adaptive cards to channels
v29.0.0Added Apr 12, 2026
mcpmodel-context-protocolmicrosoft-teamsteamsadaptive-cards
Teams MCP Server
MCP server for Microsoft Teams integration - send messages and adaptive cards to channels
Installation
Reviews
Installation
Quick install
npx -y @mcp-consultant-tools/teams
Add to claude_desktop_config.json
{
"mcpServers": {
"teams": {
"command": "npx",
"args": ["-y", "@mcp-consultant-tools/teams"]
}
}
}