Add it as a connector.
- Open Settings → Connectors.
- Click Add → Add custom connector.
- Name it Tomesphere MCP and paste this URL:
https://mcp.tomesphere.com/api/mcp
Click Addand you’re done. It works right away (50/day). If your client authenticates over OAuth in the browser, the cap is 500/day — no key to paste.
Need Claude Desktop first? Get it from claude.ai/download.
One command in your terminal
claude mcp add tomesphere --transport http https://mcp.tomesphere.com/api/mcp
That’s it, no key. Start using it right away (50/day). For 500/day, run /mcp and approve the OAuth prompt when it appears (a browser opens; approve once).
One-click install
Works right away at 50/day. For 500/day, Cursor opens a browser for the OAuth prompt the first time you hit the limit — no key to paste.
GitHub Copilot agent mode
No key needed. VS Code starts at 50/day, then runs the OAuth prompt in your browser for the higher 500/day cap.
Cascade MCP marketplace
Open Cascade, MCP Marketplace, Add custom server, paste:
{
"name": "tomesphere",
"url": "https://mcp.tomesphere.com/api/mcp"
}No key. Windsurf signs you in through the browser when you cross the free limit.
Developer mode, Plus or Pro
- Settings → Apps & Connectors → Advanced → enable Developer Mode
- Add app, type: remote MCP server
- URL
https://mcp.tomesphere.com/api/mcp - Authentication: None for 50/day, or OAuth for 500/day. No key to paste either way.
ChatGPT Free doesn't support MCP. Plus or Pro is required.
HTTP via mcp-remote bridge
Zed is stdio-only. Wrap the HTTP endpoint with the official bridge:
{
"context_servers": {
"tomesphere": {
"command": "npx",
"args": ["mcp-remote", "https://mcp.tomesphere.com/api/mcp"]
}
}
}No key. mcp-remote opens a browser for the OAuth prompt when you want 500/day; until then it runs at 50/day.
Generic Streamable HTTP
{
"name": "tomesphere",
"transport": "streamable-http",
"url": "https://mcp.tomesphere.com/api/mcp"
}Any spec-compliant client discovers our OAuth server from the 401 + WWW-Authenticate response once you pass the free tier, nothing to configure.
