MCP Catalogs
Home

time vs sonarqube-mcp-server

Side-by-side comparison to help you pick between these two MCP servers.

time
by modelcontextprotocol
sonarqube-mcp-server
by SonarSource
Stars★ 85,748★ 554
30d uses
Score7753
Official
Categories
ProductivityDeveloper ToolsCommunication
Developer ToolsMonitoringSecurity
LanguageTypeScriptJava
Last committhis monththis month

time · Summary

A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.

sonarqube-mcp-server · Summary

SonarQube MCP Server enables code quality and security analysis within AI agents via the MCP protocol.

time · Use cases

  • Assisting with international meeting scheduling across time zones
  • Providing real-time time information for location-based queries
  • Enabling time conversion for travel planning and itineraries

sonarqube-mcp-server · Use cases

  • AI-assisted code quality analysis during development
  • Automated security issue detection in code reviews
  • Integration of SonarQube metrics into AI-powered development workflows

time · Install

Installation Options

**Using uv (recommended):**

uvx mcp-server-time

**Using PIP:**

pip install mcp-server-time
python -m mcp_server_time

**Configure for Claude Desktop:**

{
  "mcpServers": {
    "time": {
      "command": "uvx",
      "args": ["mcp-server-time"]
    }
  }
}

sonarqube-mcp-server · Install

Installation

The SonarQube MCP Server is distributed as a Docker container image. The simplest installation method is using the provided container image mcp/sonarqube:

docker run --init --pull=always -i --rm -e SONARQUBE_TOKEN -e SONARQUBE_ORG mcp/sonarqube

For Claude Desktop, add to your claude_desktop_config.json:

{
  "mcpServers": {
    "sonarqube": {
      "command": "docker",
      "args": ["run", "--init", "--pull=always", "-i", "--rm", "-e", "SONARQUBE_TOKEN", "-e", "SONARQUBE_ORG", "mcp/sonarqube"],
      "env": {
        "SONARQUBE_TOKEN": "<YOUR_TOKEN>",
        "SONARQUBE_ORG": "<YOUR_ORG>"
      }
    }
  }
}

[Configuration Generator](https://mcp.sonarqube.com/config-generator.html) provides an interactive setup tool for various AI clients.

Comparison generated from public README + GitHub signals. Last updated automatically.