Connect DaySurface
There is no DaySurface account to create, no signup form, and nothing to install. DaySurface is a remote MCP server: you add one URL to an MCP client and sign in to Google inside that client.
- Endpoint
- https://mcp.daysurface.com/mcp
- Name
- daysurface
- Transport
- streamable HTTP (remote, not stdio)
- Auth
- OAuth in the browser - no API key to paste
If you are an agent that can add MCP servers, the endpoint above is the whole job - add it and call tools/list. Otherwise pick your client below.
One click - the link fills in the name and URL
- Claude Add to Claude
Opens Claude with the name and URL already filled in - just click Add. Claude flags it as suggested by an external link; that's expected. On Team and Enterprise plans an admin adds it.
If the link does not work
- Open Claude → Settings → Connectors
- Click “Add custom connector”
- Paste the URL above, then click Add and complete sign-in
- Cursor Add to Cursor
Opens Cursor and adds the server. Not working? Copy the URL above and add it under Settings → MCP.
- VS Code Add to VS Code
Opens VS Code and adds the server. Requires Copilot agent mode.
- Goose Add to Goose
Opens Goose and adds the extension over streamable HTTP.
One command
- Claude Code
claude mcp add --transport http --scope user daysurface https://mcp.daysurface.com/mcpRun it in your terminal, then /mcp in a session to sign in.
Opens the dialog, but you still paste the URL
- ChatGPT Open the dialog
Copies the URL, then opens the empty dialog - just paste. Needs Developer mode on first.
Full click-path, if the link does not work
- Settings → Connectors → Advanced settings → Developer mode on
- Back on Connectors, click Create
- Paste the URL, name it, Authentication → OAuth
- Tick the risk box, click Create
- New chat, so the tools menu refreshes
Paste this prompt into the client
Paste this into any of the clients below:
Add a remote MCP server, then verify it connects.
Name: daysurface
Endpoint: https://mcp.daysurface.com/mcp
Transport: streamable HTTP (remote, not stdio)
Auth: OAuth in the browser, no key to paste
Use THIS client's own config keys - they differ:
VS Code "servers", Cursor/Cline "mcpServers",
Zed "context_servers", Windsurf "serverUrl" not "url".
Keep existing servers. Show me the diff, then say
what to click to finish sign-in. - Cline
Or add it by hand: MCP Servers → Remote Servers → Streamable HTTP.
- Zed
Or add it by hand: Settings → AI → MCP Servers → Add Remote Server.
- Windsurf
Windsurf uses “serverUrl”, not “url” - a snippet copied from another client will fail silently.
- Any MCP client
Anything that speaks MCP over streamable HTTP works - there is nothing to install.
After connecting
Your client completes Google sign-in in the browser and the tools appear automatically. Nothing is installed locally and there is no dashboard to visit.
Reading this as an agent? The same page is available as markdown at /connect.md and as JSON at /.well-known/mcp/install.json.