jenkins
stdioUsed 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-mcpAdd 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/pythonAccess Level
admin
Arguments
${CLAUDE_PLUGIN_ROOT}/mcp_server.py
Environment Variables
JENKINS_CONFIG=${HOME}/.config/atlassian/.env