drop beacon mcp for Cursor
io.github.direct-web/drop-beacon-mcp
Search 100K+ EDC products. Track drops, compare prices, and analyze market trends.
client:Cursor
transport:stdio
runtime:npm
Install drop beacon mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"drop-beacon-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"drop-beacon-mcp"
],
"env": {
"DATABASE_URL": "<DATABASE_URL>",
"API_KEY": "<API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs