n

n8n

n8n MCP server that gives AI assistants access to n8n node documentation, properties, operations, and workflow automation context.

n8n·No reviews yet
Repo Docs
Share:

About

n8n MCP server that gives AI assistants access to n8n node documentation, properties, operations, and workflow automation context.

Example tools

Illustrative tool names — the actual tool set is defined by the server at runtime.

create_task
Create a new task
list_tasks
List tasks with filters
update_task
Update fields of an existing task

Screenshots

No screenshots yet.

Install n8n

Claude Desktop

Add this to claude_desktop_config.json.

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

Cursor

Add this to ~/.cursor/mcp.json.

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

VS Code

Add this to your workspace settings.json.

{
  "mcp.servers": {
    "n8n": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-n8n"
      ]
    }
  }
}

Reviews

Sign in to leave a review.

No reviews yet. Be the first!

Discussion(0)

Sign in to join the discussion.

No comments yet.