What is the SEC EDGAR MCP server?
SEC EDGAR filings (10-K, 10-Q, 8-K), XBRL financials, and full-text filing search. No API key.
How to install SEC EDGAR
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Environment / auth
SEC_USER_AGENTDescriptive User-Agent with contact info required by the SEC, e.g. 'your-app your@email.com'
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"edgar-mcp": {
"command": "npx",
"args": [
"-y",
"edgar-mcp"
],
"env": {
"SEC_USER_AGENT": "<YOUR_SEC_USER_AGENT>"
}
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"edgar-mcp": {
"command": "npx",
"args": [
"-y",
"edgar-mcp"
],
"env": {
"SEC_USER_AGENT": "<YOUR_SEC_USER_AGENT>"
}
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"edgar-mcp": {
"command": "npx",
"args": [
"-y",
"edgar-mcp"
],
"env": {
"SEC_USER_AGENT": "<YOUR_SEC_USER_AGENT>"
}
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"edgar-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"edgar-mcp"
],
"env": {
"SEC_USER_AGENT": "<YOUR_SEC_USER_AGENT>"
}
}
}
}Claude Code
claude mcp add edgar-mcp --env SEC_USER_AGENT=<YOUR_SEC_USER_AGENT> -- npx -y edgar-mcpRelated MCP servers
Yahoo Finance
Active
Real-time Yahoo Finance data: quotes, history, financials, analyst ratings, options, and news.
11
View repository →Python
MIT
io.github.danishashko/make-mcp
Maintained
Unofficial MCP server for Make.com automation - build, validate & deploy scenarios via AI
7
View repository →TypeScript
MIT
FRED Economic Data
Active
FRED economic data: GDP, inflation, unemployment, rates, and 800k+ Federal Reserve time series.
0
View repository →Python
MIT
Geocoding
Active
Forward and reverse geocoding, place search, and distance via OpenStreetMap Nominatim. No key.
0
View repository →Python
MIT