mcpbeat Sign in

Liquid MCP Server

by ertad-family Your server? Claim it
local only

Liquid runs on your own machine — the client starts it, so there is no endpoint to ping. 55 installs a week from pypi. Last commit 9 Jun 2026.

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

Installs per day peak 25 · avg 9 · -14% w/w
a month agotoday
55
Installs / week
pypi · liquid-mcp
2
Stars
12 open issues
9 Jun 2026
Last commit
0 releases in 90 days
License
Python

What the code does

We read the source, 20 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

File ships in the package but is absent from the source [пакет] src/liquid_mcp/__init__.py:1
этот файл ставится пользователю, но в репозитории его нет
Executes code built at runtime src/liquid/sync/transform.py:31
        return eval(code, {"__builtins__": _SAFE_BUILTINS}, {"value": value})
_API_BASE = "https://api.telegram.org"

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add liquid -- uvx liquid-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "liquid": {
      "args": [
        "liquid-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.liquid]
command = "uvx"
args = ["liquid-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "liquid": {
      "args": [
        "liquid-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "liquid": {
      "args": [
        "liquid-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: OPENAI_API_KEY (OpenAI (or compatible) API key for discovery), OPENAI_BASE_URL (OpenAI-compatible base URL, e.g. local Ollama/vLLM), GEMINI_API_KEY (Google Gemini API key (alternative)), ANTHROPIC_API_KEY (Anthropic API key (alternative)), LIQUID_ALLOW_WRITES (Set to 1 to expose the liquid_execute write tool (database insert/update/delete). Off by default — read-only.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Liquid

same job, measured the same way
I
MCP Toolbox for Databases
by googleapis

MCP Toolbox for Databases enables your agent to connect to your database.

local only
I
MCP Toolbox for Databases
by googleapis

MCP Toolbox for Databases enables your agent to connect to your database.

local only
Supabase
by waystation

Connect to your Supabase database to query data and schemas.

answering
valv
by valv

Let coding agents query any SQL database safely. Read-only by default and scoped by your policies.

68 installs/wk local only
Grimoire
by ttrpg

Campaign manager for D&D and TTRPG GMs: your AI reads and writes a live typed campaign database.

answering
Dbx
by t8y2

Query databases from AI agents using connections configured in DBX.

9 435 installs/wk local only
Aevia
by aeviamodeler

AI-powered life cycle assessment and modelling: connect to LCA databases, build and analyze systems

answering
MCP Devtools
by marin1321

MCP server giving AI agents safe access to filesystem, databases, processes, and APIs.

37 installs/wk local only

Liquid — questions

Answers built from our own checks of this server.

Why is there no uptime for Liquid?
Liquid runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package liquid-mcp was installed 55 times last week.
How do I connect Liquid?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls liquid-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Liquid?
The pypi package liquid-mcp was installed 55 times in the last week. Week over week that is -14%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Liquid open source?
We cannot say either way: written in Python, 2 stars on GitHub and 12 open issues, but we could not determine the licence, and without one the code is not open source by default.