data aggregator mcp for Grok
io.github.vpatser1/data-aggregator-mcp
Unified data server: stocks, crypto, news, weather, web scraping, FX rates in one MCP
client:Grok
transport:stdio
runtime:npm
Install data aggregator mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"data-aggregator-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"data-aggregator-mcp"
],
"env": {
"LICENSE_KEY": "<LICENSE_KEY>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs