mcpbeat

Read Only Local Mysql MCP Server

by hove
local only

Read Only Local Mysql MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 241 installs a week from npm. Last commit 1 Apr 2026.

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

Installs per day peak 54 · avg 26 · +16% w/w
a month agotoday
241
Installs / week
npm · @hovecapital/read-only-mysql-mcp-server
7
Stars
0 open issues
1 Apr 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

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

Alternatives to Read Only Local Mysql MCP Server

same job, measured the same way
C
Read Only Mysql MCP Server
by hove

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

local only
Read Only Local Postgres MCP Server
by hove

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

182 installs/wk local only
Mysql
by marcelo-ochoa

An MCP server for MySQL databases.

25 installs/wk local only
MySQL MCP Server
by musaddiq-dev

Python MCP server for MySQL database inspection and querying

87 installs/wk local only
I
Postgres Connector
by martymarkenson

MCP server for querying PostgreSQL databases

34 installs/wk local only
SqlServerMcp
by nithish1206

MCP server for SQL Server: schema inspection, safe read-only queries, query plan analysis

local only
AdoMcp
by john0king

Database MCP server for schema discovery, comments, and SQL queries.

local only
Database MCP Sqlite
by arifulislamat

MCP server for SQLite databases. Read-only by default, row caps, statement timeouts.

100 installs/wk local only

Read Only Local Mysql MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for Read Only Local Mysql MCP Server?
Read Only Local Mysql MCP Server 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 @hovecapital/read-only-mysql-mcp-server was installed 241 times last week.
How do I connect Read Only Local Mysql MCP Server?
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 @hovecapital/read-only-mysql-mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Read Only Local Mysql MCP Server?
The npm package @hovecapital/read-only-mysql-mcp-server was installed 241 times in the last week. Week over week that is +16%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Read Only Local Mysql MCP Server open source?
Yes — it is published under the MIT licence, written in JavaScript and 7 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.