PluginBench
MCP Server

EDGAR (SEC filings) MCP Server

io.github.mcpwright/edgar-mcp

What is the EDGAR (SEC filings) MCP server?

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

How to install EDGAR (SEC filings)

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • EDGAR_MCP_USER_AGENT

    Descriptive User-Agent with contact info, which the SEC requests (e.g. 'your-app you@example.com'). Optional but recommended.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "edgar-mcp": {
      "command": "uvx",
      "args": [
        "mcpwright-edgar"
      ],
      "env": {
        "EDGAR_MCP_USER_AGENT": "<YOUR_EDGAR_MCP_USER_AGENT>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "edgar-mcp": {
      "command": "uvx",
      "args": [
        "mcpwright-edgar"
      ],
      "env": {
        "EDGAR_MCP_USER_AGENT": "<YOUR_EDGAR_MCP_USER_AGENT>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "edgar-mcp": {
      "command": "uvx",
      "args": [
        "mcpwright-edgar"
      ],
      "env": {
        "EDGAR_MCP_USER_AGENT": "<YOUR_EDGAR_MCP_USER_AGENT>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "edgar-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcpwright-edgar"
      ],
      "env": {
        "EDGAR_MCP_USER_AGENT": "<YOUR_EDGAR_MCP_USER_AGENT>"
      }
    }
  }
}
Claude Code
claude mcp add edgar-mcp --env EDGAR_MCP_USER_AGENT=<YOUR_EDGAR_MCP_USER_AGENT> -- uvx mcpwright-edgar

Related MCP servers

U.S. Census (ACS) data by ZIP: income, demographics, housing, education, from a local store.

View repository →

FRED economic time series + ALFRED vintages: data as originally published, before revisions.

View repository →

IRS income & tax stats by ZIP in your agent: AGI distribution, tax, credits, deductions.

View repository →