What is the KeepMySubs MCP server?
Manage your KeepMySubs subscriptions, spend, renewals, and bills from any MCP client.
How to install KeepMySubs
Copy-paste configuration for popular MCP clients.
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.
{
"mcpServers": {
"keepmysubs": {
"command": "npx",
"args": [
"-y",
"@keepmysubs/mcp"
],
"env": {
"KMS_API_KEY": "<YOUR_KMS_API_KEY>",
"KMS_BASE_URL": "<YOUR_KMS_BASE_URL>"
}
}
}
}{
"mcpServers": {
"keepmysubs": {
"command": "npx",
"args": [
"-y",
"@keepmysubs/mcp"
],
"env": {
"KMS_API_KEY": "<YOUR_KMS_API_KEY>",
"KMS_BASE_URL": "<YOUR_KMS_BASE_URL>"
}
}
}
}{
"mcpServers": {
"keepmysubs": {
"command": "npx",
"args": [
"-y",
"@keepmysubs/mcp"
],
"env": {
"KMS_API_KEY": "<YOUR_KMS_API_KEY>",
"KMS_BASE_URL": "<YOUR_KMS_BASE_URL>"
}
}
}
}{
"servers": {
"keepmysubs": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@keepmysubs/mcp"
],
"env": {
"KMS_API_KEY": "<YOUR_KMS_API_KEY>",
"KMS_BASE_URL": "<YOUR_KMS_BASE_URL>"
}
}
}
}claude mcp add keepmysubs --env KMS_API_KEY=<YOUR_KMS_API_KEY> --env KMS_BASE_URL=<YOUR_KMS_BASE_URL> -- npx -y @keepmysubs/mcpRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.