Skip to main content
1

Get an API key

Generate a key in the Console. Keys start with gork_live_.
2

Connect your client

Follow Option A (Desktop app) or Option B (Code CLI) below.
3

Verify

Ask Claude: “List my inboxes.” It should call gork_list_inboxes and show your addresses.

Option A — Claude Desktop

Add the gork server block to your config file:
  • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
  • Windows: %APPDATA%\Claude\claude_desktop_config.json
Restart Claude Desktop so it picks up the new server.

Option B — Claude Code CLI

Register the server from your terminal:
Confirm it is registered:
You should see gork in the server list with its 13 tools available.
Prefer not to put the key on the command line? Export GORK_API_KEY (or GORK_KEY) in your shell and drop the --api-key flag — gork-mcp reads it from the environment. Override the API base with GORK_BASE_URL if needed.