MCP Catalogs
Home

mcp-jenkins vs time

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

mcp-jenkins
by lanbaoshen
time
by modelcontextprotocol
Stars★ 120★ 85,748
30d uses
Score4777
Official
Categories
Developer ToolsOps & InfraProductivity
ProductivityDeveloper ToolsCommunication
LanguagePythonTypeScript
Last committhis monththis month

mcp-jenkins · Summary

MCP server for Jenkins integration, providing tools to interact with Jenkins CI/CD through AI assistants.

time · Summary

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

mcp-jenkins · Use cases

  • AI assistant triggering Jenkins builds with custom parameters
  • Automating Jenkins infrastructure management through natural language
  • Retrieving build logs, artifacts, and test reports for analysis
  • Monitoring Jenkins builds and queue status via AI interface

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

mcp-jenkins · Install

Installation

Using pip:

pip install mcp-jenkins
mcp-jenkins

Using uv (recommended):

pip install uv
uvx mcp-jenkins

Docker:

docker pull ghcr.io/lanbaoshen/mcp-jenkins:latest
docker run -p 9887:9887 --rm ghcr.io/lanbaoshen/mcp-jenkins:latest --transport streamable-http

Claude Desktop Configuration

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "jenkins": {
      "command": "uvx",
      "args": ["mcp-jenkins", "--jenkins-url=YOUR_JENKINS_URL", "--jenkins-username=YOUR_USERNAME", "--jenkins-password=YOUR_TOKEN"]
    }
  }
}

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"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.