Desktop clients
Back to Platform

MCP 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

  1. Open your terminal and navigate to the project in which you'll want to use the Onboard MCP

  2. 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"
  1. Once installed, you can learn more about the Onboard MCP by running the /mcp command in a Claude Code session

How is this guide?

On this page