EdgarTools for Cursor
io.github.dgunning/edgartools
Open-source SEC EDGAR toolkit — 11 tools, 7 prompts, every filing type. No API key required.
client:Cursor
transport:stdio
runtime:pypi
Install EdgarTools in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"edgartools": {
"type": "stdio",
"command": "uvx",
"args": [
"edgartools"
],
"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