Runbook MCP Server
@runbookai
About Runbook MCP Server
Runbook MCP Server
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"runbook": {
"command": "uv",
"args": [
"--directory",
"<ABSOLUTE_PATH>/runbook-mcp-server",
"run",
"runbook_server.py"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Runbook MCP Server?
Runbook MCP Server lets you execute runbooks—scripted operational procedures or manual test plans—directly from Claude Desktop. It converts markdown or text files into executable workflows that Claude can run using other MCP servers (e.g., GitHub, Slack, Kubernetes).
How to use Runbook MCP Server?
- Configure Claude Desktop’s
claude_desktop_config.jsonwith theuvcommand pointing to yourrunbook_server.py. - Create runbooks as
.mdor.txtfiles; optionally define environment variables inenv.yamland use{env[key]}or{var.name}substitution. - In Claude Desktop, click “Attach from MCP”, select
get_runbook_as_prompt, enter the runbook name (and any variables), then submit the generated prompt. Claude will coordinate with other MCP servers to execute the steps.
Key features of Runbook MCP Server
- Executes ops runbooks (e.g., deploy a service, upgrade a Kubernetes cluster)
- Runs manual test plans (e.g., create EC2 instance, SSH, run integration tests)
- Supports markdown and plain text runbook formats
- Environment and variable substitution via
{env[key]}and{var.name} - Includes a
create_runbooktool for programmatic runbook creation - Integrates with popular MCP servers (GitHub, Slack, DesktopCommander, web/browser tools, Kubernetes)
Use cases of Runbook MCP Server
- Automate service deployments and rollbacks using Claude Desktop
- Execute Kubernetes cluster upgrades with step‑by‑step validation
- Run QA test plans that require provisioning cloud resources and executing commands
- Trigger Slack notifications based on the outcome of a runbook step
- Combine web searching and browser automation to verify production changes
FAQ from Runbook MCP Server
How do I pass variables to a runbook?
When using the get_runbook_as_prompt tool, provide a comma‑separated list of varName=value pairs. The runbook can reference them as {var.name}.
What file formats are supported for runbooks?
Runbooks can be either markdown (.md) or plain text (.txt) files. Place them in any folder and the server will index them.
Which other MCP servers can I use alongside Runbook MCP Server?
The README lists GitHub, Slack, DesktopCommanderMCP, web search and browser automation MCP servers, and Kubernetes‑specific servers (e.g., mcp-k8s-go).
How do I rebuild the index after updating a runbook file?
If you modify a runbook file, you need to rebuild the index so the server picks up the changes. The README states “Rebuild the index when files are updated” but does not provide a specific tool or command; this is a planned improvement.
Does Runbook MCP Server require any runtime dependencies?
Yes, it requires uv and Python to run the runbook_server.py script. No additional database is needed – runbooks are stored as files on disk.
More Other MCP servers
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
ICSS
chokcoco不止于 CSS
Comments