Skip to content

Commit 215886d

Browse files
Add Claude Code instructions (#1065)
1 parent 5e3c7a2 commit 215886d

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

docs/tools/mcp/setup.mdx

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,13 @@ Add to your Visual Studio Code `mcp.json`:
5656
}
5757
```
5858

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+
5966
### Using with Claude Desktop
6067

6168
Add to your Claude Desktop configuration:
@@ -127,4 +134,4 @@ The local extension provides additional VS Code commands for key management:
127134
| ------------------------------------------ | ------------------------------------- |
128135
| `RevenueCat: Set Project Secret Key` | Set or update your API key |
129136
| `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) |

0 commit comments

Comments
 (0)