/mcp endpoint. Any MCP-compatible tool — Claude, Claude Code, ChatGPT, Codex, Cursor, VS Code — can search, read, and edit your workspace through it.
There are two ways to connect. Which one you use depends on whether the tool can open a browser:
Either way, the connection acts as you. The connected tool sees exactly the folders you can see in the app, and nothing more.
Find your endpoint URL
Open the account menu (your avatar in the top-right corner), choose Studio, then MCP access. The Endpoint URL field shows your workspace’s address with a copy button. On Studiograph Cloud it looks likehttps://<your-workspace>.studiograph.ai/mcp.
Every member can open this page — you don’t need to be an Owner.
Create a token (for headless clients)
1
Open Studio → MCP access → Advanced
The Advanced section below the endpoint URL holds your personal access tokens.
2
Create a token
Click New token, give it a name (for example “claude-code”), and click Create token.
3
Copy the token and the client config
The token starts with
sg_. It’s shown once, together with a ready-to-paste client config — copy both before you leave the page.Claude (claude.ai, Claude Desktop, and Cowork)
Claude on the web, the desktop app, the mobile apps, and Cowork all use the same connector, with browser sign-in — no token needed.- Copy your endpoint URL from Studio → MCP access.
- In Claude, open Customize → Connectors, click +, choose Add custom connector, and paste the URL.
- Approve access in the browser window that opens.
ChatGPT
The ChatGPT desktop app connects to MCP servers directly:- Copy your endpoint URL from Studio → MCP access.
- In the ChatGPT desktop app, open Settings → MCP servers → Add server.
- Give it a name, choose Streamable HTTP, paste the URL, and save.
Claude Code
For an interactive session, add the server over HTTP and sign in through the browser:/mcp inside Claude Code and pick studiograph to finish the browser sign-in.
For a headless session — CI, claude -p, or any machine where the browser flow isn’t an option — pass a personal access token instead:
.mcp.json at the project root. Keep the token out of the file by using an environment variable:
Codex
Codex authenticates with a personal access token. Add the server to~/.codex/config.toml:
Cursor, VS Code, and other MCP clients
Cursor, VS Code, and other clients that support browser sign-in need only the endpoint URL: add it as a remote (HTTP) MCP server and approve access when the browser opens. A client that can’t sign in through the browser takes a token instead, with this config shape:What connected tools can do
More than 50 tools are available, covering most of what you can do in the app:Deleting a whole top-level folder is something only a person can do, in the web app. Connected tools can archive a folder, which you can undo, and delete subfolders. A subfolder that still has content is only deleted when the tool explicitly asks for it, and deleted entries stay recoverable from history.
Revoking access
Both kinds of connection are listed under Studio → MCP access:- Browser sign-ins appear under Connected apps. Click Disconnect next to one to end its access.
- Tokens are listed under Advanced. Open a token and click Revoke token.