Odel
Liquid

Liquid

Local
@ertad-family2PythonUpdated 2mo ago

Connect your AI agent to anything — APIs, databases, and agents; read and write, auto-discovered.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIliquid-mcpv0.1.0

Run

uvx liquid-mcp

MCP client config

{
  "mcpServers": {
    "liquid": {
      "command": "uvx",
      "args": [
        "liquid-mcp"
      ]
    }
  }
}