Skip to content
Cursor

EDGAR (SEC filings) for Cursor

io.github.mcpwright/edgar-mcp

SEC filings in your agent: issuers, Reg CF/D/A raises, XBRL financials, insider trades.

client:Cursor transport:stdio runtime:pypi

Install EDGAR (SEC filings) in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

{
  "mcpServers": {
    "edgar-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcpwright-edgar"
      ],
      "env": {
        "EDGAR_MCP_USER_AGENT": "<EDGAR_MCP_USER_AGENT>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

EDGAR (SEC filings) in other clients