# jenkinsci/jenkins | Model Context Protocol (MCP) Server > Jenkins automation server - **Stars**: ⭐ 26,452 - **Language**: Java - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "jenkins": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-jenkins" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "jenkins": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-jenkins" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-jenkins` - **Docker**: `docker run -i --rm mcp/jenkins`