Loading MCP server directory, please wait...
Microsoft 365 Teams via Graph: list chats, read/send messages, list teams/channels, presence.
npx @getmcp/cli add io.github.mindstone/mcp-server-microsoft-teamsRequires Node.js 18+. Community-contributed server. Review source before installing.
MS_CLIENT_IDMicrosoft Entra (Azure AD) application client ID
MS_CONFIG_DIRPath to the per-user Microsoft config directory (credentials/, accounts.json)
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.mindstone/mcp-server-microsoft-teams": {
"command": "npx",
"args": [
"-y",
"@mindstone/mcp-server-microsoft-teams"
],
"env": {
"MS_CLIENT_ID": "",
"MS_CONFIG_DIR": "",
"MS_ACCOUNT_EMAIL": "",
"MS_MCP_PACKAGE_ID": "Microsoft365Teams",
"MICROSOFT_REQUEST_TIMEOUT_MS": "60000"
}
}
}
}