MCP Server
MCP
n8n Pro MCP
Manage self-hosted n8n (incl. queue mode): workflows, executions, users, audit — 51 tools.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "n8n-pro-mcp",
"version": "1.0.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Base URL of the n8n instance (no /api/v1 suffix)",
"isRequired": true,
"name": "N8N_API_URL"
},
{
"description": "n8n API key (Settings -> n8n API -> Create API key)",
"isRequired": true,
"isSecret": true,
"name": "N8N_API_KEY"
},
{
"description": "Separate base URL for webhook calls (queue mode webhook processors)",
"name": "N8N_WEBHOOK_BASE_URL"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment