Remote MCP

OddSockets Remote MCP

Connect Claude Web, Raycast, or any MCP client to real-time messaging over HTTP+SSE. No install — just a URL and your API key.

Claude Code Cursor Cline Windsurf Aider Codex Remote MCP
1

Add the MCP server

Point any MCP client that supports remote HTTP/SSE transport at the OddSockets MCP endpoint.

Server URL

https://mcp.oddsockets.ai/sse
2

No key yet? Onboard in-session

Connect without an Authorization header. The session starts in onboarding mode with two tools.

All the full tools unlock on the same session the moment you have a key — no reconnect needed.
3

Connect your client

Already have a key? Add it as a Bearer token. Configs for common clients below.

Claude Web / Desktop (mcp config)

{
  "mcpServers": {
    "oddsockets": {
      "url": "https://mcp.oddsockets.ai/sse",
      "headers": { "Authorization": "Bearer YOUR_ODDSOCKETS_API_KEY" }
    }
  }
}

Raycast / generic SSE client

Transport:  SSE (HTTP)
Endpoint:   https://mcp.oddsockets.ai/sse
Header:     Authorization: Bearer YOUR_ODDSOCKETS_API_KEY
4

Tools you get

Once connected with a key, the full toolset unlocks in place.

5

Prefer to build it in?

The same channels are available via the CLI and a native SDK for 19 languages.