← Index

SmartBear MCP

com.smartbear/smartbear-mcp·v0.19.0·Other
Quality Score
85
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "smartbear-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@smartbear/mcp"
      ],
      "env": {
        "BUGSNAG_AUTH_TOKEN": "<your-bugsnag_auth_token>",
        "BUGSNAG_PROJECT_API_KEY": "<bugsnag_project_api_key>",
        "REFLECT_API_TOKEN": "<your-reflect_api_token>",
        "SWAGGER_API_KEY": "<your-swagger_api_key>",
        "PACT_BROKER_BASE_URL": "<pact_broker_base_url>",
        "PACT_BROKER_TOKEN": "<your-pact_broker_token>",
        "PACT_BROKER_USERNAME": "<pact_broker_username>",
        "PACT_BROKER_PASSWORD": "<your-pact_broker_password>",
        "ZEPHYR_API_TOKEN": "<your-zephyr_api_token>",
        "ZEPHYR_BASE_URL": "<zephyr_base_url>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "smartbear-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@smartbear/mcp"
      ],
      "env": {
        "BUGSNAG_AUTH_TOKEN": "<your-bugsnag_auth_token>",
        "BUGSNAG_PROJECT_API_KEY": "<bugsnag_project_api_key>",
        "REFLECT_API_TOKEN": "<your-reflect_api_token>",
        "SWAGGER_API_KEY": "<your-swagger_api_key>",
        "PACT_BROKER_BASE_URL": "<pact_broker_base_url>",
        "PACT_BROKER_TOKEN": "<your-pact_broker_token>",
        "PACT_BROKER_USERNAME": "<pact_broker_username>",
        "PACT_BROKER_PASSWORD": "<your-pact_broker_password>",
        "ZEPHYR_API_TOKEN": "<your-zephyr_api_token>",
        "ZEPHYR_BASE_URL": "<zephyr_base_url>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @smartbear/mcp
§02  Environment variables
BUGSNAG_AUTH_TOKEN
secret

BugSnag auth token. Leave empty to disable BugSnag tools. Learn more: https://developer.smartbear.com/smartbear-mcp/docs/bugsnag-integration

BUGSNAG_PROJECT_API_KEY

BugSnag project API key (optional; narrows interactions to a single project). Learn more: https://developer.smartbear.com/smartbear-mcp/docs/bugsnag-integration

REFLECT_API_TOKEN
secret

Reflect API token. Leave empty to disable Reflect tools. Learn more: https://developer.smartbear.com/smartbear-mcp/docs/reflect-integration

SWAGGER_API_KEY
secret

Swagger API key. Leave empty to disable Swagger tools. Learn more: https://developer.smartbear.com/smartbear-mcp/docs/swagger-portal-integration

PACT_BROKER_BASE_URL

PactFlow/Pact Broker base URL. Leave empty to disable Pact tools. Learn more: https://developer.smartbear.com/smartbear-mcp/docs/contract-testing-with-pactflow

PACT_BROKER_TOKEN
secret

PactFlow authentication token. Learn more: https://developer.smartbear.com/smartbear-mcp/docs/contract-testing-with-pactflow

PACT_BROKER_USERNAME

Pact Broker username (alternative to token). Learn more: https://developer.smartbear.com/smartbear-mcp/docs/contract-testing-with-pactflow

PACT_BROKER_PASSWORD
secret

Pact Broker password (alternative to token). Learn more: https://developer.smartbear.com/smartbear-mcp/docs/contract-testing-with-pactflow

ZEPHYR_API_TOKEN
secret

The Zephyr Cloud API token for authentication. Learn more: https://support.smartbear.com/zephyr/docs/en/rest-api/api-access-tokens-management.html

ZEPHYR_BASE_URL

The Zephyr Cloud API base url. Should be changed depending on the region of your Jira instance. Learn more: https://support.smartbear.com/zephyr-scale-cloud/api-docs/#section/Authentication/Accessing-the-API

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
15
installability
25
documentation
15
stability
5
§04  Alternatives in Other