data profiler mcp for Grok
io.github.haiiibin/data-profiler-mcp
Profiles CSV/Parquet/Excel/JSON files: schema, stats, quality flags and dtype tips for LLM agents.
client:Grok
transport:stdio
runtime:pypi
Install data profiler mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"data-profiler-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"data-profiler-mcp"
]
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs