https://api.mokaru.ai/mcpAuth: OAuth in browser, the first time you use a tool. Requires a Plus plan.Claude.ai (web)
Anthropic’s web app supports remote MCP servers via the Connectors feature.Open settings
Add a custom connector
Enter the Mokaru server URL
- Name:
Mokaru - Remote MCP server URL:
https://api.mokaru.ai/mcp
Authorize
Use it
Search Mokaru for remote product manager jobs posted this week.
Claude Desktop
The native macOS/Windows app. Setup is via JSON config.Open the config file
- macOS:
~/Library/Application Support/Claude/claude_desktop_config.json - Windows:
%APPDATA%\Claude\claude_desktop_config.json - Linux:
~/.config/Claude/claude_desktop_config.json
Add Mokaru
mcpServers, add "mokaru" alongside them.Restart Claude Desktop
Authorize on first use
Cursor
Cursor (the AI-first editor) has built-in MCP support.Open MCP settings
Cmd/Ctrl + Shift + J then search “MCP”).Add a new server
- Name:
Mokaru - Type:
URL(orstreamable-httpdepending on Cursor version) - URL:
https://api.mokaru.ai/mcp
Save and restart
Use in Cursor chat or Composer
List my Mokaru job applications and their status.
Claude Code (CLI)
Anthropic’s command-line agent.Add the server
~/.claude.json.Authorize
claude. On the first Mokaru tool call, your browser opens for OAuth. Approve, return to the terminal.Verify
mokaru listed as connected.Gemini CLI
Google’s command-line agent (npm package@google/gemini-cli).
Open the settings file
~/.gemini/settings.json. Create it if it doesn’t exist.Add Mokaru
Authorize on first run
gemini in your terminal. The first call to a Mokaru tool opens your browser for OAuth.OpenClaw / ClawHub
Mokaru maintains an official skill on ClawHub - this is the easiest path if you use OpenClaw.Install the Mokaru skill
Or use raw MCP
Continue (VS Code / JetBrains)
Open-source AI assistant for editors.Open config
~/.continue/config.yaml (or config.json in older versions).Add Mokaru
Reload
Zed
The Zed editor supports MCP via Context Servers.Open settings
Cmd + , (macOS) or Ctrl + , (Linux) → opens settings.json.Add Mokaru
Custom MCP clients
Building your own agent? The MCP TypeScript and Python SDKs handle the full OAuth + transport flow when you point them at the Mokaru server URL.Troubleshooting
The browser opens but I see 'MCP requires Plus'
The browser opens but I see 'MCP requires Plus'
Claude Desktop / Cursor doesn't show Mokaru after adding the config
Claude Desktop / Cursor doesn't show Mokaru after adding the config
Cmd + Q, not just closing the window.I get rate-limit errors
I get rate-limit errors
/v1/* endpoints also have their own rate limits. Wait the Retry-After seconds returned in the RateLimit-Reset header.How do I disconnect?
How do I disconnect?
Don’t see your client?
Any MCP-compatible client that supports the streamable HTTP transport and OAuth 2.1 works againsthttps://api.mokaru.ai/mcp. If your client only supports stdio transport, it cannot connect to a remote MCP server.
Found a client that should be listed here? Email us at support@mokaru.ai and we’ll add setup steps.