MCP on Claude Desktop
Use Anthropic Claude Desktop with Onboard’s hosted MCP server over HTTP/SSE.
Claude Desktop supports MCP through local and
remote transports. Onboard exposes hosted MCP at https://rest.onboard.io
(see MCP setup for exact paths and authentication).
Recommended pattern (OAuth)
Anthropic’s remote MCP and custom connectors use per-user OAuth, not an org-wide shared API key. See connector authentication and the access model on Security & permissions (MCP).
- Confirm MCP setup requirements and that hosted MCP OAuth is enabled for your tenant.
- An admin registers the connector: SSE URL
https://rest.onboard.io/mcp/sse(no trailing slash), OAuth Client ID from Integrations → API, and allowed callbacks (for Claude web:https://claude.ai/api/mcp/auth_callback). - Each user completes sign-in in Claude Desktop or Claude.ai before tools run—access follows that user’s Onboard permissions, not a single shared key.
For field-by-field help, MCP Inspector testing, and production Client ID reference, see Connecting to Onboard MCP.
Anthropic publishes MCP client behavior in their own help center; use their latest instructions if UI labels differ from the steps above.
Security
OAuth ties MCP to individual users—offboard people in Onboard and revoke their login, not only a shared integration key. Prefer company-managed machines and the Security checklist.
Related
- MCP setup — base URL, /mcp paths, authentication
- Security checklist
- MCP desktop clients
- Connecting to Onboard MCP — OAuth, Inspector, Client ID from Integrations
How is this guide?