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, anonymously (50/day). Want more? Sign in through your browser (OAuth, no key to paste) for 500/day.
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 sign in when prompted (a browser opens; approve once).
One-click install
Works anonymously right away. For 500/day, Cursor opens a browser to sign in the first time you hit the free limit, no key to paste.
GitHub Copilot agent mode
No key needed. VS Code uses anonymous mode, then runs the sign-in flow (OAuth) in your browser when you want the higher limit.
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 and sign in 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 to sign in (OAuth) when you want 500/day; until then it’s anonymous.
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.
