Catalog
io.github.helbertparanhos/n8n-pro-mcp
Officialby helbertparanhos · TypeScript
n8n Pro MCP
Manage self-hosted n8n (incl. queue mode): workflows, executions, users, audit — 51 tools.
Manage self-hosted n8n workflows, executions, users, and audit logs with 51 tools.
Topics
automationclaudeclaude-codecursormcpmodel-context-protocoln8nqueue-modeworkflow-automation
README not available yet.
Install
Configuration
Environment variables
N8N_API_URLrequiredBase URL of the n8n instance (no /api/v1 suffix)
N8N_API_KEYrequiredsecretn8n API key (Settings -> n8n API -> Create API key)
N8N_WEBHOOK_BASE_URLSeparate base URL for webhook calls (queue mode webhook processors)
claude_desktop_config.json
{
"mcpServers": {
"n8n-pro-mcp": {
"command": "npx",
"args": [
"-y",
"n8n-pro-mcp@1.0.0"
],
"env": {
"N8N_API_URL": "<YOUR_N8N_API_URL>",
"N8N_API_KEY": "<YOUR_N8N_API_KEY>",
"N8N_WEBHOOK_BASE_URL": "<YOUR_N8N_WEBHOOK_BASE_URL>"
}
}
}
}