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.
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.
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.
claude mcp add mcp-mysql-read-only -- npx -y @shibbirweb/mcp-mysql-read-only
{
"mcpServers": {
"mcp-mysql-read-only": {
"args": [
"-y",
"@shibbirweb/mcp-mysql-read-only"
],
"command": "npx"
}
}
}
[mcp_servers.mcp-mysql-read-only]
command = "npx"
args = ["-y", "@shibbirweb/mcp-mysql-read-only"]
{
"mcpServers": {
"mcp-mysql-read-only": {
"args": [
"-y",
"@shibbirweb/mcp-mysql-read-only"
],
"command": "npx"
}
}
}
{
"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.
MCP server for one MySQL database: schema, read-only queries and guarded writes.
Access the GLEIF LEI database for company verification, KYC, and ownership research.
A MCP server provides SQL database access with support for PostgreSQL, MySQL, and SQLite.
An MCP server with Mimer SQL Database Connectivity
Policy-driven, read-only MCP server for safe database access from AI tools.
MCP server for read-only MySQL database queries in Claude Desktop
MCP server for read-only MySQL database queries in Claude Desktop
An MCP server that provides access to the ColabFit database
Answers built from our own checks of this server.