All clients
Claude Code
Claude Code adds the Creatorland Data MCP with one command, OAuth runs in your browser on first invocation.
Setup
Claude Code
Loading setup…
- Who it’s for
- Developers running Claude’s CLI agent (Claude Code) in their terminal.
- Compatibility
- Claude Code supports the `claude mcp add` command for HTTP, stdio, and SSE transports (HTTP is preferred over the deprecated SSE). User-scoped servers live in `.claude.json` in your home directory; project-scoped servers commit a `.mcp.json` at the project root that your team can share.
- Verify the connection
- After you sign in with your Creatorland account, your tools appear in the client, scoped to your account. If the list comes back empty, that signals the email you signed in with has no Creatorland account yet, create one (or sign in with the right one) at creatorland.com and reconnect. An empty list still confirms the OAuth handshake succeeded and you’re pointed at the right server.
Troubleshooting
- Flag order matters: `--transport http` and other options must precede the server name. `claude mcp add creatorland --transport http ...` will fail.
- After adding, run `claude mcp list` to confirm the server is registered. If OAuth fails, check that localhost callbacks aren’t blocked by your firewall or VPN.
- To start over, `claude mcp remove creatorland` and re-add, the next invocation triggers a fresh OAuth flow.