Skip to content

Add Claude Code instructions #1065

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 11, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion docs/tools/mcp/setup.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,13 @@ Add to your Visual Studio Code `mcp.json`:
}
```

### Using with Claude Code

Add the server via the `claude` CLI command:
```
claude mcp add --transport http revenuecat https://mcp.revenuecat.ai/mcp --header "Authorization: Bearer YOUR_API_V2_SECRET_KEY"
```

### Using with Claude Desktop

Add to your Claude Desktop configuration:
Expand Down Expand Up @@ -127,4 +134,4 @@ The local extension provides additional VS Code commands for key management:
| ------------------------------------------ | ------------------------------------- |
| `RevenueCat: Set Project Secret Key` | Set or update your API key |
| `RevenueCat: Remove Project Secret Key` | Delete your stored API key |
| `RevenueCat: Show your project secret key` | Display your current API key (masked) |
| `RevenueCat: Show your project secret key` | Display your current API key (masked) |