mcpbeat Sign in

Sonarqube MCP Server

local only

Sonarqube MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 82 installs a week from pypi. Last commit 12 Aug 2026.

SonarQube MCP — projects, metrics, quality gate, issues, worst-metric ranking.

Installs per day peak 277 · avg 28 · -36% w/w
a month agotoday
82
Installs / week
pypi · sonarqube-mcp
0
Stars
0 open issues
12 Aug 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check Sonarqube MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add sonarqube-mcp -- uvx sonarqube-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "sonarqube-mcp": {
      "args": [
        "sonarqube-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.sonarqube-mcp]
command = "uvx"
args = ["sonarqube-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "sonarqube-mcp": {
      "args": [
        "sonarqube-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "sonarqube-mcp": {
      "args": [
        "sonarqube-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: SONARQUBE_URL (SonarQube URL (e.g. https://sonar.example.com or https://sonarcloud.io)), SONARQUBE_TOKEN (SonarQube authentication token (Bearer). Generate in: My Account → Security → Tokens.), SONARQUBE_SSL_VERIFY (Verify SSL certificates (true/false). Set to 'false' for self-signed certs.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Sonarqube MCP

same job, measured the same way
Sentry MCP Server
by friendlygeorge

MCP server for Sentry — error tracking, issues, releases, events, and projects for AI assistants.

24 installs/wk local only
Circleci
by mcparmory

Manage CI/CD pipelines, workflows, and job metrics across projects

244 installs/wk local only
Scherlok
by rbmuller

Zero-config data-quality monitoring: profile a warehouse, detect anomalies, gate CI.

81 installs/wk local only
Voice Quality API
by gomess8

Measure voice/VoIP path quality -> estimated MOS + live network metrics

1 tools answering
Prometheus MCP
by mshegolev

Prometheus MCP — query metrics, inspect alerts, and explore scrape targets (read-only).

105 installs/wk local only
Fixter
by fixter

Monitoring for small teams. Logs, traces, metrics, live issue tracking, API/MCP uptime.

answering
ProjGraph MCP Server
by handys11

Analyze .NET solutions: Generate Mermaid graphs, ERDs, class diagrams, and project metrics.

local only
Steep
by steep

Query metrics, targets, entities, and team data in your Steep workspace via MCP.

answering

Sonarqube MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Sonarqube MCP?
Sonarqube MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package sonarqube-mcp was installed 82 times last week.
How do I connect Sonarqube MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls sonarqube-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Sonarqube MCP?
The pypi package sonarqube-mcp was installed 82 times in the last week. Week over week that is -36%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Sonarqube MCP open source?
Yes — it is published under the MIT licence, written in Python and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.