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: host-mcp-jenkins
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.
Related MCP Servers
- Alicense-qualityDmaintenanceAn MCP server for interacting with a Jenkins CI/CD server. Allows you to trigger jobs, check build statuses, and manage your Jenkins instance through MCP.Last updated4614Apache 2.0
- AlicenseAqualityCmaintenanceA local MCP server for Jenkins that provides 17 tools to interact with Jenkins jobs, builds, logs, SCM, and test results via REST API, no plugin required.Last updated171961MIT
- AlicenseBqualityDmaintenanceMCP server for Jira and Confluence integration with 32 tools for managing tickets, sprints, boards, worklogs, and Confluence pages.Last updated37161GPL 2.0
- Alicense-qualityAmaintenanceMCP server for Jenkins to inspect builds, control jobs, and manage pipeline configuration.Last updated9MIT
Related MCP Connectors
The MCP server for Azure DevOps, bringing the power of Azure DevOps directly to your agents.
34 production API tools over one hosted MCP endpoint.
MCP server for Appcircle mobile CI/CD platform.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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