Productivity

n8n MCP

n8n-mcp exposes n8n node documentation and optional live workflow management to coding agents. Use it to discover nodes, draft workflows, and (with API credentials) create or inspect workflows on your n8n instance.

Stars

22.3k

Installs

350.0k

License

MIT

Kind

MCP

Trust evidence

Catalogued

Catalogued MCP with public repository metadata. Not a verified endorsement.

  • Stars: 22.3k · catalog
  • Freshness: Updated 2026-07-01
  • Used in 0 known stacks (editorial graph may still apply)

Prerequisites

  • · Host app that loads MCP config (Cursor, Claude Desktop, etc.)
  • · Environment: N8N_API_URL
  • · Environment: N8N_API_KEY
  • · Node.js 18+

Reference command

{
  "mcpServers": {
    "n8n-mcp": {
      "command": "npx",
      "args": ["-y", "n8n-mcp"],
      "env": {
        "N8N_API_URL": "https://your-n8n-instance.com",
        "N8N_API_KEY": "<your-n8n-api-key>"
      }
    }
  }
}

Often stacked with