Skip to content
Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

data aggregator mcp in other clients