★ 358 stars
Python
💬 Communication
Updated 1mo ago
An MCP (Model Context Protocol) server implementation for Microsoft Teams integration, providing capabilities to read messages, create messages, reply to messages, mention members.
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-teams-server": {
"command": "uvx",
"args": [
"mcp-teams-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add mcp-teams-server uvx mcp-teams-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-teams-server": {
"command": "uvx",
"args": [
"mcp-teams-server"
]
}
}
}
📋 Copy
Or install with pip: pip install mcp-teams-server
Topics
inditex mcp mcp-server msteams