Supported Clients
The Rhino FCP MCP server supports any AI client that implements the Model Context Protocol. This article provides step-by-step setup instructions for each supported client.
All clients use the same production endpoint: https://mcp.rhinohealth.com/mcp
For environment-specific URLs (staging, QA, dev), see Environments, Troubleshooting & FAQ.
Claude Desktop
Transport: Native HTTP | Node.js required: No | Difficulty: Easiest
Claude Desktop has a built-in connector UI — no config file needed.
Claude Desktop — Dev Mode (Config File)
Transport: Native HTTP via mcp-remote | Node.js required: Yes | Difficulty: Intermediate
For advanced users who prefer editing the config file directly.
Claude Code CLI
Transport: HTTP | Node.js required: No | Difficulty: Easy
No config file needed — everything is managed via the CLI.
Add the server
Run the following command in your terminal. Use --scope user to make the server available globally across all projects:
claude mcp add \
--transport http \
rhino-health \
https://mcp.rhinohealth.com/mcp
# Scope options:
# --scope user (global — available in all projects)
# --scope project (default — current project only)Cursor IDE
Transport: Native HTTP (Streamable HTTP) | Node.js required: No | Difficulty: Easy
VS Code + GitHub Copilot
Transport: HTTP | Node.js required: No | Requires: VS Code 1.99+ and an active GitHub Copilot subscription
Windsurf
Transport: mcp-remote bridge | Node.js required: Yes (npx must be on PATH) | Difficulty: Intermediate
Windsurf uses the mcp-remote bridge. Ensure Node.js is installed before proceeding (see Prerequisites and Authentication).
Last updated
Was this helpful?