SEC EDGAR for Grok
io.github.danishashko/edgar-mcp
SEC EDGAR filings (10-K, 10-Q, 8-K), XBRL financials, and full-text filing search. No API key.
client:Grok
transport:stdio
runtime:npm
Install SEC EDGAR in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"edgar-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"edgar-mcp"
],
"env": {
"SEC_USER_AGENT": "<SEC_USER_AGENT>"
}
}
}
}
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