EdgarParser MCP
Rank #14,654io.github.henrysouchien/edgar-mcp
MCP stdio server for source-backed SEC EDGAR financial data from the hosted EdgarParser API.
EdgarParser MCP is a Model Context Protocol (MCP) server published by henrysouchien. It ranks #14,654 of 115,460 servers tracked on MCP Toplist. EdgarParser MCP is listed across 3 registries — Official MCP, Glama and PulseMCP, with 2 tracked versions. It was first listed on Feb 24, 2026 and most recently updated on Aug 20, 2026.
Ranks ahead of 100,806 of 115,460 servers on MCP Toplist.
Use EdgarParser MCP
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add edgar-mcp -e "EDGAR_API_KEY=<your EDGAR_API_KEY>" -e "EDGAR_API_URL=<your EDGAR_API_URL>" -e "EDGAR_MCP_OUTPUT_DIR=<your EDGAR_MCP_OUTPUT_DIR>" -- uvx edgar-mcpReplace each placeholder with your own value before saving.
[mcp_servers.edgar-mcp]
command = "uvx"
args = ["edgar-mcp"]
[mcp_servers.edgar-mcp.env]
EDGAR_API_KEY = "<your EDGAR_API_KEY>"
EDGAR_API_URL = "<your EDGAR_API_URL>"
EDGAR_MCP_OUTPUT_DIR = "<your EDGAR_MCP_OUTPUT_DIR>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"edgar-mcp": {
"command": "uvx",
"args": [
"edgar-mcp"
],
"env": {
"EDGAR_API_KEY": "<your EDGAR_API_KEY>",
"EDGAR_API_URL": "<your EDGAR_API_URL>",
"EDGAR_MCP_OUTPUT_DIR": "<your EDGAR_MCP_OUTPUT_DIR>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"edgar-mcp": {
"command": "uvx",
"args": [
"edgar-mcp"
],
"env": {
"EDGAR_API_KEY": "<your EDGAR_API_KEY>",
"EDGAR_API_URL": "<your EDGAR_API_URL>",
"EDGAR_MCP_OUTPUT_DIR": "<your EDGAR_MCP_OUTPUT_DIR>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"edgar-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"edgar-mcp"
],
"env": {
"EDGAR_API_KEY": "<your EDGAR_API_KEY>",
"EDGAR_API_URL": "<your EDGAR_API_URL>",
"EDGAR_MCP_OUTPUT_DIR": "<your EDGAR_MCP_OUTPUT_DIR>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"edgar-mcp": {
"command": "uvx",
"args": [
"edgar-mcp"
],
"env": {
"EDGAR_API_KEY": "<your EDGAR_API_KEY>",
"EDGAR_API_URL": "<your EDGAR_API_URL>",
"EDGAR_MCP_OUTPUT_DIR": "<your EDGAR_MCP_OUTPUT_DIR>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"edgar-mcp": {
"command": "uvx",
"args": [
"edgar-mcp"
],
"env": {
"EDGAR_API_KEY": "<your EDGAR_API_KEY>",
"EDGAR_API_URL": "<your EDGAR_API_URL>",
"EDGAR_MCP_OUTPUT_DIR": "<your EDGAR_MCP_OUTPUT_DIR>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.henrysouchien%2Fedgar-mcp)<a href="https://mcptoplist.com/server/io.github.henrysouchien%2Fedgar-mcp"><img src="https://mcptoplist.com/badge/io.github.henrysouchien%2Fedgar-mcp.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (1 delisted)
henrysouchien
Other servers by henrysouchien
- Interactive Brokers MCP Server#45,544
- sheets-finance-mcp#51,535 · 1 ver
- drive-mcp#57,694
- fmp-mcp#57,695
- gsheets-mcp#99,201
Available versions (2)
| Version | Published |
|---|---|
| 1.0.2 | Aug 20, 2026 |
| 1.0.0 | May 26, 2026 |
Frequently asked questions
- Who maintains EdgarParser MCP?
- EdgarParser MCP is maintained by henrysouchien, which publishes 6 MCP servers (3 total versions) tracked on MCP Toplist.
- Is EdgarParser MCP listed on the Official MCP Registry?
- Yes — EdgarParser MCP is listed on the Official MCP Registry, alongside Glama and PulseMCP.
- How many versions does EdgarParser MCP have?
- MCP Toplist tracks 2 versions of EdgarParser MCP, most recently published on Aug 20, 2026.
- Where can I find the source code for EdgarParser MCP?
- The source code for EdgarParser MCP is hosted at github.com/henrysouchien/edgar-mcp.