Subscription Tracker
FreeNot checkedAn intelligent MCP server that integrates Gmail and MySQL to track subscriptions, detect gaps, and send proactive renewal alerts (3 days in advance) to reduce c
About
An intelligent MCP server that integrates Gmail and MySQL to track subscriptions, detect gaps, and send proactive renewal alerts (3 days in advance) to reduce costs.
README
Professional MCP server for intelligent subscription management with Gmail + MySQL integration.
Features
- 16 MCP Tools: Gmail search, AI extraction, MySQL CRUD, gap detection, proactive alerts
- Gmail Integration: Search and extract subscription emails
- MySQL Database: Persistent storage with state management
- AI Extraction: Parse subscription details from emails
- Gap Detection: Find duplicates, missing data, price anomalies
- Proactive Alerts: 3-day renewal notifications
Quick Start
1. Install Dependencies
pip install -r requirements.txt
2. Configure MySQL
mysql -u root -p
CREATE DATABASE subscription_tracker;
exit
mysql -u root -p subscription_tracker < sql/schema.sql
3. Configure Application
cp config.example.json config.json
# Edit config.json with your MySQL password and Google OAuth credentials
4. Setup Google OAuth
- Download
credentials.jsonfrom Google Cloud Console - Place in project root
- Run:
python3 src/setup.py
5. Configure Claude Desktop
Edit ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"subscription-tracker": {
"command": "python3",
"args": ["/path/to/subscription-tracker-mcp/src/mcp_server.py"],
"env": {}
}
}
}
6. Restart Claude Desktop
Quit completely (Cmd+Q) and reopen.
Usage
Ask Claude:
- "List all my subscriptions"
- "Search Gmail for Netflix subscription emails"
- "Check for renewals in the next 7 days"
- "Detect duplicate subscriptions"
Project Structure
subscription-tracker-mcp/
├── src/ # Python modules
├── sql/ # Database schema
├── config.json # Configuration
├── requirements.txt # Dependencies
└── README.md # This file
License
Personal use project.
Installing Subscription Tracker
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/nckhemanth0/subscription-tracker-mcpFAQ
Is Subscription Tracker MCP free?
Yes, Subscription Tracker MCP is free — one-click install via Unyly at no cost.
Does Subscription Tracker need an API key?
No, Subscription Tracker runs without API keys or environment variables.
Is Subscription Tracker hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install Subscription Tracker in Claude Desktop, Claude Code or Cursor?
Open Subscription Tracker on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
Gmail
Read, send and search emails from Claude
by GoogleSlack
Send, search and summarize Slack messages
by SlackRunbear
No-code MCP client for team chat platforms, such as Slack, Microsoft Teams, and Discord.
Discord Server
A community discord server dedicated to MCP by [Frank Fiegel](https://github.com/punkpeye)
Klavis AI
Open Source MCP Infra. Hosted MCP servers and MCP clients on Slack and Discord.
Work90210/APIFold
Turn any REST API into a hosted MCP server. 18 free public servers (GitHub, Stripe, Slack, OpenAI, Notion, and more) — no setup required, bring your own API key
by Work90210arikusi/deepseek-mcp-server
MCP server for DeepSeek AI with chat, reasoning, multi-turn sessions, function calling, thinking mode, and cost tracking.
by arikusihashgraph-online/hashnet-mcp-js
MCP server for the Registry Broker. Discover, register, and chat with AI agents on the Hashgraph network.
by hashgraph-onlineprofullstack/mcp-server
A comprehensive MCP server aggregating 20+ tools including SEO optimization, document conversion, domain lookup, email validation, QR generation, weather data,
by profullstackWayStation-ai/mcp
Seamlessly and securely connect Claude Desktop and other MCP hosts to your favorite apps (Notion, Slack, Monday, Airtable, etc.). Takes less than 90 secs.
by waystation-aiCompare Subscription Tracker with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All communication MCPs
