Skip to content
Cursor

sec edgar mcp for Cursor

io.github.stefanoamorelli/sec-edgar-mcp

SEC EDGAR MCP server that provides access to the US public filings through the US SEC EDGAR API

client:Cursor transport:stdio runtime:pypi

Install sec edgar 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": {
    "sec-edgar-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "sec-edgar-mcp"
      ],
      "env": {
        "SEC_EDGAR_USER_AGENT": "<SEC_EDGAR_USER_AGENT>"
      }
    }
  }
}

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

sec edgar mcp in other clients