mcpbeat Sign in

Rundeck MCP Server

by mariomorenodev Your server? Claim it
local only

Rundeck MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 37 installs a week from npm. Last commit 29 Apr 2026.

50 tools to manage Rundeck jobs, executions, projects, nodes, and system via MCP

Installs per day peak 18 · avg 6 · -36% w/w
a month agotoday
37
Installs / week
npm · rundeck-mcp-server
1
Stars
0 open issues
29 Apr 2026
Last commit
0 releases in 90 days
Apache-2.0
License
TypeScript

Nothing serious here today

Today is the operative word: we check Rundeck MCP Server every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add rundeck-mcp-server -- npx -y rundeck-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "rundeck-mcp-server": {
      "args": [
        "-y",
        "rundeck-mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.rundeck-mcp-server]
command = "npx"
args = ["-y", "rundeck-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "rundeck-mcp-server": {
      "args": [
        "-y",
        "rundeck-mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "rundeck-mcp-server": {
      "args": [
        "-y",
        "rundeck-mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: RUNDECK_URL (Rundeck server URL (e.g., http://localhost:4440)), RUNDECK_API_TOKEN (API token for authentication), RUNDECK_API_VERSION (Rundeck API version (default: 41)), RUNDECK_TIMEOUT (Request timeout in milliseconds (default: 30000)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Rundeck MCP Server

same job, measured the same way
n8n Pro MCP
by helbertparanhos

Manage self-hosted n8n (incl. queue mode): workflows, executions, users, audit — 51 tools.

24 installs/wk local only
Testiny Test Management
by testiny

An MCP server that provides access to Testiny projects, test cases and test runs

answering
Ntfy MCP Server
by cyanheads

Send, manage, and replay ntfy push notifications via MCP.

1 085 installs/wk local only
Testkube MCP
by kubeshop

MCP server for Testkube - Manage test workflows, executions, and artifacts via AI assistants

local only
Github Actions
by ofershap

GitHub Actions MCP — view runs, read logs, re-run jobs, and manage CI/CD.

37 installs/wk local only
H2BIS ProjectBrain MCP
by h2bis-dev

Connect AI agents to H2BIS ProjectBrain - manage projects, use cases, and capabilities via MCP.

67 installs/wk local only
Multilocale
by multilocale

Manage translation projects, phrases and locales with secure organization-scoped tools and views.

17 tools answering
UniFi Protect MCP
by sirkirby

Manage UniFi Protect cameras, events, recordings, and smart detections via MCP.

5 684 installs/wk local only

Rundeck MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for Rundeck MCP Server?
Rundeck MCP Server runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package rundeck-mcp-server was installed 37 times last week.
How do I connect Rundeck MCP Server?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls rundeck-mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Rundeck MCP Server?
The npm package rundeck-mcp-server was installed 37 times in the last week. Week over week that is -36%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Rundeck MCP Server open source?
Yes — it is published under the Apache-2.0 licence, written in TypeScript and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.