Prerequisites
- A linked account for the connector you want to use. See Embedding the StackOne Hub or Auth Links to add one.
How to get your MCP config
Open a connector
Go to Connectors in the left nav, then click any connector to open its detail page.

Click 'Use Connector'
Click the Use Connector button in the top-right of the connector detail page. This opens the “Get Started with Connector” panel.

If the connector isn’t configured yet, you’ll see a setup wizard instead. Complete both steps — create an auth configuration, then link an account — and the Use tab with the MCP tile will appear.
Select your account
On the Use tab, click MCP Server under “Use with Agent Client” to expand the tile.Select a linked account from the dropdown. StackOne generates a token for that account automatically.

Choose your client
Pick the client you want to connect. Supported options:

| Client | Config format |
|---|---|
| HTTPS MCP | Direct URL |
| Claude Desktop | JSON (mcpServers block) |
| Claude Code | CLI command (claude mcp add) |
| Cursor | URL + one-click deep link |
| VS Code | URL + one-click deep link |
| Codex CLI | CLI command |
| Gemini CLI | JSON (mcpServers block) |
| Windsurf | JSON (mcpServers block) |
| Zed | JSON (context_servers block) |
| Kiro | JSON (mcpServers block) |
| Raycast | URL |
| LM Studio | URL |

Copy the config
The panel shows the config in the right format for your client, with a copy button.For clients that use a config file (Claude Desktop, Gemini CLI, etc.), the panel also shows the exact file path to paste it into.For Cursor and VS Code, you can skip the copy step entirely and click Add to Cursor or Add to VS Code to install it directly via deep link.
Paste the config into the specified file or terminal, then restart your client.

What the MCP URL looks like
The generated URL follows this format:Next steps
MCP Quickstart
Full endpoint reference and authentication options
Authentication & Security
Token types, expiry, and production auth patterns