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.
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"nckhemanth0-subscription-tracker-mcp": {
"command": "npx",
"args": []
}
}
}