mcpbeat Sign in
I

MySQL (read-only, switchable) MCP Server

by shibbirweb Your server? Claim it
local only

MySQL (read-only, switchable) runs on your own machine — the client starts it, so there is no endpoint to ping.

Read-only MySQL access, with the database and server switchable mid-conversation.

Installs / week
npm · @shibbirweb/mcp-mysql-read-only
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

Nothing serious here today

Today is the operative word: we check MySQL (read-only, switchable) 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 mcp-mysql-read-only -- npx -y @shibbirweb/mcp-mysql-read-only
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-mysql-read-only": {
      "args": [
        "-y",
        "@shibbirweb/mcp-mysql-read-only"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-mysql-read-only]
command = "npx"
args = ["-y", "@shibbirweb/mcp-mysql-read-only"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-mysql-read-only": {
      "args": [
        "-y",
        "@shibbirweb/mcp-mysql-read-only"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-mysql-read-only": {
      "args": [
        "-y",
        "@shibbirweb/mcp-mysql-read-only"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: MYSQL_HOST (Hostname of the MySQL server. Defaults to 127.0.0.1), MYSQL_PORT (Port of the MySQL server. Defaults to 3306), MYSQL_USER (MySQL user. Prefer an account holding only SELECT grants), MYSQL_PASSWORD (Password for MYSQL_USER. Empty when the account has none), MYSQL_DATABASE (Database to open at startup. Can be changed later without restarting), MYSQL_PROFILES (JSON object of named connections to switch between, keyed by profile name), MYSQL_DEFAULT_PROFILE (Which MYSQL_PROFILES entry to start on), MYSQL_CONNECT_TIMEOUT_MS (Connection timeout in milliseconds. Defaults to 10000), MYSQL_QUERY_TIMEOUT_MS (Server-side query timeout in milliseconds. Defaults to 30000). The author declared them in the registry entry; get the values from the project itself.

Alternatives to MySQL (read-only, switchable)

same job, measured the same way
MySQL MCP
by gistrec

MCP server for one MySQL database: schema, read-only queries and guarded writes.

24 installs/wk local only
GLEIF MCP Server
by olgasafonova

Access the GLEIF LEI database for company verification, KYC, and ownership research.

local only
Fastmcp Sqltools
by atarkowska

A MCP server provides SQL database access with support for PostgreSQL, MySQL, and SQLite.

53 installs/wk local only
Mimer MCP
by mimersql

An MCP server with Mimer SQL Database Connectivity

80 installs/wk local only
Copilot Datagate
by afurlane

Policy-driven, read-only MCP server for safe database access from AI tools.

25 installs/wk local only
Read Only Local Mysql MCP Server
by hove

MCP server for read-only MySQL database queries in Claude Desktop

82 installs/wk local only
C
Read Only Mysql MCP Server
by hove

MCP server for read-only MySQL database queries in Claude Desktop

local only
Colabfit MCP
by colabfit

An MCP server that provides access to the ColabFit database

81 installs/wk local only

MySQL (read-only, switchable) — questions

Answers built from our own checks of this server.

Why is there no uptime for MySQL (read-only, switchable)?
MySQL (read-only, switchable) 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 @shibbirweb/mcp-mysql-read-only.
How do I connect MySQL (read-only, switchable)?
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 @shibbirweb/mcp-mysql-read-only straight from npm; nothing to host, nothing to sign up for.