Quant Research MCP for Grok
io.github.flawlessbyte/quant-research-mcp
Paper-backed quant trading methods and a deterministic, no-LLM decision helper for serious traders.
client:Grok
transport:stdio
runtime:pypi
Install Quant Research MCP in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"quant-research-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"quant-research-mcp"
]
}
}
}
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