OfficialVerified

Smartbear MCP Server

SmartBear suite data access for testing, monitoring, and QA automation workflows.

Data last scanned today · Reviewed today

7644TypeScriptMIT

Overview

This Model Context Protocol server facilitates interaction between AI assistants and the broader SmartBear software ecosystem. It provides interfaces for tools including BearQ, BugSnag, Reflect, Swagger, PactFlow, and Zephyr, allowing users to query testing data, manage automation, and analyze performance metrics within their existing AI environment.

Our verdict

With a security score of 43/100, this server is currently classified as high risk. Because the authentication methods and read-only mode capabilities have not yet been editorially reviewed, users should exercise caution when connecting these internal monitoring and testing tools to their AI instances. It is best suited for evaluation in non-sensitive development environments where direct access to SmartBear platform data is required.

  • Supports integration with a wide variety of testing platforms.
  • Features a relatively low supply-chain risk with 10 dependencies.
  • Maintains active development with commits as recent as today.
  • Includes documentation for multiple tool integrations.
  • Authentication methods remain unreviewed for security implications.
  • Read-only mode support status is currently unverified.
  • Lacks an official editorial security review at this time.
  • Not maintained directly by the official SmartBear organization.

Setup

Claude Desktop
{
  "mcpServers": {
    "smartbear-mcp": {
      "args": [
        "-y",
        "@smartbear/mcp"
      ],
      "command": "npx"
    }
  }
}

Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows), then restart Claude Desktop. Some servers require API keys or tokens as environment variables — check the project's README and add an "env" object if needed.

  • No read-only mode — running this grants full read/write access.
  • No built-in authentication — anyone with access to this config can invoke every tool it exposes.

Compatibility

ClientLocalDockerRemoteRead-only
Claude Desktop
Cursor
VS Code
Windsurf
ChatGPT

Frequently asked questions

Are there options for using this server without local installation?

Yes, SmartBear hosts Remote MCP Servers for BugSnag, Swagger, and Zephyr that allow you to connect directly via a URL without installing Node.js or managing API tokens locally.

How is authentication handled for the hosted Remote MCP Servers?

Authentication for the Remote MCP Servers is managed through an OAuth browser flow.

Which products require the local npm package installation?

BearQ, Reflect, QMetry, QTM4J, PactFlow, Collaborator, and Functional Testing are only available via the local npm package.

What are the system requirements for running the local MCP server?

You must have Node.js 22+ and npm installed, along with access to the relevant SmartBear products and their respective valid API tokens.

Can I restrict BugSnag searches to a single project when using the local server?

Yes, providing a project API key will narrow searches to that specific project, while leaving the field blank allows interaction across multiple projects.

Changelog

Badge

Smartbear MCP Server security score, rated on RepoAI

Maintain this server? Add the live badge to your README.