Bee — The Progressive Intelligence Engine for Grok
io.github.cuilabs/bee
Bee — The Progressive Intelligence Engine: tiered LLM, 4 tools, hosted API, free tier.
client:Grok
transport:stdio
runtime:pypi
Install Bee — The Progressive Intelligence Engine in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"bee": {
"type": "stdio",
"command": "uvx",
"args": [
"bee-sdk"
],
"env": {
"BEE_API_KEY": "<BEE_API_KEY>",
"BEE_MODEL": "<BEE_MODEL>",
"BEE_API_URL": "<BEE_API_URL>"
}
}
}
}
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