loading…
Search for a command to run...
loading…
MCP server for intelligent subscription management with Gmail + MySQL integration.
MCP server for intelligent subscription management with Gmail + 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.
Run in your terminal:
claude mcp add nckhemanth0-subscription-tracker-mcp -- npx pro tip
Just installed nckhemanth0/subscription-tracker-mcp? Say to Claude: "remember why I installed nckhemanth0/subscription-tracker-mcpand what I want to try" — it'll save into your Vault.
how this works →Security
Low riskAutomated heuristic from public metadata — not a security guarantee.