What is the SEC EDGAR MCP server?
MCP server for SEC EDGAR data — company filings, financial concepts, and company info
How to install SEC EDGAR
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"sec-mcp": {
"command": "sec-mcp",
"args": []
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"sec-mcp": {
"command": "sec-mcp",
"args": []
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"sec-mcp": {
"command": "sec-mcp",
"args": []
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"sec-mcp": {
"type": "stdio",
"command": "sec-mcp",
"args": []
}
}
}Claude Code
claude mcp add sec-mcp -- sec-mcp