EDGAR Filings for Cursor
io.github.dxfory/edgar-mcp
SEC 10-K/10-Q symbols, segment revenue, BDC non-accrual, and Form 4 lines with citations.
client:Cursor
transport:stdio
runtime:pypi
Install EDGAR Filings in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"edgar-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"edgar-filings-mcp"
],
"env": {
"EDGAR_IDENTITY": "<EDGAR_IDENTITY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs