Jenkins MCP Server
Description
# Jenkins MCP Server A Model Context Protocol (MCP) server that provides access to Jenkins data and functionality through a standardized interface for LLMs. ## Overview This project implements an MCP server that connects to Jenkins instances, allowing Large Language Models to: -…
About
# Jenkins MCP Server A Model Context Protocol (MCP) server that provides access to Jenkins data and functionality through a standardized interface for LLMs. ## Overview This project implements an MCP server that connects to Jenkins instances, allowing Large Language Models to: - Access Jenkins job data as resources -…
Details
- Author
- truxt-ai
- GitHub stars
- 5
- Downloads
- 394
- Categories
- Other, AI, Automation
Jump to
- Access Jenkins job configurations, build history, and status.
- Trigger builds, update job configurations, and manage tasks.
- Pre-defined interaction patterns for common Jenkins operations.
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Jenkins MCP ServerCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Install Python 3.8+, set up a Jenkins instance, configure environment variables (JENKINS_URL, JENKINS_USERNAME, JENKINS_API_TOKEN), add dependencies with uv, and run the server in development mode with uv run mcp dev server.py.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"jenkins mcp server": {
"jenkins-mcp-server": {
"command": "uv",
"args": [
"init",
"jenkins-mcp-server"
]
}
}
}
}
McpServers
{
"jenkins-mcp-server": {
"command": "uv",
"args": [
"init",
"jenkins-mcp-server"
]
}
}
Jenkins MCP Server
A Model Context Protocol (MCP) server that provides access to Jenkins data and functionality through a standardized interface for LLMs.
Overview
This project implements an MCP server that connects to Jenkins instances, allowing Large Language Models to:
- Access Jenkins job data as resources
- Execute Jenkins-related operations through tools
- Utilize predefined prompts for common Jenkins interactions
Installation
Prerequisites
- Python 3.8+
- Access to a Jenkins instance
Setting up with uv
We recommend using uv for managing Python environments:
```bash
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.


