File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -56,6 +56,13 @@ Add to your Visual Studio Code `mcp.json`:
56
56
}
57
57
```
58
58
59
+ ### Using with Claude Code
60
+
61
+ Add the server via the ` claude ` CLI command:
62
+ ```
63
+ claude mcp add --transport http revenuecat https://mcp.revenuecat.ai/mcp --header "Authorization: Bearer YOUR_API_V2_SECRET_KEY"
64
+ ```
65
+
59
66
### Using with Claude Desktop
60
67
61
68
Add to your Claude Desktop configuration:
@@ -127,4 +134,4 @@ The local extension provides additional VS Code commands for key management:
127
134
| ------------------------------------------ | ------------------------------------- |
128
135
| ` RevenueCat: Set Project Secret Key ` | Set or update your API key |
129
136
| ` RevenueCat: Remove Project Secret Key ` | Delete your stored API key |
130
- | ` RevenueCat: Show your project secret key ` | Display your current API key (masked) |
137
+ | ` RevenueCat: Show your project secret key ` | Display your current API key (masked) |
You can’t perform that action at this time.
0 commit comments