HomeOther › SmartBear MCP

SmartBear MCP

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

TypeScript Remote
★ 44 stars Last pushed 2026-09-23 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://bugsnag.mcp.smartbear.com/mcp Requires auth (checked 2026-09-24)

Claude Code:

claude mcp add --transport http smartbear-mcp https://bugsnag.mcp.smartbear.com/mcp

Or add to your MCP client config:

{
  "mcpServers": {
    "smartbear-mcp": {
      "url": "https://bugsnag.mcp.smartbear.com/mcp"
    }
  }
}

Remote (streamable-http)

https://zephyr.mcp.smartbear.com/mcp Requires auth (checked 2026-09-24)

Claude Code:

claude mcp add --transport http smartbear-mcp https://zephyr.mcp.smartbear.com/mcp

Or add to your MCP client config:

{
  "mcpServers": {
    "smartbear-mcp": {
      "url": "https://zephyr.mcp.smartbear.com/mcp"
    }
  }
}

Package (npm 0.41.0)

npx -y @smartbear/[email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "smartbear-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@smartbear/[email protected]"
      ],
      "env": {
        "BEARQ_API_TOKEN": "<YOUR_VALUE>",
        "BEARQ_API_BASE_URL": "<YOUR_VALUE>",
        "BUGSNAG_AUTH_TOKEN": "<YOUR_VALUE>",
        "BUGSNAG_PROJECT_API_KEY": "<YOUR_VALUE>",
        "REFLECT_API_TOKEN": "<YOUR_VALUE>",
        "SWAGGER_API_KEY": "<YOUR_VALUE>",
        "SWAGGER_FUNCTIONAL_TESTING_API_TOKEN": "<YOUR_VALUE>",
        "SWAGGER_FUNCTIONAL_TESTING_BASE_PATH": "<YOUR_VALUE>",
        "PACT_BROKER_BASE_URL": "<YOUR_VALUE>",
        "PACT_BROKER_TOKEN": "<YOUR_VALUE>",
        "PACT_BROKER_USERNAME": "<YOUR_VALUE>",
        "PACT_BROKER_PASSWORD": "<YOUR_VALUE>",
        "ZEPHYR_API_TOKEN": "<YOUR_VALUE>",
        "ZEPHYR_BASE_URL": "<YOUR_VALUE>",
        "QTM4J_API_KEY": "<YOUR_VALUE>",
        "QTM4J_BASE_URL": "<YOUR_VALUE>",
        "QTM4J_AUTOMATION_API_KEY": "<YOUR_VALUE>"
      }
    }
  }
}
  • BEARQ_API_TOKEN secret — BearQ workspace API token. Leave empty to disable BearQ tools. Learn more: https://developer.smartbear.com/smartbear-mcp/docs/bearq-integration
  • BEARQ_API_BASE_URL — Override the BearQ public API base URL (optional). Defaults to https://api.bearq.smartbear.com
  • 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
  • SWAGGER_FUNCTIONAL_TESTING_API_TOKEN secret — Swagger Functional Testing API token. Leave empty to disable Functional Testing tools. Learn more: https://developer.smartbear.com/smartbear-mcp/docs/functional-testing-integration
  • SWAGGER_FUNCTIONAL_TESTING_BASE_PATH — Override the Swagger Functional Testing API base URL (optional). Defaults to https://api.reflect.run/v1
  • 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
  • QTM4J_API_KEY secret — QTM4J (QMetry Test Management for Jira) API key. Leave empty to disable QTM4J tools. Learn more: https://developer.smartbear.com/smartbear-mcp/docs/qtm4j-integration
  • QTM4J_BASE_URL — QTM4J base URL (optional). Defaults to https://qtmcloud.qmetry.com. Override when using a self-hosted or region-specific instance.
  • QTM4J_AUTOMATION_API_KEY secret — QTM4J Automation API key used exclusively by the automation import tools. Leave empty to disable automation tools. Learn more: https://developer.smartbear.com/smartbear-mcp/docs/qtm4j-integration

This repository has 2 servers listed in the Official MCP Registry.

Other names: com.smartbear/swagger-mcp

Related servers

Data from the Official MCP Registry