A Jenkins MCP server with 25+ tools for managing jobs, builds, and CI/CD workflows
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-jenkins": {
"command": "npx",
"args": [
"-y",
"kud/mcp-jenkins"
]
}
}
}
Run in terminal:
claude mcp add mcp-jenkins npx -y kud/mcp-jenkins
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-jenkins": {
"command": "npx",
"args": [
"-y",
"kud/mcp-jenkins"
]
}
}
}