Iterable Data MCP Server

Iterable Data is a Python library for reading and writing data files row by row in a consistent, iterator-based interface. It provides a unified API for working with various data formats (CSV, JSON, Parquet, XML, etc.) similar to csv.DictReader but supporting many more formats. It runs locally over stdio via the published package.

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

VERIFIED ACTIVE

LAST COMMIT 2026-08-20 · ★ 37 · #4 OF 99 MAINTAINED COMMUNICATION · VERIFIED 2026-08-25

MIT · Python servers · how we verify → /methodology

01 · Install Iterable Data

before you install - you'll need

The README does not document required environment variables for a basic install.

Claude Code

claude mcp add datenoio-iterabledata -- uvx iterabledata

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "datenoio-iterabledata": {
      "command": "uvx",
      "args": [
        "iterabledata"
      ]
    }
  }
}

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 iterabledata - check the name against the project README before installing (PyPI has no namespace ownership)

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

03 · What Iterable Data can do

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

Latest releases

v1.0.23 · 2026-08-18

Release 1.0.23

v1.0.22 · 2026-08-18

Teach coding models the public IterableData API · Archive improve-llm-code-generation OpenSpec change · Distribute IterableData indexes for MCP, skills, and llms.txt crawlers · Archive distribute-agent-discovery…

v1.0.21 · 2026-08-10

04 · Who maintains Iterable Data

IterableData is maintained by datenoio. It's the only MCP server we track from this author; the repo dates to Oct 2022.

05 · Facts

category
communication - ranked #4 of 99 actively-maintained communication servers as of 2026-08-25.
release cadence
10+ releases in the last 90 days (latest 2026-08-18)
registry
io.github.datenoio/iterabledata (active, first published 2026-08-18)
packages
pypi:iterabledata

06 · Iterable Data FAQ

What is Iterable Data?

Iterable Data is a Python library for reading and writing data files row by row in a consistent, iterator-based interface. It provides a unified API for working with various data formats (CSV, JSON, Parquet, XML, etc.) similar to csv.DictReader but supporting many more formats. It runs locally over stdio via the published package.

Is Iterable Data still maintained?

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

How do I install Iterable Data?

Run `uvx iterabledata`. The README does not document required environment variables for a basic install. You can also paste the ready-made client config above.

Does Iterable Data 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 Iterable Data

head to head · Iterable Data vs Agent Swarm · Agent Phone vs Iterable Data

More communication MCP servers · Guesty MCP Server · Aem MCP Server · Magpipe

More Python MCP servers · Hashloom · Heddle · Google Ads Intent MCP · Misterdev · second-brain MCP · see all