data aggregator mcp for Windsurf
io.github.vpatser1/data-aggregator-mcp
Unified data server: stocks, crypto, news, weather, web scraping, FX rates in one MCP
client:Windsurf
transport:stdio
runtime:npm
Install data aggregator mcp in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"data-aggregator-mcp": {
"command": "npx",
"args": [
"-y",
"data-aggregator-mcp"
],
"env": {
"LICENSE_KEY": "<LICENSE_KEY>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs