Skip to content
Cursor

IterableData for Cursor

io.github.datenoio/iterabledata

Streaming read, convert, and inspect 100+ formats. Install iterabledata[mcp] and run iterable-mcp.

client:Cursor transport:stdio runtime:pypi

Install IterableData in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "iterabledata": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "iterabledata"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

IterableData in other clients