Connect Claude Desktop to company data in 2 minutes
Open Claude Code in your terminal and paste the prompt below. Claude will find your config file and add the entry automatically.
Add the Accel MCP server to my Claude Desktop config. Find my Claude Desktop config file (Mac: ~/Library/Application Support/Claude/claude_desktop_config.json, Windows: %APPDATA%\\Claude\\claude_desktop_config.json). Add the "accel" entry inside "mcpServers" without removing any existing entries. If the file or "mcpServers" key does not exist, create it. The entry to add:\n\n"accel": {\n "type": "streamable-http",\n "url": "https://mcp.accelclub.pro/mcp"\n}\n\nAfter editing, show me the final config and remind me to fully quit and reopen Claude Desktop (Cmd+Q on Mac, not just close the window).
~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%\Claude\claude_desktop_config.json"accel" entry inside "mcpServers"
without removing any existing entries:
{\n "mcpServers": {\n "accel": {\n "type": "streamable-http",\n "url": "https://mcp.accelclub.pro/mcp"\n }\n }\n}