data aggregator mcp for Cline
io.github.vpatser1/data-aggregator-mcp
Unified data server: stocks, crypto, news, weather, web scraping, FX rates in one MCP
client:Cline
transport:stdio
runtime:npm
Install data aggregator mcp in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"data-aggregator-mcp": {
"command": "npx",
"args": [
"-y",
"data-aggregator-mcp"
],
"env": {
"LICENSE_KEY": "<LICENSE_KEY>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs