n8n mcp server for Claude Desktop
io.github.arcar-org/n8n-mcp-server
Servidor MCP para integraciones con arcar.org
client:Claude Desktop
transport:sse
Install n8n mcp server in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"n8n-mcp-server": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://nave.q2bot.com/mcp/arcar.org"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs