Jenkins MCP Server
Integrate with Jenkins CI/CD pipelines through your AI assistant - trigger builds, check status, and manage jobs.
Jenkins MCP Server
Manage Jenkins pipelines and jobs from your AI assistant.
What it Does
- Job Management: List, create, and configure Jenkins jobs
- Build Control: Trigger builds and monitor progress
- Pipeline Inspection: View pipeline stages and status
- Log Access: Retrieve and search build logs
- Node Management: View agent nodes and their status
Installation
# Using npx
npx -y @anthropic-ai/mcp-server-jenkins
# Using Docker
docker run -i --rm mcp/jenkins
Configuration
{
"mcpServers": {
"jenkins": {
"command": "npx",
"args": ["-y", "@anthropic-ai/mcp-server-jenkins"],
"env": {
"JENKINS_URL": "https://jenkins.example.com",
"JENKINS_USERNAME": "${JENKINS_USERNAME}",
"JENKINS_API_TOKEN": "${JENKINS_API_TOKEN}"
}
}
}
}
Example Prompts
- "Show me the last 5 builds for the api-service job"
- "Why did build #1234 fail?"
- "Trigger the deploy-to-staging job"
- "Show logs from the test stage"
- "List all jobs in the frontend folder"
Security Notes
- Use API tokens instead of passwords
- Create a dedicated service account with minimal permissions
- Use HTTPS for Jenkins URL
- Rotate API tokens regularly
Related Articles
Canva Dev MCP Server
The Canva Dev MCP Server enables AI models to interact with the Canva development ecosystem, providing capabilities for generating apps, adopting the App UI Kit, localizing apps, and ensuring compliance with Canva's design guidelines.
Zapier MCP Server
Zapier MCP servers enable AI models to connect with 8,000+ apps and 30,000+ actions, providing powerful workflow automation and integration capabilities without complex API integrations.
Development Tools & DevOps MCP Servers
Streamline your development workflow with our Development Tools & DevOps integrations. Connect with version control systems, CI/CD pipelines, container platforms, and more to build, test, and deploy your AI applications faster and more reliably.