Install · Universal detected
Install APIClaw
One layer for every AI agent. Pick the path that fits your machine — or skip install entirely with a workspace key.
One-line install · macOS
$
curl -fsSL https://apiclaw.cloud/install.sh | bashDetects Node.js. Installs via Homebrew, falls through to the official .pkg if brew is missing. Then registers the APIClaw MCP server.
Verify the install
$
npx @nordsym/apiclaw --versionShould print a version like 2.5.3. Then restart Claude Desktop and look for APIClaw in the MCP tools list.
No terminal? No problem.
Install for Claude Desktop
Download the .mcpb file. Double-click it. Claude Desktop installs it as an extension. No Node.js, no terminal, no config file editing.
Building an agent?
Skip install. Use a workspace key.
Sign up at /workspace, get an sk-claw-… key, and call /v1/call from any language. Your agent handles the user. APIClaw handles the APIs.
curl https://api.apiclaw.cloud/v1/call \
-H "Authorization: Bearer sk-claw-..." \
-H "Content-Type: application/json" \
-d '{"provider":"replicate","action":"flux-pro","params":{"prompt":"a coffee mug"}}'Troubleshooting
Still stuck? File an issue at github.com/nordsym/apiclaw/issues with your OS, terminal output, and Node version. We respond fast.