Jenkins MCP Server
Provides tools for interacting with Jenkins CI/CD server, including job management, build operations, pipeline stages, console logs, test results, artefacts, queue management, node management, system info, plugins, views, and instance management.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Jenkins MCP Servertrigger a build of job 'deploy-pipeline' with params env=staging"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Jenkins MCP server with bearer token authentication support
Website · Documentation
Features
38 tools — covers ~95% of the Jenkins API: jobs, builds, nodes, views, queue, plugins, and system operations
Bearer token auth — supports both classic API token and modern bearer token authentication
Multiple instances — connect to several Jenkins servers simultaneously using comma-separated env vars
Pipeline awareness — retrieve stage-by-stage pipeline status, console logs, test results, and build artefacts
Node management — list agents, toggle nodes online/offline, and inspect system info without leaving your AI client
Zero-install usage — run directly via
npx --yes @kud/mcp-jenkins@latestwith no local setup required
Related MCP server: MCP Jenkins Server
Install
npm install -g @kud/mcp-jenkinsOr use without installing via npx (see Usage below).
Usage
Add the server to your MCP client config. The recommended approach uses environment variables:
{
"mcpServers": {
"jenkins": {
"command": "npx",
"args": ["--yes", "@kud/mcp-jenkins@latest"],
"env": {
"MCP_JENKINS_URL": "https://pipeline.yourcompany.com",
"MCP_JENKINS_USER": "your_username",
"MCP_JENKINS_API_TOKEN": "your_api_token"
}
}
}
}For bearer token authentication, replace the env block with:
"env": {
"MCP_JENKINS_URL": "https://pipeline.yourcompany.com",
"MCP_JENKINS_BEARER_TOKEN": "your_bearer_token"
}Tools
Category | Tools |
Job operations |
|
Build operations |
|
Testing & artefacts |
|
Queue management |
|
System & nodes |
|
Views |
|
Instances & admin |
|
Development
git clone https://github.com/kud/mcp-jenkins.git
cd mcp-jenkins
npm install
npm run devTo test interactively with the MCP Inspector:
npm run inspect:dev📚 Full documentation → mcp-jenkins/docs
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/kud/mcp-jenkins'
If you have feedback or need assistance with the MCP directory API, please join our Discord server