TC
ToolCompared
MCP Server

n8n MCP MCP Server

by n8n

Build, validate, and run n8n workflows programmatically.

OfficialTypeScriptDeveloper Tools

About n8n MCP

Official n8n MCP server. Discover nodes, generate workflow code, validate it, and create or execute workflows directly from the agent.

Tags

automationworkflowsintegrations

How to install n8n MCP

Add the following entry to your MCP client config (e.g. claude_desktop_config.json or .mcp.json). Refer to the official repository for the exact command, package name, and required environment variables.

{
  "mcpServers": {
    "n8n": {
      "command": "npx",
      "args": ["-y", "@modelcontextprotocol/server-n8n"]
    }
  }
}

Example shape only — see the docs for the canonical install command.

Related MCP servers in Developer Tools