data profiler mcp for Cursor
io.github.haiiibin/data-profiler-mcp
Profiles CSV/Parquet/Excel/JSON files: schema, stats, quality flags and dtype tips for LLM agents.
client:Cursor
transport:stdio
runtime:pypi
Install data profiler mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"data-profiler-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"data-profiler-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs