Read Only Local MySQL MCP Server

A Model Context Protocol (MCP) server that enables Claude Desktop to interact with MySQL databases through natural language queries. It runs locally over stdio via the published package.

People connecting database tools to Claude, Cursor, VS Code, or another MCP client. The project is written in JavaScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-11 · ★ 7 · #45 OF 151 MAINTAINED DATABASE · VERIFIED 2026-08-25

MIT · JavaScript servers · how we verify → /methodology

01 · Install Read Only Local MySQL MCP Server

before you install - you'll need

Set DB_HOST, DB_PORT, DB_DATABASE, DB_USERNAME, DB_PASSWORD before connecting.

Claude Code

claude mcp add hovecapital-read-only-local-mysql-mcp-se -- npx -y @hovecapital/read-only-mysql-mcp-server

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "hovecapital-read-only-local-mysql-mcp-se": {
      "command": "npx",
      "args": [
        "-y",
        "@hovecapital/read-only-mysql-mcp-server"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package @hovecapital/read-only-mysql-mcp-server - published under the repo owner's npm scope (@hovecapital)

registry vendor namespace capital.hove - domain-verified with the official MCP registry

03 · What Read Only Local MySQL MCP Server can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

read-only-mysql-mcp-server-v0.1.0 · 2026-02-17

0.1.0 (2026-02-17) · add connection params

read-only-mysql-mcp-server-v0.0.17 · 2025-11-03

0.0.17 (2025-11-03) · add cfg paths · correct reg url · defaults for envs · gh access issue in ci · npm name · remove status even though the schema reqs it! · space in path · update mcp-publisher · update mcp-publisher…

v0.0.16 · 2025-11-03

0.0.16 (2025-11-03) · update version for mcp reg

04 · Who maintains Read Only Local MySQL MCP Server

read-only-local-mysql-mcp-server is maintained by hovecapital. We track 2 MCP servers from hovecapital - 2 actively maintained, 9 combined GitHub stars, oldest repo from Jun 2025. Full record: all servers from hovecapital.

  1. read-only-local-postgres-mcp-server MCP server for read-only PostgreSQL database queries in Claude Desktop ★ 2

05 · Facts

category
database - ranked #45 of 151 actively-maintained database servers as of 2026-08-25.
registry
capital.hove/read-only-local-mysql-mcp-server (active, first published 2025-11-03 · 4 versions)
packages
npm:@hovecapital/read-only-mysql-mcp-server

06 · Read Only Local MySQL MCP Server FAQ

What is Read Only Local MySQL MCP Server?

A Model Context Protocol (MCP) server that enables Claude Desktop to interact with MySQL databases through natural language queries. It runs locally over stdio via the published package.

Is Read Only Local MySQL MCP Server still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-11. We re-verify nightly.

How do I install Read Only Local MySQL MCP Server?

Run `npx -y @hovecapital/read-only-mysql-mcp-server`. The README documents 5 environment variables (DB_HOST, DB_PORT, DB_DATABASE…) to set first. Set DB_HOST, DB_PORT, DB_DATABASE, DB_USERNAME, DB_PASSWORD before connecting. You can also paste the ready-made client config above.

Does Read Only Local MySQL MCP Server run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Read Only Local MySQL MCP Server

More database MCP servers · Read Only Local Postgres MCP Server · Wso2 Docs MCP Server · DB Conn MCP · Misakanet · Ins Forge

More JavaScript MCP servers · Humanpen MCP · Signalfuse · Mcpbridge · Bbox MCP Server · see all