Vox Pop for Cursor
io.github.mushfique-dgist/vox-pop
Search 9 public discussion platforms for real opinions. Semantic routing, no API keys required.
client:Cursor
transport:stdio
runtime:pypi
Install Vox Pop in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"vox-pop": {
"type": "stdio",
"command": "uvx",
"args": [
"vox-pop"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs