Serversio.github.RPGMais/mcp-n8n
N

n8n MCP Server

io.github.RPGMais/mcp-n8n · v2.0.2
▦ npm
v2.0.2npm npm: @nextoolsolutions/mcp-n8n↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.RPGMais/mcp-n8n",
  "description": "The most complete MCP server for n8n — 43 tools for workflows, data tables, and more.",
  "title": "n8n MCP Server",
  "repository": {
    "url": "https://github.com/RPGMais/mcp-n8n",
    "source": "github",
    "id": "RPGMais/mcp-n8n"
  },
  "version": "2.0.2",
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "@nextoolsolutions/mcp-n8n",
      "version": "2.0.2",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "n8n instance URL (e.g. http://localhost:5678)",
          "name": "N8N_BASE_URL"
        },
        {
          "description": "n8n API key",
          "isRequired": true,
          "isSecret": true,
          "name": "N8N_API_KEY"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}