Skip to content
Cursor

Data Profiler for Cursor

io.github.ridadata/mcp-data-profiler

Profile local CSV, Parquet, JSON and Excel files into a compact data-quality summary.

client:Cursor transport:stdio runtime:pypi

Install Data Profiler in Cursor

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

{
  "mcpServers": {
    "mcp-data-profiler": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcp-data-profiler"
      ]
    }
  }
}

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

Data Profiler in other clients