MCP server providing comprehensive Microsoft Teams and Graph API access for AI assistants including messaging, search, and user management.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"teams-mcp": {
"command": "npx",
"args": [
"-y",
"floriscornel/teams-mcp"
]
}
}
}
Run in terminal:
claude mcp add teams-mcp npx -y floriscornel/teams-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"teams-mcp": {
"command": "npx",
"args": [
"-y",
"floriscornel/teams-mcp"
]
}
}
}