SmartBear MCP
Rank #352com.smartbear/smartbear-mcp
MCP server for AI access to SmartBear tools, including BugSnag, Reflect, Swagger, PactFlow, QTM4J.
SmartBear MCP is a Model Context Protocol (MCP) server published by smartbear. It ranks #352 of 132,046 servers tracked on MCP Toplist, and its repository has 44 GitHub stars. SmartBear MCP is listed across 3 registries — Official MCP, PulseMCP and Glama, with 46 tracked versions. It was first listed on May 20, 2025 and most recently updated on Sep 18, 2026.
Ranks ahead of 131,694 of 132,046 servers on MCP Toplist.
Use SmartBear MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http smartbear-mcp https://bugsnag.mcp.smartbear.com/mcpclaude mcp add --transport http smartbear-mcp https://zephyr.mcp.smartbear.com/mcpclaude mcp add smartbear-mcp -e "BEARQ_API_TOKEN=<your BEARQ_API_TOKEN>" -e "BEARQ_API_BASE_URL=<your BEARQ_API_BASE_URL>" -e "BUGSNAG_AUTH_TOKEN=<your BUGSNAG_AUTH_TOKEN>" -e "BUGSNAG_PROJECT_API_KEY=<your BUGSNAG_PROJECT_API_KEY>" -e "REFLECT_API_TOKEN=<your REFLECT_API_TOKEN>" -e "SWAGGER_API_KEY=<your SWAGGER_API_KEY>" -e "SWAGGER_FUNCTIONAL_TESTING_API_TOKEN=<your SWAGGER_FUNCTIONAL_TESTING_API_TOKEN>" -e "SWAGGER_FUNCTIONAL_TESTING_BASE_PATH=<your SWAGGER_FUNCTIONAL_TESTING_BASE_PATH>" -e "PACT_BROKER_BASE_URL=<your PACT_BROKER_BASE_URL>" -e "PACT_BROKER_TOKEN=<your PACT_BROKER_TOKEN>" -e "PACT_BROKER_USERNAME=<your PACT_BROKER_USERNAME>" -e "PACT_BROKER_PASSWORD=<your PACT_BROKER_PASSWORD>" -e "ZEPHYR_API_TOKEN=<your ZEPHYR_API_TOKEN>" -e "ZEPHYR_BASE_URL=<your ZEPHYR_BASE_URL>" -e "QTM4J_API_KEY=<your QTM4J_API_KEY>" -e "QTM4J_BASE_URL=<your QTM4J_BASE_URL>" -e "QTM4J_AUTOMATION_API_KEY=<your QTM4J_AUTOMATION_API_KEY>" -- npx -y @smartbear/mcpReplace each placeholder with your own value before saving.
[mcp_servers.smartbear-mcp]
url = "https://bugsnag.mcp.smartbear.com/mcp"Add to ~/.codex/config.toml.
[mcp_servers.smartbear-mcp]
url = "https://zephyr.mcp.smartbear.com/mcp"Add to ~/.codex/config.toml.
[mcp_servers.smartbear-mcp]
command = "npx"
args = ["-y", "@smartbear/mcp"]
[mcp_servers.smartbear-mcp.env]
BEARQ_API_TOKEN = "<your BEARQ_API_TOKEN>"
BEARQ_API_BASE_URL = "<your BEARQ_API_BASE_URL>"
BUGSNAG_AUTH_TOKEN = "<your BUGSNAG_AUTH_TOKEN>"
BUGSNAG_PROJECT_API_KEY = "<your BUGSNAG_PROJECT_API_KEY>"
REFLECT_API_TOKEN = "<your REFLECT_API_TOKEN>"
SWAGGER_API_KEY = "<your SWAGGER_API_KEY>"
SWAGGER_FUNCTIONAL_TESTING_API_TOKEN = "<your SWAGGER_FUNCTIONAL_TESTING_API_TOKEN>"
SWAGGER_FUNCTIONAL_TESTING_BASE_PATH = "<your SWAGGER_FUNCTIONAL_TESTING_BASE_PATH>"
PACT_BROKER_BASE_URL = "<your PACT_BROKER_BASE_URL>"
PACT_BROKER_TOKEN = "<your PACT_BROKER_TOKEN>"
PACT_BROKER_USERNAME = "<your PACT_BROKER_USERNAME>"
PACT_BROKER_PASSWORD = "<your PACT_BROKER_PASSWORD>"
ZEPHYR_API_TOKEN = "<your ZEPHYR_API_TOKEN>"
ZEPHYR_BASE_URL = "<your ZEPHYR_BASE_URL>"
QTM4J_API_KEY = "<your QTM4J_API_KEY>"
QTM4J_BASE_URL = "<your QTM4J_BASE_URL>"
QTM4J_AUTOMATION_API_KEY = "<your QTM4J_AUTOMATION_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://bugsnag.mcp.smartbear.com/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
https://zephyr.mcp.smartbear.com/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"smartbear-mcp": {
"command": "npx",
"args": [
"-y",
"@smartbear/mcp"
],
"env": {
"BEARQ_API_TOKEN": "<your BEARQ_API_TOKEN>",
"BEARQ_API_BASE_URL": "<your BEARQ_API_BASE_URL>",
"BUGSNAG_AUTH_TOKEN": "<your BUGSNAG_AUTH_TOKEN>",
"BUGSNAG_PROJECT_API_KEY": "<your BUGSNAG_PROJECT_API_KEY>",
"REFLECT_API_TOKEN": "<your REFLECT_API_TOKEN>",
"SWAGGER_API_KEY": "<your SWAGGER_API_KEY>",
"SWAGGER_FUNCTIONAL_TESTING_API_TOKEN": "<your SWAGGER_FUNCTIONAL_TESTING_API_TOKEN>",
"SWAGGER_FUNCTIONAL_TESTING_BASE_PATH": "<your SWAGGER_FUNCTIONAL_TESTING_BASE_PATH>",
"PACT_BROKER_BASE_URL": "<your PACT_BROKER_BASE_URL>",
"PACT_BROKER_TOKEN": "<your PACT_BROKER_TOKEN>",
"PACT_BROKER_USERNAME": "<your PACT_BROKER_USERNAME>",
"PACT_BROKER_PASSWORD": "<your PACT_BROKER_PASSWORD>",
"ZEPHYR_API_TOKEN": "<your ZEPHYR_API_TOKEN>",
"ZEPHYR_BASE_URL": "<your ZEPHYR_BASE_URL>",
"QTM4J_API_KEY": "<your QTM4J_API_KEY>",
"QTM4J_BASE_URL": "<your QTM4J_BASE_URL>",
"QTM4J_AUTOMATION_API_KEY": "<your QTM4J_AUTOMATION_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"smartbear-mcp": {
"url": "https://bugsnag.mcp.smartbear.com/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"smartbear-mcp": {
"url": "https://zephyr.mcp.smartbear.com/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"smartbear-mcp": {
"command": "npx",
"args": [
"-y",
"@smartbear/mcp"
],
"env": {
"BEARQ_API_TOKEN": "<your BEARQ_API_TOKEN>",
"BEARQ_API_BASE_URL": "<your BEARQ_API_BASE_URL>",
"BUGSNAG_AUTH_TOKEN": "<your BUGSNAG_AUTH_TOKEN>",
"BUGSNAG_PROJECT_API_KEY": "<your BUGSNAG_PROJECT_API_KEY>",
"REFLECT_API_TOKEN": "<your REFLECT_API_TOKEN>",
"SWAGGER_API_KEY": "<your SWAGGER_API_KEY>",
"SWAGGER_FUNCTIONAL_TESTING_API_TOKEN": "<your SWAGGER_FUNCTIONAL_TESTING_API_TOKEN>",
"SWAGGER_FUNCTIONAL_TESTING_BASE_PATH": "<your SWAGGER_FUNCTIONAL_TESTING_BASE_PATH>",
"PACT_BROKER_BASE_URL": "<your PACT_BROKER_BASE_URL>",
"PACT_BROKER_TOKEN": "<your PACT_BROKER_TOKEN>",
"PACT_BROKER_USERNAME": "<your PACT_BROKER_USERNAME>",
"PACT_BROKER_PASSWORD": "<your PACT_BROKER_PASSWORD>",
"ZEPHYR_API_TOKEN": "<your ZEPHYR_API_TOKEN>",
"ZEPHYR_BASE_URL": "<your ZEPHYR_BASE_URL>",
"QTM4J_API_KEY": "<your QTM4J_API_KEY>",
"QTM4J_BASE_URL": "<your QTM4J_BASE_URL>",
"QTM4J_AUTOMATION_API_KEY": "<your QTM4J_AUTOMATION_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"smartbear-mcp": {
"type": "http",
"url": "https://bugsnag.mcp.smartbear.com/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"smartbear-mcp": {
"type": "http",
"url": "https://zephyr.mcp.smartbear.com/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"smartbear-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@smartbear/mcp"
],
"env": {
"BEARQ_API_TOKEN": "<your BEARQ_API_TOKEN>",
"BEARQ_API_BASE_URL": "<your BEARQ_API_BASE_URL>",
"BUGSNAG_AUTH_TOKEN": "<your BUGSNAG_AUTH_TOKEN>",
"BUGSNAG_PROJECT_API_KEY": "<your BUGSNAG_PROJECT_API_KEY>",
"REFLECT_API_TOKEN": "<your REFLECT_API_TOKEN>",
"SWAGGER_API_KEY": "<your SWAGGER_API_KEY>",
"SWAGGER_FUNCTIONAL_TESTING_API_TOKEN": "<your SWAGGER_FUNCTIONAL_TESTING_API_TOKEN>",
"SWAGGER_FUNCTIONAL_TESTING_BASE_PATH": "<your SWAGGER_FUNCTIONAL_TESTING_BASE_PATH>",
"PACT_BROKER_BASE_URL": "<your PACT_BROKER_BASE_URL>",
"PACT_BROKER_TOKEN": "<your PACT_BROKER_TOKEN>",
"PACT_BROKER_USERNAME": "<your PACT_BROKER_USERNAME>",
"PACT_BROKER_PASSWORD": "<your PACT_BROKER_PASSWORD>",
"ZEPHYR_API_TOKEN": "<your ZEPHYR_API_TOKEN>",
"ZEPHYR_BASE_URL": "<your ZEPHYR_BASE_URL>",
"QTM4J_API_KEY": "<your QTM4J_API_KEY>",
"QTM4J_BASE_URL": "<your QTM4J_BASE_URL>",
"QTM4J_AUTOMATION_API_KEY": "<your QTM4J_AUTOMATION_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"smartbear-mcp": {
"serverUrl": "https://bugsnag.mcp.smartbear.com/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"smartbear-mcp": {
"serverUrl": "https://zephyr.mcp.smartbear.com/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"smartbear-mcp": {
"command": "npx",
"args": [
"-y",
"@smartbear/mcp"
],
"env": {
"BEARQ_API_TOKEN": "<your BEARQ_API_TOKEN>",
"BEARQ_API_BASE_URL": "<your BEARQ_API_BASE_URL>",
"BUGSNAG_AUTH_TOKEN": "<your BUGSNAG_AUTH_TOKEN>",
"BUGSNAG_PROJECT_API_KEY": "<your BUGSNAG_PROJECT_API_KEY>",
"REFLECT_API_TOKEN": "<your REFLECT_API_TOKEN>",
"SWAGGER_API_KEY": "<your SWAGGER_API_KEY>",
"SWAGGER_FUNCTIONAL_TESTING_API_TOKEN": "<your SWAGGER_FUNCTIONAL_TESTING_API_TOKEN>",
"SWAGGER_FUNCTIONAL_TESTING_BASE_PATH": "<your SWAGGER_FUNCTIONAL_TESTING_BASE_PATH>",
"PACT_BROKER_BASE_URL": "<your PACT_BROKER_BASE_URL>",
"PACT_BROKER_TOKEN": "<your PACT_BROKER_TOKEN>",
"PACT_BROKER_USERNAME": "<your PACT_BROKER_USERNAME>",
"PACT_BROKER_PASSWORD": "<your PACT_BROKER_PASSWORD>",
"ZEPHYR_API_TOKEN": "<your ZEPHYR_API_TOKEN>",
"ZEPHYR_BASE_URL": "<your ZEPHYR_BASE_URL>",
"QTM4J_API_KEY": "<your QTM4J_API_KEY>",
"QTM4J_BASE_URL": "<your QTM4J_BASE_URL>",
"QTM4J_AUTOMATION_API_KEY": "<your QTM4J_AUTOMATION_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"smartbear-mcp": {
"url": "https://bugsnag.mcp.smartbear.com/mcp"
}
}
}{
"mcpServers": {
"smartbear-mcp": {
"url": "https://zephyr.mcp.smartbear.com/mcp"
}
}
}{
"mcpServers": {
"smartbear-mcp": {
"command": "npx",
"args": [
"-y",
"@smartbear/mcp"
],
"env": {
"BEARQ_API_TOKEN": "<your BEARQ_API_TOKEN>",
"BEARQ_API_BASE_URL": "<your BEARQ_API_BASE_URL>",
"BUGSNAG_AUTH_TOKEN": "<your BUGSNAG_AUTH_TOKEN>",
"BUGSNAG_PROJECT_API_KEY": "<your BUGSNAG_PROJECT_API_KEY>",
"REFLECT_API_TOKEN": "<your REFLECT_API_TOKEN>",
"SWAGGER_API_KEY": "<your SWAGGER_API_KEY>",
"SWAGGER_FUNCTIONAL_TESTING_API_TOKEN": "<your SWAGGER_FUNCTIONAL_TESTING_API_TOKEN>",
"SWAGGER_FUNCTIONAL_TESTING_BASE_PATH": "<your SWAGGER_FUNCTIONAL_TESTING_BASE_PATH>",
"PACT_BROKER_BASE_URL": "<your PACT_BROKER_BASE_URL>",
"PACT_BROKER_TOKEN": "<your PACT_BROKER_TOKEN>",
"PACT_BROKER_USERNAME": "<your PACT_BROKER_USERNAME>",
"PACT_BROKER_PASSWORD": "<your PACT_BROKER_PASSWORD>",
"ZEPHYR_API_TOKEN": "<your ZEPHYR_API_TOKEN>",
"ZEPHYR_BASE_URL": "<your ZEPHYR_BASE_URL>",
"QTM4J_API_KEY": "<your QTM4J_API_KEY>",
"QTM4J_BASE_URL": "<your QTM4J_BASE_URL>",
"QTM4J_AUTOMATION_API_KEY": "<your QTM4J_AUTOMATION_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/com.smartbear%2Fsmartbear-mcp)<a href="https://mcptoplist.com/server/com.smartbear%2Fsmartbear-mcp"><img src="https://mcptoplist.com/badge/com.smartbear%2Fsmartbear-mcp.svg" alt="MCP Toplist: Top 1% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 4 registries
smartbear
Available versions (46)
| Version | Published |
|---|---|
| 0.41.0 | Sep 18, 2026 |
| 0.40.0 | Sep 3, 2026 |
| 0.39.0 | Aug 31, 2026 |
| 0.38.0 | Aug 27, 2026 |
| 0.37.0 | Aug 20, 2026 |
| 0.36.0 | Aug 18, 2026 |
| 0.33.0 | Aug 11, 2026 |
| 0.35.0 | Aug 11, 2026 |
| 0.34.0 | Aug 6, 2026 |
| 0.32.0 | Jul 23, 2026 |
| 0.31.0 | Jul 22, 2026 |
| 0.30.0 | Jul 20, 2026 |
| 0.29.0 | Jul 14, 2026 |
| 0.28.0 | Jul 7, 2026 |
| 0.27.2 | Jul 1, 2026 |
| 0.27.1 | Jun 29, 2026 |
| 0.24.0 | May 28, 2026 |
| 0.23.0 | May 22, 2026 |
| 0.22.0 | May 21, 2026 |
| 0.21.1 | May 20, 2026 |
| 0.20.0 | May 15, 2026 |
| 0.19.2 | May 5, 2026 |
| 0.19.0 | Apr 29, 2026 |
| 0.18.3 | Apr 20, 2026 |
| 0.18.2 | Apr 15, 2026 |
| 0.18.1 | Apr 13, 2026 |
| 0.18.0 | Apr 13, 2026 |
| 0.17.1 | Apr 10, 2026 |
| 0.17.0 | Apr 7, 2026 |
| 0.16.0 | Mar 26, 2026 |
| 0.15.0 | Mar 18, 2026 |
| 0.14.1 | Feb 27, 2026 |
| 0.14.0 | Feb 26, 2026 |
| 0.13.5 | Feb 2, 2026 |
| 0.13.4 | Jan 28, 2026 |
| 0.13.3 | Jan 21, 2026 |
| 0.13.2 | Jan 13, 2026 |
| 0.12.1 | Dec 9, 2025 |
| 0.12.0 | Dec 3, 2025 |
| 0.11.0 | Nov 20, 2025 |
| 0.10.0 | Nov 11, 2025 |
| 0.9.0 | Oct 23, 2025 |
| 0.8.0 | Oct 14, 2025 |
| 0.7.0 | Oct 3, 2025 |
| 0.6.0 | Sep 22, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains SmartBear MCP?
- SmartBear MCP is maintained by smartbear, which publishes 1 MCP server (46 total versions) tracked on MCP Toplist.
- Is SmartBear MCP listed on the Official MCP Registry?
- Yes — SmartBear MCP is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does SmartBear MCP have?
- MCP Toplist tracks 46 versions of SmartBear MCP, most recently published on Sep 18, 2026.
- Where can I find the source code for SmartBear MCP?
- The source code for SmartBear MCP is hosted at github.com/smartbear/smartbear-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.