Skip to content
Windsurf

EdgarParser MCP for Windsurf

io.github.henrysouchien/edgar-mcp

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

client:Windsurf transport:stdio runtime:pypi

Install EdgarParser MCP in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

{
  "mcpServers": {
    "edgar-mcp": {
      "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>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

EdgarParser MCP in other clients