Professional MCP server for intelligent subscription management with Gmail + MySQL integration. - 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, missin
Add this skill
npx mdskills install nckhemanth0/subscription-tracker-mcpWell-structured MCP server with 16 tools for subscription tracking via Gmail and MySQL integration.
Professional MCP server for intelligent subscription management with Gmail + MySQL integration.
pip install -r requirements.txt
mysql -u root -p
CREATE DATABASE subscription_tracker;
exit
mysql -u root -p subscription_tracker < sql/schema.sql
cp config.example.json config.json
# Edit config.json with your MySQL password and Google OAuth credentials
credentials.json from Google Cloud Consolepython3 src/setup.pyEdit ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"subscription-tracker": {
"command": "python3",
"args": ["/path/to/subscription-tracker-mcp/src/mcp_server.py"],
"env": {}
}
}
}
Quit completely (Cmd+Q) and reopen.
Ask Claude:
subscription-tracker-mcp/
├── src/ # Python modules
├── sql/ # Database schema
├── config.json # Configuration
├── requirements.txt # Dependencies
└── README.md # This file
Personal use project.
Install via CLI
npx mdskills install nckhemanth0/subscription-tracker-mcpSubscription Tracker MCP Server is a free, open-source AI agent skill. Professional MCP server for intelligent subscription management with Gmail + MySQL integration. - 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, missin
Install Subscription Tracker MCP Server with a single command:
npx mdskills install nckhemanth0/subscription-tracker-mcpThis downloads the skill files into your project and your AI agent picks them up automatically.
Subscription Tracker MCP Server works with Claude Code, Claude Desktop, Cursor, Vscode Copilot, Windsurf, Continue Dev, Gemini Cli, Amp, Roo Code, Goose. Skills use the open SKILL.md format which is compatible with any AI coding agent that reads markdown instructions.