Edgar Tools MCP Server

EdgarTools is a Python library for accessing SEC EDGAR filings as structured data. Parse financial statements, insider trades, fund holdings, proxy statements, and 20+ other filing types with a consistent Python API - in a few lines of code. Free and open source. It runs locally over stdio via the published package.

People connecting finance tools to Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-08-25 · ★ 2,613 · #1 OF 283 MAINTAINED FINANCE · VERIFIED 2026-08-25

MIT · Python servers · how we verify → /methodology

01 · Install Edgar Tools

before you install - you'll need

EDGAR_IDENTITY

Environment variables documented in the project's README - it lists which are required and which have defaults.

Claude Code

claude mcp add dgunning-edgartools -- uvx edgartools

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "dgunning-edgartools": {
      "command": "uvx",
      "args": [
        "edgartools"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

pypi package edgartools - check the name against the project README before installing (PyPI has no namespace ownership)

registry namespace io.github.dgunning is GitHub-verified and matches the repo owner

03 · What Edgar Tools can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v5.52.0 · 2026-08-23

pip install edgartools==5.52.0 · The modern parser now answers every item lookup that used to need the deprecated legacy one - across 10-K, 10-Q, 20-F and 8-K, and back to 1996 filings. On a 115-filing corpus, 15…

v5.51.0 · 2026-08-19

pip install edgartools==5.51.0 · Every SEC form-XML parser crossed from BeautifulSoup to lxml - 2.7x to 9.0x faster, with parsed output identical on both sides. The corpus comparisons that migration required also…

v5.50.1 · 2026-08-18

pip install edgartools==5.50.1 · Single-fix patch release: cross-process HTTP caching actually works again. · Fixed · The HTTP cache was wiped twice on every import edgar, so it never survived a process. The two…

04 · Who maintains Edgar Tools

EdgarTools is maintained by dgunning. It's the only MCP server we track from this author; the repo dates to Dec 2022.

05 · Facts

category
finance - ranked #1 of 283 actively-maintained finance servers as of 2026-08-25.
release cadence
10+ releases in the last 90 days (latest 2026-08-23)
registry
io.github.dgunning/edgartools (active, first published 2026-03-06)
packages
pypi:edgartools

06 · Edgar Tools FAQ

What is Edgar Tools?

EdgarTools is a Python library for accessing SEC EDGAR filings as structured data. Parse financial statements, insider trades, fund holdings, proxy statements, and 20+ other filing types with a consistent Python API - in a few lines of code. Free and open source. It runs locally over stdio via the published package.

Is Edgar Tools still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-25 and it shipped 10+ releases in the last 90 days. We re-verify nightly.

How do I install Edgar Tools?

Run `uvx edgartools`. The README documents one environment variable (EDGAR_IDENTITY) to set first. You can also paste the ready-made client config above.

Does Edgar Tools run locally?

Yes - it's a stdio server: it runs on your machine (via uvx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Edgar Tools

head to head · Edgar Tools vs Yahoo Finance (narumiruna) · Edgar Tools vs T2000

More finance MCP servers · DERO MCP Server · Onyx MCP · Banco MCP · Conta Azul MCP · Quicken Mac MCP

More Python MCP servers · Tripitaka MCP · Forensic Deepdive · A Mem MCP · Hotelbooking · Hotelbooking AI · see all