subscription tracker ai mcp for Cursor
io.github.csoai-org/subscription-tracker-ai-mcp
MCP server for subscription tracker ai. Features add subscription, get total spend, list
client:Cursor
transport:stdio
runtime:pypi
Install subscription tracker ai mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"subscription-tracker-ai-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"subscription-tracker-ai-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs