Skip to content
Grok

n8n mcp server for Grok

io.github.arcar-org/n8n-mcp-server

Servidor MCP para integraciones con arcar.org

client:Grok transport:sse

Install n8n mcp server in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "n8n-mcp-server": {
      "type": "sse",
      "url": "https://nave.q2bot.com/mcp/arcar.org"
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

n8n mcp server in other clients