mcp-remote, which runs locally
as a stdio server and forwards to SeeSaw with your key:
claude_desktop_config.json
(Settings → Developer → Edit Config), then restart the app.
Requires Node.js ≥ 18 on the machine running the client.
Verify
After a restart, the client’s tools list should show 14 SeeSaw tools. Ask:What prediction markets are ending soon on SeeSaw?
Troubleshooting
| Symptom | Likely cause |
|---|---|
| Server never appears | npx not on PATH (install Node.js), or JSON syntax error |
| Auth errors in logs | Key typo in the --header argument |
| Works then stops | Key revoked, or rate limited — see Rate limits |
Any MCP SDK
The endpoint is standard Streamable HTTP, so every MCP SDK connects directly — pass theAuthorization header in your transport config, e.g. in
TypeScript: