n8n Pro MCP
Rank #20,572io.github.helbertparanhos/n8n-pro-mcp
Manage self-hosted n8n (incl. queue mode): workflows, executions, users, audit — 51 tools.
n8n Pro MCP is a Model Context Protocol (MCP) server published by helbertparanhos. It ranks #20,572 of 115,591 servers tracked on MCP Toplist, and its repository has 3 GitHub stars. n8n Pro MCP is listed across 3 registries — Official MCP, PulseMCP and Glama, with 1 tracked version. It was first listed on Jun 12, 2026 and most recently updated on Jun 12, 2026.
Ranks ahead of 95,019 of 115,591 servers on MCP Toplist.
Use n8n Pro MCP
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add n8n-pro-mcp -e "N8N_API_URL=<your N8N_API_URL>" -e "N8N_API_KEY=<your N8N_API_KEY>" -e "N8N_WEBHOOK_BASE_URL=<your N8N_WEBHOOK_BASE_URL>" -- npx -y n8n-pro-mcpReplace each placeholder with your own value before saving.
[mcp_servers.n8n-pro-mcp]
command = "npx"
args = ["-y", "n8n-pro-mcp"]
[mcp_servers.n8n-pro-mcp.env]
N8N_API_URL = "<your N8N_API_URL>"
N8N_API_KEY = "<your N8N_API_KEY>"
N8N_WEBHOOK_BASE_URL = "<your N8N_WEBHOOK_BASE_URL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"n8n-pro-mcp": {
"command": "npx",
"args": [
"-y",
"n8n-pro-mcp"
],
"env": {
"N8N_API_URL": "<your N8N_API_URL>",
"N8N_API_KEY": "<your N8N_API_KEY>",
"N8N_WEBHOOK_BASE_URL": "<your N8N_WEBHOOK_BASE_URL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"n8n-pro-mcp": {
"command": "npx",
"args": [
"-y",
"n8n-pro-mcp"
],
"env": {
"N8N_API_URL": "<your N8N_API_URL>",
"N8N_API_KEY": "<your N8N_API_KEY>",
"N8N_WEBHOOK_BASE_URL": "<your N8N_WEBHOOK_BASE_URL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"n8n-pro-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"n8n-pro-mcp"
],
"env": {
"N8N_API_URL": "<your N8N_API_URL>",
"N8N_API_KEY": "<your N8N_API_KEY>",
"N8N_WEBHOOK_BASE_URL": "<your N8N_WEBHOOK_BASE_URL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"n8n-pro-mcp": {
"command": "npx",
"args": [
"-y",
"n8n-pro-mcp"
],
"env": {
"N8N_API_URL": "<your N8N_API_URL>",
"N8N_API_KEY": "<your N8N_API_KEY>",
"N8N_WEBHOOK_BASE_URL": "<your N8N_WEBHOOK_BASE_URL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"n8n-pro-mcp": {
"command": "npx",
"args": [
"-y",
"n8n-pro-mcp"
],
"env": {
"N8N_API_URL": "<your N8N_API_URL>",
"N8N_API_KEY": "<your N8N_API_KEY>",
"N8N_WEBHOOK_BASE_URL": "<your N8N_WEBHOOK_BASE_URL>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.helbertparanhos%2Fn8n-pro-mcp)<a href="https://mcptoplist.com/server/io.github.helbertparanhos%2Fn8n-pro-mcp"><img src="https://mcptoplist.com/badge/io.github.helbertparanhos%2Fn8n-pro-mcp.svg" alt="MCP Toplist: Top 25% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
helbertparanhos
Other servers by helbertparanhos
- easypanel-mcp-server#7,200 · 6 vers
- Cloudflare MCP Pro#23,898 · 1 ver
- ClickUp MCP Pro#24,620 · 1 ver
- Resend Email MCP#24,621 · 1 ver
- Post for Me MCP Pro#31,118 · 1 ver
- Vercel MCP Pro#31,119 · 1 ver
Available versions (1)
| Version | Published |
|---|---|
| 1.0.0 | Jun 12, 2026 |
Frequently asked questions
- Who maintains n8n Pro MCP?
- n8n Pro MCP is maintained by helbertparanhos, which publishes 7 MCP servers (12 total versions) tracked on MCP Toplist.
- Is n8n Pro MCP listed on the Official MCP Registry?
- Yes — n8n Pro MCP is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does n8n Pro MCP have?
- MCP Toplist tracks 1 version of n8n Pro MCP, most recently published on Jun 12, 2026.
- Where can I find the source code for n8n Pro MCP?
- The source code for n8n Pro MCP is hosted at github.com/helbertparanhos/n8n-pro-mcp.