Jenkins
Freeby MCP Community
Jenkins MCP server with bearer token authentication support
v1.0.1Added Apr 12, 2026
jenkinsmcpmcp-serverautomationci-cd
Jenkins MCP Server
Jenkins MCP server with bearer token authentication support
Installation
npx -y @kud/mcp-jenkins
Reviews
Installation
Quick install
npx -y @kud/mcp-jenkins
Add to claude_desktop_config.json
{
"mcpServers": {
"jenkins": {
"command": "npx",
"args": ["-y", "@kud/mcp-jenkins"]
}
}
}