Developer Tools
Trust: 48/100 (Fair)SmartBear MCP Guide
MCP server for AI access to SmartBear tools, including BugSnag, Reflect, Swagger, PactFlow.
26 starsby SmartBear
Quick Start
Install
npx @smartbear/mcpClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"com-smartbear-smartbear-mcp": {
"command": "npx",
"args": [
"@smartbear/mcp"
]
}
}
}