Skip to content
Claude Desktop

Work IQ Teams MCP Server for Claude Desktop

com.microsoft/workiq-teamsserver

Manage Microsoft Teams chats, channels, users, and messages via Graph API.

client:Claude Desktop transport:streamable-http

Install Work IQ Teams MCP Server in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "workiq-teamsserver": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://agent365.svc.cloud.microsoft/agents/tenants/{tenant_id}/servers/mcp_TeamsServer"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

Work IQ Teams MCP Server in other clients