data aggregator mcp for Cursor
io.github.vpatser1/data-aggregator-mcp
Unified data server: stocks, crypto, news, weather, web scraping, FX rates in one MCP
client:Cursor
transport:stdio
runtime:npm
Install data aggregator mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"data-aggregator-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"data-aggregator-mcp"
],
"env": {
"LICENSE_KEY": "<LICENSE_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs