runbook-ai-mcp

runbook-ai/runbook-ai-mcp
★ 3 stars TypeScript 🤖 AI/LLM Updated today
MCP server for Runbook AI Chrome extension
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "runbook-ai-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "runbook-ai/runbook-ai-mcp"
      ]
    }
  }
}