groupon mcp for Cursor
io.github.chrischall/groupon-mcp
Groupon deals for Claude — search and browse local, goods, and travel deals
client:Cursor
transport:stdio
runtime:npm
Install groupon mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"groupon-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"groupon-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs