Agent Integration: Model Context Protocol
Give Claude & Cursor email autonomy in 30 seconds.
Plug gork-mcp into your developer tools. Your AI assistant automatically gains native tools to provision inboxes, read incoming messages, query conversation history, and dispatch replies.
Configuration (Claude Desktop / Cursor)
~/.claude/config.json
| 1 | { |
| 2 | "mcpServers": { |
| 3 | "gork": { |
| 4 | "command": "npx", |
| 5 | "args": ["-y", "gork-mcp", "--api-key=gork_live_YOUR_KEY"] |
| 6 | } |
| 7 | } |
| 8 | } |
Exposed MCP Agent Tools
gork_create_inbox
Provisions a new agent email address in <100ms.
gork_send_email
Dispatches outbound emails with automatic threading.
gork_read_emails
Lists and retrieves sanitized email payloads.
gork_reply_email
Sends threaded replies to ongoing message chains.