Back to Repetix

Connect Repetix to AI tools

Use your subscription data with Claude, Cursor, ChatGPT, and more.

1

Get your API key

Go to Settings → Developer and generate a new API key. Copy it — you'll need it in the next step.

Open Settings
2

Connect to Claude Desktop

Add Repetix to your Claude Desktop configuration file.

macOS

Open: ~/.config/claude/claude_desktop_config.json

{
  "mcpServers": {
    "repetix": {
      "command": "npx",
      "args": ["-y", "repetix-mcp"],
      "env": {
        "REPETIX_API_KEY": "your-api-key-here"
      }
    }
  }
}

Windows

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.

3

What you can ask

Once connected, try these prompts:

What subscriptions do I have?
What's renewing this week?
How much am I spending per month?
What's my most expensive subscription?
Show me subscriptions I might be wasting
4

For developers: Available MCP tools

ToolDescription
list_subscriptionsGet all tracked subscriptions
get_subscriptionGet details for a specific subscription
get_savings_summaryMonthly/yearly totals and breakdown
get_cancellation_instructionsHow to cancel a specific service
update_subscription_statusMark a subscription as cancelled
export_dataExport subscriptions as JSON or CSV
search_servicesSearch our database of services

Resources

  • subscriptions://allAll subscription data
  • spending://summarySpending overview
5

Other integrations

The Repetix API works with any tool that supports MCP or REST APIs.

  • Cursor: Same config as Claude Desktop
  • ChatGPT: Coming soon
  • Custom integrations: API docs coming soon

Need help? Contact info@repetix.com