Catalog
com.keepmysubs/keepmysubs
OfficialKeepMySubs
Manage your KeepMySubs subscriptions, spend, renewals, and bills from any MCP client.
Track subscriptions, spending, renewal dates, and bills across all services.
Could not list tools - the server may require authentication or be unreachable.
README not available yet.
Install
Configuration
Environment variables
KMS_API_KEYrequiredsecretYour KeepMySubs API key. Create one at https://keepmysubs.com/dashboard/settings (Settings → API keys), or run `kms auth login`.
KMS_BASE_URLOverride the API host (defaults to https://keepmysubs.com). Rarely needed.
claude_desktop_config.json
{
"mcpServers": {
"keepmysubs": {
"command": "npx",
"args": [
"-y",
"@keepmysubs/mcp@0.1.0"
],
"env": {
"KMS_API_KEY": "<YOUR_KMS_API_KEY>",
"KMS_BASE_URL": "<YOUR_KMS_BASE_URL>"
}
}
}
}