PluginBench
MCP Server
Active
MIT

SEC EDGAR MCP Server

io.github.brechanbech/sec-mcp

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

Related MCP servers

MCP server for controlling the Xojo IDE on macOS

0
Rust
MIT
View repository →