Skip to content

Other MCP Clients

Any MCP client that supports Streamable HTTP transport can connect to Upstream directly.

URLhttps://api.upstream.do/mcp
TransportStreamable HTTP
Auth headerAuthorization: Bearer <your-token>
Protocol version2025-03-26

Replace <your-token> with your Personal Access Token.

Clients like Cursor, Claude Code, Windsurf, VS Code, and others that support Streamable HTTP can connect directly using the URL and auth header above. Consult your client’s documentation for where to configure MCP servers.

Clients that only support stdio transport (like Claude Desktop) need the mcp-remote bridge. See the Claude Desktop guide for the pattern — it works the same way for any stdio-only client:

{
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://api.upstream.do/mcp",
"--header",
"Authorization: Bearer <your-token>"
]
}

Once connected, your client will discover 44 tools and 4 prompt workflows automatically. The server also provides built-in instructions that help your AI assistant understand how to navigate your inbox efficiently.