Jenkins MCP Server
Provides tools to trigger builds with parameters, stop running builds, retrieve job details, list all jobs, get build metadata and logs from a Jenkins CI server.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Jenkins MCP Servertrigger a build for job 'my-app' with parameters {"branch":"main"}"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Jenkins MCP Server
A Jenkins CI MCP server based on the FastMCP + SSE (HTTP) protocol.
Quick Start
# 1. 安装依赖
pip install -r requirements.txt
# 2. 设置环境变量
export JENKINS_URL=http://your-jenkins:8080
export JENKINS_USER=your-username
export JENKINS_PASSWORD=your-api-token
# 3. 启动服务
python jenkins.pyThe service runs at http://0.0.0.0:8080 and uses the SSE transport protocol.
Related MCP server: Jenkins MCP Server
Tool List
Tool | Description | Parameters |
| Trigger a build (supports parameters) |
|
| Stop a running build |
|
| Get job details |
|
| Get a list of all jobs | (None) |
| Get build metadata (parameters, SCM info, status) |
|
| Get build logs (supports tail) |
|
Environment Variables
Variable | Default Value | Description |
|
| Jenkins server URL |
| (Empty) | Jenkins username |
| (Empty) | Jenkins API Token or password |
| (Empty) | Custom CA certificate path (TLS) |
This server cannot be deployed
Maintenance
Related MCP Connectors
Agentic CI operations for build inspection, failure diagnosis, and runner troubleshooting.
Plan Salesforce deploys, open pull requests and trigger pipelines from your AI client.
Connect AI agents to CloudBees Unify: feature flags, CI/CD, release orchestration, and security
Inspect and control your Northflank projects, services, jobs, and builds from your AI assistant.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants to interact with Jenkins CI/CD systems for build management, job monitoring, console log analysis, and debugging through natural language commands.2MIT
- AlicenseNot gradedqualityDmaintenanceEnables interaction with Jenkins to manage jobs, trigger builds with parameters, and monitor build queues. It provides comprehensive access to build histories, console logs, and organizational folder structures via the Jenkins REST API.110 npm1MIT
- AlicenseNot gradedqualityCmaintenanceEnables interaction with Jenkins instances to manage jobs, builds, and nodes through the Model Context Protocol. It provides capabilities to trigger builds, read console outputs, and search log sections using regular expressions.458 npmMIT
- FlicenseNot gradedqualityDmaintenanceEnables LLMs to access Jenkins job data, trigger builds, and manage Jenkins tasks through a standardized interface.5-