n8n-mcp-server

hemichaeli/n8n-mcp-server
★ 1 stars TypeScript 🔒 Security Updated today
MCP server for n8n workflow automation - manage workflows, executions, credentials, tags, and variables via Claude
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

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

README Excerpt

MCP (Model Context Protocol) server for [n8n](https://n8n.io/) workflow automation. Gives Claude direct access to manage workflows, executions, credentials, tags, variables, users, and security audits via the n8n REST API. - `n8n_list_workflows` - List/filter/paginate workflows - `n8n_get_workflow` - Get full workflow definition by ID

Tools (20)

N8N_API_KEYN8N_BASE_URLPORTn8n_activate_workflown8n_create_credentialn8n_create_tagn8n_create_variablen8n_create_workflown8n_deactivate_workflown8n_delete_credentialn8n_delete_executionn8n_delete_tagn8n_delete_variablen8n_delete_workflown8n_get_credential_scheman8n_get_executionn8n_get_usern8n_get_workflown8n_get_workflow_tagsn8n_list_credentials