Jenkins Mcp
MCP server for managing Jenkins operations, listing and triggering builds, reviewing build status.
Overview
Jenkins MCP is a server designed for managing Jenkins operations, allowing users to list and trigger builds, as well as review build statuses.
To use Jenkins MCP, you can install it via Smithery or manually. For Smithery installation, run the command: npx -y @smithery/cli install @kjozsa/jenkins-mcp --client claude. For manual installation, use: uvx install jenkins-mcp.
- List Jenkins jobs - Trigger builds with optional parameters - Check build status
- Automating build processes in CI/CD pipelines.
- Monitoring the status of Jenkins jobs in real-time.
- Triggering builds with specific parameters for testing.
Add to your AI client
Use these steps to connect Jenkins Mcp in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.
Cursor
Add this to your .cursor/mcp.json file in your project root, then restart Cursor.
.cursor/mcp.json
{
"mcpServers": {
"jenkins-mcp-kjozsa": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-jenkins-mcp-kjozsa"
]
}
}
}Claude Desktop
Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.
~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"jenkins-mcp-kjozsa": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-jenkins-mcp-kjozsa"
]
}
}
}Claude Code
Add this to your project's .mcp.json file. Claude Code will detect it automatically.
.mcp.json (project root)
{
"mcpServers": {
"jenkins-mcp-kjozsa": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-jenkins-mcp-kjozsa"
]
}
}
}VS Code (Copilot)
Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.
.vscode/mcp.json
{
"servers": {
"jenkins-mcp-kjozsa": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-jenkins-mcp-kjozsa"
]
}
}
}Windsurf
Add this to your Windsurf MCP config file, then restart Windsurf.
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"jenkins-mcp-kjozsa": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-jenkins-mcp-kjozsa"
]
}
}
}Cline
Open Cline settings, navigate to MCP Servers, and add this server configuration.
Cline MCP Settings (via UI)
{
"mcpServers": {
"jenkins-mcp-kjozsa": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-jenkins-mcp-kjozsa"
]
}
}
}FAQ
Can Jenkins MCP manage multiple Jenkins servers?
Yes! Jenkins MCP can be configured to manage multiple Jenkins servers by adding them to the configuration.
Is Jenkins MCP free to use?
Yes! Jenkins MCP is open-source and free to use.
How do I configure Jenkins MCP?
You can configure Jenkins MCP by adding the server details in a JSON configuration snippet as provided in the documentation.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":2331,"uuid":"2d9e5f65-0011-43ef-a2c6-3ca670a6777c","name":"jenkins-mcp","title":"Jenkins Mcp","description":"MCP server for managing Jenkins operations, listing and triggering builds, reviewing build status. ","avatar_url":null,"created_at":"$D2025-03-10T20:30:38.869Z","updated_at":"$D2025-03-12T13:39:22.015Z","status":"created","author_name":"kjozsa","author_avatar_url":null,"tags":"jenkins,mcp,build-management","category":"developer-tools","is_featured":false,"sort":1,"url":"https://github.com/kjozsa/jenkins-mcp","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":null,"user_uuid":"0815a27d-607e-479a-b2c8-4f7a8ca62f0c","tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]