EDGAR (SEC filings) for Grok
io.github.mcpwright/edgar-mcp
SEC filings in your agent: issuers, Reg CF/D/A raises, XBRL financials, insider trades.
client:Grok
transport:stdio
runtime:pypi
Install EDGAR (SEC filings) in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"edgar-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"mcpwright-edgar"
],
"env": {
"EDGAR_MCP_USER_AGENT": "<EDGAR_MCP_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