ipybox for Grok
io.github.gradion-ai/ipybox
Unified execution environment for Python code, shell commands, and programmatic MCP tool calls
client:Grok
transport:stdio
runtime:pypi
Install ipybox in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"ipybox": {
"type": "stdio",
"command": "uvx",
"args": [
"ipybox"
]
}
}
}
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