n8n-control-room

jonnymarshall/n8n-control-room
★ 0 stars Shell 💻 Code/Dev Tools Updated 7d ago
Admin tooling and Claude Code MCP wiring for an n8n automation server
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": {
    "n8n-control-room": {
      "command": "npx",
      "args": [
        "-y",
        "jonnymarshall/n8n-control-room"
      ]
    }
  }
}

README Excerpt

The admin side of our n8n automation server. This repo bundles three things: 1. **Claude Code wiring** so you can build and edit n8n workflows by chatting with an AI ("create a workflow that emails me every morning..."), and Claude builds, validates, and saves it for you. 2. **Admin shell scripts** (`scripts/`) that you run from your own machine to mutate the n8n server: deploy workflows, mint client tokens, create credentials, query data tables.