Jenkins MCP Server

Stabledevelopment
75 starsTypeScriptcommunity
GitHub
About

Overview

The Jenkins MCP Server enables AI agents to interact with Jenkins CI/CD servers. It provides tools for triggering builds, viewing job status and console output, managing pipeline configurations, and browsing build artifacts.
Capabilities

Tools & Capabilities

list_jobs

List all Jenkins jobs

build_job

Trigger a build for a job

get_build

Get build status and details

get_console_output

Get console output from a build

list_builds

List recent builds for a job

Setup

Installation

bash
Install
npx -y mcp-server-jenkins
Examples

Example Usage

javascript
Usage
{
  "mcpServers": {
    "jenkins": {
      "command": "npx",
      "args": ["-y", "mcp-server-jenkins"],
      "env": {
        "JENKINS_URL": "http://localhost:8080",
        "JENKINS_USER": "admin",
        "JENKINS_TOKEN": "your-api-token"
      }
    }
  }
}

Quick Info

Authorcommunity
LanguageTypeScript
StatusStable
Stars 75
Last UpdatedFeb 12, 2026

Need a Custom MCP Server?

Our team builds custom MCP servers tailored to your workflow.

Get in Touch

Need a Custom MCP Server?

Our team builds custom MCP servers tailored to your workflow. From proprietary data sources to internal tools, we have you covered.

Contact Us