microsoft teams mcp for Cursor
io.github.chrischall/microsoft-teams-mcp
Microsoft Teams for Claude — read your chats, teams, channels, and open messages, via your browser
client:Cursor
transport:stdio
runtime:npm
Install microsoft teams mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"microsoft-teams-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@chrischall/microsoft-teams-mcp"
],
"env": {
"TEAMS_WS_PORT": "<TEAMS_WS_PORT>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs