Jenkins MCP
The official Jenkins MCP server enables AI models to interact with Jenkins CI/CD pipelines. It provides tools for listing jobs, triggering builds, and retrieving build logs. This integration helps teams automate their development workflows and monitor build statuses through natural language commands.
How to Install
1. Ensure you have an MCP client installed (e.g., Claude Desktop)
2. Click 'Visit Source' below to get the code or package
3. Follow the README instructions in the project
4. Add the server configuration to your MCP client config file
Configuration Example (claude_desktop_config.json)
{
"mcpServers": {
"jenkins": {
"command": "npx",
"args": [
"-y",
"@jenkinsci/mcp-server"
],
"env": {
"JENKINS_URL": "YOUR_JENKINS_URL",
"JENKINS_USER": "YOUR_USERNAME",
"JENKINS_TOKEN": "YOUR_API_TOKEN"
}
}
}
}Key Features
List and search Jenkins jobs
Trigger and manage build processes
Retrieve real-time build logs and status
Access project and pipeline configuration
Server Details
The official Jenkins MCP server enables AI models to interact with Jenkins CI/CD pipelines. It provides tools for listing jobs, triggering builds, and retrieving build logs. This integration helps teams automate their development workflows and monitor build statuses through natural language commands.
Pricing
freeTags
Visit Source / Official Link
Go to the official GitHub repository to view source code, documentation, and installation instructions.
GitHub Repository