Desktop clients
Back to PlatformMCP on Claude Code
Connect Onboard hosted MCP to Claude Code with your API key and production URLs.
Claude Code can use remote Model Context Protocol servers over HTTP.
Before you start
Complete the requirements on MCP setup (Admin access, MCP plan, API key from Integrations → API).
Configure Remote MCP
-
Open your terminal and navigate to the project in which you'll want to use the Onboard MCP
-
Run the following command to add the Onboard MCP
claude mcp add --transport sse onboard https://rest.onboard.io/mcp/sse --header "Authorization: Bearer $YOUR_API_KEY"- Once installed, you can learn more about the Onboard MCP by running the
/mcpcommand in a Claude Code session
Related
- MCP setup — base URL,
/mcppaths, authentication - Security checklist
- MCP desktop clients
How is this guide?