Skip to content
Cursor

EdgarParser MCP for Cursor

io.github.henrysouchien/edgar-mcp

MCP stdio server for source-backed SEC EDGAR financial data from the hosted EdgarParser API.

client:Cursor transport:stdio runtime:pypi

Install EdgarParser MCP 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": [
        "edgar-mcp"
      ],
      "env": {
        "EDGAR_API_KEY": "<EDGAR_API_KEY>",
        "EDGAR_API_URL": "<EDGAR_API_URL>",
        "EDGAR_MCP_OUTPUT_DIR": "<EDGAR_MCP_OUTPUT_DIR>"
      }
    }
  }
}

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

EdgarParser MCP in other clients