SonarQube MCP Server
Rank #435io.github.SonarSource/sonarqube-mcp-server
Analyze code quality and security with SonarQube Server or Cloud directly in AI assistants.
SonarQube MCP Server is a Model Context Protocol (MCP) server published by sonarsource. It ranks #435 of 132,046 servers tracked on MCP Toplist, and its repository has 655 GitHub stars. SonarQube MCP Server is listed across 4 registries — Official MCP, PulseMCP, mcp.so and Glama, with 13 tracked versions. It was first listed on Apr 30, 2025 and most recently updated on Jun 25, 2026.
Ranks ahead of 131,611 of 132,046 servers on MCP Toplist.
Use SonarQube MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add sonarqube-mcp-server -e "SONARQUBE_TOKEN=<your SONARQUBE_TOKEN>" -e "SONARQUBE_ORG=<your SONARQUBE_ORG>" -e "SONARQUBE_URL=<your SONARQUBE_URL>" -- docker run -i --rm docker.io/sonarsource/sonarqube-mcpReplace each placeholder with your own value before saving.
[mcp_servers.sonarqube-mcp-server]
command = "docker"
args = ["run", "-i", "--rm", "docker.io/sonarsource/sonarqube-mcp"]
[mcp_servers.sonarqube-mcp-server.env]
SONARQUBE_TOKEN = "<your SONARQUBE_TOKEN>"
SONARQUBE_ORG = "<your SONARQUBE_ORG>"
SONARQUBE_URL = "<your SONARQUBE_URL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"sonarqube-mcp-server": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/sonarsource/sonarqube-mcp"
],
"env": {
"SONARQUBE_TOKEN": "<your SONARQUBE_TOKEN>",
"SONARQUBE_ORG": "<your SONARQUBE_ORG>",
"SONARQUBE_URL": "<your SONARQUBE_URL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"sonarqube-mcp-server": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/sonarsource/sonarqube-mcp"
],
"env": {
"SONARQUBE_TOKEN": "<your SONARQUBE_TOKEN>",
"SONARQUBE_ORG": "<your SONARQUBE_ORG>",
"SONARQUBE_URL": "<your SONARQUBE_URL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"sonarqube-mcp-server": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/sonarsource/sonarqube-mcp"
],
"env": {
"SONARQUBE_TOKEN": "<your SONARQUBE_TOKEN>",
"SONARQUBE_ORG": "<your SONARQUBE_ORG>",
"SONARQUBE_URL": "<your SONARQUBE_URL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"sonarqube-mcp-server": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/sonarsource/sonarqube-mcp"
],
"env": {
"SONARQUBE_TOKEN": "<your SONARQUBE_TOKEN>",
"SONARQUBE_ORG": "<your SONARQUBE_ORG>",
"SONARQUBE_URL": "<your SONARQUBE_URL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"sonarqube-mcp-server": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/sonarsource/sonarqube-mcp"
],
"env": {
"SONARQUBE_TOKEN": "<your SONARQUBE_TOKEN>",
"SONARQUBE_ORG": "<your SONARQUBE_ORG>",
"SONARQUBE_URL": "<your SONARQUBE_URL>"
}
}
}
}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/io.github.SonarSource%2Fsonarqube-mcp-server)<a href="https://mcptoplist.com/server/io.github.SonarSource%2Fsonarqube-mcp-server"><img src="https://mcptoplist.com/badge/io.github.SonarSource%2Fsonarqube-mcp-server.svg" alt="MCP Toplist: Top 1% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 5 registries
sonarsource
Available versions (13)
| Version | Published |
|---|---|
| 1.21.0 | Jun 25, 2026 |
| 1.20.0 | Jun 23, 2026 |
| 1.18.1 | May 12, 2026 |
| 1.18 | May 6, 2026 |
| 1.16 | Apr 17, 2026 |
| 1.12.0 | Mar 16, 2026 |
| 1.10.0 | Feb 23, 2026 |
| 1.7.0 | Jan 22, 2026 |
| 1.6.0 | Jan 5, 2026 |
| 1.3.0 | Dec 3, 2025 |
| 1.0.1 | Oct 16, 2025 |
| 0.0.8 | Sep 19, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains SonarQube MCP Server?
- SonarQube MCP Server is maintained by sonarsource, which publishes 1 MCP server (13 total versions) tracked on MCP Toplist.
- Is SonarQube MCP Server listed on the Official MCP Registry?
- Yes — SonarQube MCP Server is listed on the Official MCP Registry, alongside PulseMCP, mcp.so and Glama.
- How many versions does SonarQube MCP Server have?
- MCP Toplist tracks 13 versions of SonarQube MCP Server, most recently published on Jun 25, 2026.
- Where can I find the source code for SonarQube MCP Server?
- The source code for SonarQube MCP Server is hosted at github.com/sonarsource/sonarqube-mcp-server.
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.