Use your subscription data with Claude, Cursor, ChatGPT, and more.
Go to Settings → Developer and generate a new API key. Copy it — you'll need it in the next step.
Open SettingsAdd Repetix to your Claude Desktop configuration file.
Open: ~/.config/claude/claude_desktop_config.json
{
"mcpServers": {
"repetix": {
"command": "npx",
"args": ["-y", "repetix-mcp"],
"env": {
"REPETIX_API_KEY": "your-api-key-here"
}
}
}
}Open: %APPDATA%\claude\claude_desktop_config.json
Use the same configuration as above.
Important: Replace your-api-key-here with the key from step 1, then restart Claude Desktop.
Once connected, try these prompts:
| Tool | Description |
|---|---|
list_subscriptions | Get all tracked subscriptions |
get_subscription | Get details for a specific subscription |
get_savings_summary | Monthly/yearly totals and breakdown |
get_cancellation_instructions | How to cancel a specific service |
update_subscription_status | Mark a subscription as cancelled |
export_data | Export subscriptions as JSON or CSV |
search_services | Search our database of services |
subscriptions://all—All subscription dataspending://summary—Spending overviewThe Repetix API works with any tool that supports MCP or REST APIs.
Need help? Contact info@repetix.com