Skip to content
Grok

EDGAR Filings for Grok

io.github.dxfory/edgar-mcp

SEC 10-K/10-Q symbols, segment revenue, BDC non-accrual, and Form 4 lines with citations.

client:Grok transport:stdio runtime:pypi

Install EDGAR Filings 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": "uvx",
      "args": [
        "edgar-filings-mcp"
      ],
      "env": {
        "EDGAR_IDENTITY": "<EDGAR_IDENTITY>"
      }
    }
  }
}

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

EDGAR Filings in other clients