Liquid for Grok
io.github.ertad-family/liquid
Connect your AI agent to anything — APIs, databases, and agents; read and write, auto-discovered.
client:Grok
transport:stdio
runtime:pypi
Install Liquid in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"liquid": {
"type": "stdio",
"command": "uvx",
"args": [
"liquid-mcp"
],
"env": {
"OPENAI_API_KEY": "<OPENAI_API_KEY>",
"OPENAI_BASE_URL": "<OPENAI_BASE_URL>",
"GEMINI_API_KEY": "<GEMINI_API_KEY>",
"ANTHROPIC_API_KEY": "<ANTHROPIC_API_KEY>",
"LIQUID_ALLOW_WRITES": "<LIQUID_ALLOW_WRITES>"
}
}
}
}
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