Jenkins MCP (kud)
DevOpsJenkins MCP server with 25+ tools for managing jobs, builds, nodes, views, and CI/CD workflows via AI assistants.
Manual configuration
Add this to your Claude Code settings.json (or .claude/settings.json in your project):
{
"mcpServers": {
"jenkins-mcp-kud": {
"command": "npx",
"args": [
"-y",
"@kud/mcp-jenkins"
]
}
}
}