Skip to content
Grok

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)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

SEC EDGAR in other clients