Microsoft Teams
Freemiumby Cloud Tools Co
Send messages, manage meetings, and access Teams channels and chats.
v1.0.0Added Mar 10, 2025
teamsmicrosoftmeetings
Microsoft Teams MCP Server
Send messages, manage meetings, and access Teams channels and chats.
Features
- Messaging
- Meetings
- Channels
- Files
- Presence
Installation
{
"mcpServers": {
"teams": {
"command": "npx",
"args": ["-y", "mcp-teams"]
}
}
}
Reviews
Installation
Quick install
npx -y mcp-teams
Add to claude_desktop_config.json
{
"mcpServers": {
"microsoft-teams": {
"command": "npx",
"args": ["-y", "mcp-teams"]
}
}
}