Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Iflow Mcp Kjozsa Jenkins

FreeNot checked

MCP server for managing Jenkins operations

GitHubEmbed

About

MCP server for managing Jenkins operations

README

smithery badge MCP server for managing Jenkins operations.

Jenkins MCP server

Installation

Installing via Smithery

To install Jenkins MCP for Claude Desktop automatically via Smithery:

npx -y @smithery/cli install @kjozsa/jenkins-mcp --client claude

Installing Manually

uvx install jenkins-mcp

Configuration

Add the MCP server using the following JSON configuration snippet:

{
  "mcpServers": {
    "jenkins-mcp": {
      "command": "uvx",
      "args": ["jenkins-mcp"],
      "env": {
        "JENKINS_URL": "https://your-jenkins-server/",
        "JENKINS_USERNAME": "your-username",
        "JENKINS_PASSWORD": "your-password",
        "JENKINS_USE_API_TOKEN": "false"
      }
    }
  }
}

CSRF Crumb Handling

Jenkins implements CSRF protection using "crumbs" - tokens that must be included with POST requests. This MCP server handles CSRF crumbs in two ways:

  1. Default Mode: Automatically fetches and includes CSRF crumbs with build requests

    • Uses session cookies to maintain the web session
    • Handles all the CSRF protection behind the scenes
  2. API Token Mode: Uses Jenkins API tokens which are exempt from CSRF protection

    • Set JENKINS_USE_API_TOKEN=true
    • Set JENKINS_PASSWORD to your API token instead of password
    • Works with Jenkins 2.96+ which doesn't require crumbs for API token auth

You can generate an API token in Jenkins at: User → Configure → API Token → Add new Token

Features

  • List Jenkins jobs
  • Trigger builds with optional parameters
  • Check build status
  • CSRF crumb handling for secure API access

Development

# Install dependencies
uv pip install -r requirements.txt

# Run in dev mode with Inspector
mcp dev jenkins_mcp/server.py

from github.com/kjozsa/jenkins-mcp

Install Iflow Mcp Kjozsa Jenkins in Claude Desktop, Claude Code & Cursor

Recommended · one command, every IDE
unyly install iflow-mcp-kjozsa-jenkins

Installs into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.

First time? Get the CLI: curl -fsSL https://unyly.org/install | sh

Or configure manually

Run in your terminal:

claude mcp add iflow-mcp-kjozsa-jenkins -- uvx jenkins-mcp

Step-by-step: how to install Iflow Mcp Kjozsa Jenkins

FAQ

Is Iflow Mcp Kjozsa Jenkins MCP free?

Yes, Iflow Mcp Kjozsa Jenkins MCP is free — one-click install via Unyly at no cost.

Does Iflow Mcp Kjozsa Jenkins need an API key?

No, Iflow Mcp Kjozsa Jenkins runs without API keys or environment variables.

Is Iflow Mcp Kjozsa Jenkins hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Iflow Mcp Kjozsa Jenkins in Claude Desktop, Claude Code or Cursor?

Open Iflow Mcp Kjozsa Jenkins on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Iflow Mcp Kjozsa Jenkins with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs