Skip to content
VS Code

Data Profiler for VS Code

io.github.ridadata/mcp-data-profiler

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

client:VS Code transport:stdio runtime:pypi

Install Data Profiler in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Data Profiler in other clients