EDGAR (SEC filings) for Cursor
io.github.mcpwright/edgar-mcp
SEC filings in your agent: issuers, Reg CF/D/A raises, XBRL financials, insider trades.
client:Cursor
transport:stdio
runtime:pypi
Install EDGAR (SEC filings) in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"edgar-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"mcpwright-edgar"
],
"env": {
"EDGAR_MCP_USER_AGENT": "<EDGAR_MCP_USER_AGENT>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs