A reference implementation of a basic MCP server in n8n with agentic RAG over a Pinecone vector store
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"n8n-mcp-server-agent": {
"command": "npx",
"args": [
"-y",
"Paul-Orlando/n8n-mcp-server-agentic-rag"
]
}
}
}
Run in terminal:
claude mcp add n8n-mcp-server-agent npx -y Paul-Orlando/n8n-mcp-server-agentic-rag
Add to .cursor/mcp.json:
{
"mcpServers": {
"n8n-mcp-server-agent": {
"command": "npx",
"args": [
"-y",
"Paul-Orlando/n8n-mcp-server-agentic-rag"
]
}
}
}