n8n MCP Server for Zed
io.github.rpgmais/mcp-n8n
The most complete MCP server for n8n — 43 tools for workflows, data tables, and more.
client:Zed
transport:stdio
runtime:npm
Install n8n MCP Server in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcp-n8n": {
"command": "npx",
"args": [
"-y",
"@nextoolsolutions/mcp-n8n"
],
"env": {
"N8N_BASE_URL": "<N8N_BASE_URL>",
"N8N_API_KEY": "<N8N_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs