← Index

n8n MCP Server

io.github.RPGMais/mcp-n8n·v2.0.2·Other
Quality Score
88
/100

The most complete MCP server for n8n — 43 tools for workflows, data tables, and more.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "mcp-n8n": {
      "command": "npx",
      "args": [
        "-y",
        "@nextoolsolutions/mcp-n8n"
      ],
      "env": {
        "N8N_BASE_URL": "<n8n_base_url>",
        "N8N_API_KEY": "<your-n8n_api_key>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "mcp-n8n": {
      "command": "npx",
      "args": [
        "-y",
        "@nextoolsolutions/mcp-n8n"
      ],
      "env": {
        "N8N_BASE_URL": "<n8n_base_url>",
        "N8N_API_KEY": "<your-n8n_api_key>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @nextoolsolutions/mcp-n8n
§02  Environment variables
N8N_BASE_URL

n8n instance URL (e.g. http://localhost:5678)

N8N_API_KEY
requiredsecret

n8n API key

§03  MCP Quality Score  ·  methodology
freshness
23
completeness
15
installability
25
documentation
15
stability
10
§04  Alternatives in Other