One URL, Every Client. Point any MCP-aware client at
https://api.fereai.xyz/mcp. Each provider handles OAuth its own way — usually a one-time browser sign-in linked to your Fere account. After that, the client can call Fere tools directly inside your conversations.Pick Your Client
Claude (Desktop & Web)
Add Fere as a Connector, paste the URL, and finish OAuth in the browser.
Claude Code
Drop the JSON config snippet into your MCP servers config.
ChatGPT
Turn on Developer Mode in Apps, then add the URL as a custom MCP.
Hermes
Paste the URL directly into a Hermes chat — it installs the MCP and prompts for OAuth.
Cursor
Add the JSON snippet under
mcpServers in Cursor’s MCP settings.Codex
Use the Streamable HTTP MCP add flow and paste the URL.
Claude (Desktop & Web)
In Claude, open Settings → Connectors → Add custom connector and paste the URL below. Claude will pop up an OAuth window to link your Fere account; once you approve, every new conversation can call Fere tools.Claude Code
Add the following block to your Claude Code MCP config (typically~/.claude.json or your project-level .mcp.json). On first use, Claude Code will open the OAuth flow in your browser.
ChatGPT
ChatGPT exposes custom MCPs behind a developer flag. Enable it once, then add the Fere URL as a new app.Hermes
Hermes makes this the simplest of all — just paste the URL into any chat:Cursor
Open Settings → MCP in Cursor and add an entry undermcpServers. Cursor will run OAuth in your browser the first time you invoke a Fere tool.
Codex
In Codex, open the MCP settings and choose Add Streamable HTTP MCP. Pastehttps://api.fereai.xyz/mcp as the endpoint and approve the OAuth handshake when prompted.

