deepviews for Grok
io.github.rswcf/deepviews
Free financial data: company analysis, DCF, comps, benchmarks, screening. No API key.
client:Grok
transport:stdio
runtime:npm
Install deepviews in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"deepviews": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"deepviews-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