Give AI agents persistent context in n8n. Turn docs, code repos, PDFs, specs, and other MCP servers into a live Model Context Protocol endpoint your workflows read before they act.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"n8n-nodes-mcp-studio": {
"command": "npx",
"args": [
"-y",
"zthewriter/n8n-nodes-mcp-studio"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add n8n-nodes-mcp-studio npx -y zthewriter/n8n-nodes-mcp-studio
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"n8n-nodes-mcp-studio": {
"command": "npx",
"args": [
"-y",
"zthewriter/n8n-nodes-mcp-studio"
]
}
}
}
📋 Copy