engineer your data for Grok
io.github.eghuzefa/engineer-your-data
MCP server for data engineering: validation, transformation, visualization, and APIs.
client:Grok
transport:stdio
runtime:pypi
Install engineer your data in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"engineer-your-data": {
"type": "stdio",
"command": "uvx",
"args": [
"engineer-your-data"
]
}
}
}
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