Connect Reeve to Claude
Add the Reeve MCP server to Claude Desktop, claude.ai, or Claude Code.
Connect Reeve to Claude
Reeve exposes a remote MCP server at:
https://api.meetreeve.com/mcp/claude/Add this URL as a custom MCP connector in Claude. Authentication uses OAuth — you'll sign in to your Reeve account once, and Claude handles the token from there. No manual token pasting required.
Open Claude Desktop settings
Go to Settings → Developer (or Integrations, depending on your version) and find the MCP / custom connectors section.
Add a custom connector
Click Add custom connector (or Edit config to add to claude_desktop_config.json directly). Add the Reeve server URL:
{
"mcpServers": {
"reeve": {
"url": "https://api.meetreeve.com/mcp/claude/"
}
}
}Save the config and restart Claude Desktop.
Authorize Reeve
When you first use a Reeve tool, Claude Desktop will prompt you to sign in to Reeve. Complete the OAuth flow in your browser — you'll be redirected back once connected.
For the current Claude Desktop connector UI, see Anthropic's MCP documentation.
Open Integrations
In claude.ai, go to Settings → Integrations (or Connectors).
Add a custom connector
Click Add custom connector and paste the Reeve MCP server URL:
https://api.meetreeve.com/mcp/claude/Sign in to Reeve
Click Connect (or Authorize). You'll be taken to Reeve's OAuth sign-in. Log in with your Reeve account and approve the connection. You're redirected back to claude.ai once authorized.
The exact connector UI may vary as Anthropic updates claude.ai. See Anthropic's connector documentation for the current steps.
Run the following command in your terminal:
claude mcp add --transport http reeve https://api.meetreeve.com/mcp/claude/This registers the Reeve MCP server with Claude Code. On first use, you'll be prompted to complete the OAuth sign-in flow in your browser.
See Claude Code MCP documentation for more on managing MCP servers in Claude Code.
What happens after you connect
Once connected and authorized, Reeve appears as an available integration in Claude. You can start a conversation and ask Claude to talk to your Reeve workspace — no extra setup needed. Claude calls the Reeve tools automatically based on your requests.
To verify the connection is working, ask Claude: "What brands do I have in Reeve?" — Claude will call get_context and return your workspace details.
Advanced: programmatic access
For programmatic or substrate consumers (e.g., automated workflows not tied to a user account), the Reeve MCP also supports service-level authentication via an X-Reeve-Host-Key header. This is an internal/advanced path — contact support if you need it.