Skip to content
Claude Desktop

SmartBear MCP for Claude Desktop

com.smartbear/smartbear-mcp

MCP server for AI access to SmartBear tools, including BugSnag, Reflect, Swagger, PactFlow, QTM4J.

client:Claude Desktop transport:streamable-http runtime:npm

Install SmartBear MCP in Claude Desktop

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

{
  "mcpServers": {
    "smartbear-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://bugsnag.mcp.smartbear.com/mcp"
      ]
    }
  }
}

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

SmartBear MCP in other clients