jenkins

stdio

Used by 1 plugin

Installs jenkins-mcp, the highest-starred plugin that provides this server

Install
1
Run in your terminal
$
npx claudepluginhub harieshvarshan/vrshn-claude-marketplace --plugin jenkins-mcp
Add to Your Project

Add to your .mcp.json:

{
  "mcpServers": {
    "jenkins": {
      "command": "${HOME}/.local/share/jenkins-mcp/venv/bin/python",
      "args": [
        "${CLAUDE_PLUGIN_ROOT}/mcp_server.py"
      ],
      "env": {
        "JENKINS_CONFIG": "${HOME}/.config/atlassian/.env"
      }
    }
  }
}
Security Considerations
Admin access level

This server has elevated permissions. Review the source code before enabling.

Command
${HOME}/.local/share/jenkins-mcp/venv/bin/python
Access Level
admin
Arguments
${CLAUDE_PLUGIN_ROOT}/mcp_server.py
Environment Variables
JENKINS_CONFIG=${HOME}/.config/atlassian/.env