Odel
runbook ai mcp

runbook ai mcp

Local
@runbook-ai3TypeScriptApache-2.0Updated 1w ago

MCP server for browser automation with AI agent

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmrunbook-ai-mcpv1.0.12

Run

npx -y runbook-ai-mcp

MCP client config

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