One command to add AI cloud tools to all your coding assistants.
Web search, image/video/audio generation, browser automation, vector storage, memory, email — added to Claude Code, Cursor, Gemini CLI, Windsurf, VS Code, Zed, Cline, Continue.dev, and OpenClaw in one shot.
npx @hexaclaw/cli login
npx @hexaclaw/cli setupOr install globally:
npm i -g @hexaclaw/cli
hexaclaw login
hexaclaw setuphexaclaw setup auto-detects which AI coding tools you have installed and configures the HexaClaw MCP server for each one. One API key, all your tools.
| Tool | Config Location | Detection |
|---|---|---|
| Claude Code | claude mcp add / ~/.claude/settings.json |
claude binary or ~/.claude/ |
| Cursor | ~/.cursor/mcp.json |
~/.cursor/ or /Applications/Cursor.app |
| Gemini CLI | ~/.gemini/settings.json |
gemini binary or ~/.gemini/ |
| Windsurf | ~/.codeium/windsurf/mcp_config.json |
~/.codeium/windsurf/ or app |
| VS Code (Copilot) | ~/.vscode/mcp.json |
code binary or ~/.vscode/ |
| Zed | ~/.config/zed/settings.json |
zed binary or config dir |
| Cline | VS Code extension globalStorage | Extension installed |
| Continue.dev | ~/.continue/mcpServers/hexaclaw.json |
~/.continue/ exists |
| OpenClaw | ~/.openclaw/mcp-servers.json |
openclaw binary or config dir |
hexaclaw login Authenticate with your HexaClaw API key
hexaclaw setup Detect installed tools & configure MCP for each
hexaclaw status Show which tools are configured + credit balance
hexaclaw logout Remove stored credentials
Once configured, your AI coding assistant gets access to 18 tools:
| Tool | Cost | Description |
|---|---|---|
hexaclaw_search |
1 cr | Web search |
hexaclaw_scrape |
2 cr | Scrape URL to markdown |
hexaclaw_crawl |
5 cr | Crawl site pages |
hexaclaw_read |
1 cr | Read page as text |
hexaclaw_generate_image |
1-10 cr | Image generation (Imagen 4, Flux, SD3.5, etc.) |
hexaclaw_generate_video |
5-40 cr | Video generation (Veo 3, Kling, Minimax, etc.) |
hexaclaw_generate_audio |
3 cr | Audio/music generation |
hexaclaw_tts |
1-2 cr | Text to speech |
hexaclaw_chat |
varies | Chat with any LLM (Claude, GPT, Gemini, DeepSeek) |
hexaclaw_browser |
2 cr/min | Cloud browser session |
hexaclaw_send_email |
1 cr | Send email |
hexaclaw_embeddings |
1-13 cr | Text embeddings |
hexaclaw_vector_upsert |
1 cr/1K | Store vectors |
hexaclaw_vector_query |
free | Semantic vector search |
hexaclaw_memory_store |
1 cr | Store a memory |
hexaclaw_memory_search |
free | Search stored memories |
hexaclaw_credits |
free | Check credit balance |
hexaclaw_models |
free | List available models |
hexaclaw login— saves your API key to~/.hexaclaw/.envhexaclaw setup— detects installed tools, writes the correct MCP config for each one's format- Your AI tool launches the
hexaclaw-mcp-serveras a subprocess (stdio transport) - The MCP server forwards tool calls to the HexaClaw API
No daemons, no background processes. The MCP server runs only when your AI tool needs it.
- Node.js 18+
- A HexaClaw account and API key
MIT
