data profiler mcp for VS Code
io.github.haiiibin/data-profiler-mcp
Profiles CSV/Parquet/Excel/JSON files: schema, stats, quality flags and dtype tips for LLM agents.
client:VS Code
transport:stdio
runtime:pypi
Install data profiler mcp in VS Code
.vscode/mcp.json
{
"servers": {
"data-profiler-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"data-profiler-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs