devops-infra MCP Server
A Jenkins MCP server with 25+ tools for managing jobs, builds, and CI/CD workflows
Discovered via github-seeds:mcp-hot and last synced 3mo ago.
1. Install the package
npx @kud/mcp-jenkins
2. Add to claude_desktop_config.json
{
"mcpServers": {
"-kud-mcp-jenkins": {
"command": "npx",
"args": [
"@kud/mcp-jenkins"
]
}
}
}Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) / %APPDATA%\Claude\claude_desktop_config.json (Windows)
Create a new job from XML config
Stop/abort running build
List build artifacts
Toggle a node online/offline
Get details for a specific view
List all Jenkins jobs
Update an existing job's XML config
Delete a build
Download artifact (base64)
Get Jenkins system info
Description
Search jobs by name
Rename a job
Replay a pipeline build
Get Jenkins version
Get last build status
Copy/duplicate a job
Get build console output
View pending builds
List installed plugins
Safely restart Jenkins (⚠️ requires confirm)
Enable a disabled job
Get Git commits for build
Cancel queued build
Disable a job
Get specific build status
Get pipeline stage status
Cancel quiet mode
Delete a job (⚠️ permanent)
Get recent builds (last N)
List all agents/nodes
Get job XML configuration
Trigger a new build
Get test pass/fail counts
Get detailed info on a specific node
List all views with their jobs
Enable quiet mode (⚠️ requires confirm)
List all configured instances with their URLs
Description