mcpbeat Sign in

Tokenlite Mysql MCP Server

local only

Tokenlite Mysql MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 41 installs a week from npm. Last commit 7 Jun 2026.

A secure, efficient, and intelligent MySQL server for the Model Context Protocol

Installs per day peak 35 · avg 7 · +220% w/w
a month agotoday
41
Installs / week
npm · @andezdev/tokenlite-mysql-mcp
0
Stars
0 open issues
7 Jun 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

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

In the project's build, not in the package

Found in continuous integration, deployment or infrastructure files, or in a neighbouring package of the same monorepo. None of this is installed when you add the server: it describes how the project is built and released. We list it because a leaked key in a build pipeline is still a real problem, but it is not something this server does on your machine.

Builds a database query by concatenation .github/workflows/release-please.yml:34
      - name: Update npm to latest version
        if: ${{ steps.release.outputs.release_created || github.event_name == 'workflow_dispatch' }}

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

Nothing serious here today

Today is the operative word: we check Tokenlite Mysql MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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 tokenlite-mysql-mcp -- npx -y @andezdev/tokenlite-mysql-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "tokenlite-mysql-mcp": {
      "args": [
        "-y",
        "@andezdev/tokenlite-mysql-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.tokenlite-mysql-mcp]
command = "npx"
args = ["-y", "@andezdev/tokenlite-mysql-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "tokenlite-mysql-mcp": {
      "args": [
        "-y",
        "@andezdev/tokenlite-mysql-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "tokenlite-mysql-mcp": {
      "args": [
        "-y",
        "@andezdev/tokenlite-mysql-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: DB_HOST (MySQL Host address (defaults to localhost)), DB_PORT (MySQL Port (defaults to 3306)), DB_USER (MySQL Username (defaults to root)), DB_PASSWORD (MySQL Password (defaults to empty string)), DB_NAME (MySQL Database name), MCP_EXPLAIN_MAX_SCAN_ROWS (EXPLAIN guardrail: max estimated rows for unindexed full table scans before blocking (defaults to 1000). MCP_SAFE_QUERY_MAX_ROWS is a deprecated alias.), MCP_QUERY_ROW_LIMIT (Max rows returned per SELECT; injected as LIMIT at the AST level (defaults to 500)), MCP_SAFE_QUERY_MAX_ROWS (Deprecated alias for MCP_EXPLAIN_MAX_SCAN_ROWS), MCP_SAFE_QUERY_ENABLE_BLOCKING (Enable or disable the EXPLAIN guardrail (defaults to true)), MCP_METADATA_PATH (Absolute path to your custom metadata.json dictionary), MCP_TEMPLATES_PATH (Absolute path to your custom templates.json pre-approved queries), TOOL_PREFIX (Prefix for tool names, e.g., to run multiple instances (defaults to DB_NAME, e.g. mydb_). Only set to override.), MCP_RATE_LIMIT_RPM (Max tool invocations per minute, sliding window (defaults to 60). Set to 0 to disable.), MYSQL_QUERY_TIMEOUT (Max execution time for a query in milliseconds to protect against DoS (defaults to 15000)), MYSQL_CONNECTION_LIMIT (Max concurrent pool connections (defaults to 10)), MYSQL_CONNECT_TIMEOUT (Max time to wait for a connection socket to establish in milliseconds (defaults to 10000)), MYSQL_RETRY_ATTEMPTS (Max retries on transient connection errors (defaults to 3)), MYSQL_RETRY_DELAY_MS (Base delay in milliseconds for exponential backoff between retries (defaults to 1000)), MYSQL_QUEUE_LIMIT (Max queued requests when all pool connections are busy to prevent memory leak (defaults to 50)), MCP_DDL_CACHE_TTL (Time-to-live in seconds for cached DDL statements (defaults to 60)), MCP_LOG_LEVEL (Minimum severity level for MCP log notifications (defaults to info). Levels: debug, info, notice, warning, error, critical, alert, emergency), ALLOW_INSERT_OPERATION (Enable INSERT and REPLACE queries (defaults to false)), ALLOW_UPDATE_OPERATION (Enable UPDATE queries (defaults to false)), ALLOW_DELETE_OPERATION (Enable DELETE and TRUNCATE queries (defaults to false)), ALLOW_DDL_OPERATION (Enable Data Definition Language queries like CREATE, ALTER, DROP, RENAME (defaults to false)), DB_SSL (Enable TLS for the MySQL connection (defaults to false)), DB_SSL_REJECT_UNAUTHORIZED (Reject self-signed or untrusted TLS certificates when DB_SSL is true (defaults to true)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Tokenlite Mysql MCP

same job, measured the same way
Mongodb MCP Server
by mongodb-js

MongoDB Model Context Protocol Server

82 973 installs/wk local only
Strut Stack SQL
by rzlco666

Token-efficient MCP server for MySQL, PostgreSQL, and SQLite

local only
MCP SQL Rust
by rzlco666

Token-efficient MCP server for MySQL, PostgreSQL, and SQLite

local only
datamcp — Hosted Model Context Protocol for Databases, APIs, and Agent Memory
by mironovisa

PostgreSQL, MySQL, OpenAPI/Swagger, and shared Agent Memory with scoped access.

answering
DBHub
by bytebase

Minimal, token-efficient Database MCP Server for PostgreSQL, MySQL, SQL Server, SQLite, MariaDB

25 860 installs/wk local only
I
Bollard MCP
by imdeepaksingh

An AI-powered, safe database access gateway built on the Model Context Protocol (MCP).

121 installs/wk local only
SQLBot MCP Proxy
by wenrou21

MCP server proxy for SQLBot Text-to-SQL queries and report generation.

local only
C
Data
by thinair

PostgreSQL, MySQL, and SQL Server in one session. 26 read-only MCP tools for AI agents.

answering

Tokenlite Mysql MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Tokenlite Mysql MCP?
Tokenlite Mysql MCP 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 npm package @andezdev/tokenlite-mysql-mcp was installed 41 times last week.
How do I connect Tokenlite Mysql MCP?
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 @andezdev/tokenlite-mysql-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Tokenlite Mysql MCP?
The npm package @andezdev/tokenlite-mysql-mcp was installed 41 times in the last week. Week over week that is +220%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Tokenlite Mysql MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.