$ timeahead.in
/ servers/npm/@benborla29/mcp-server-mysql
npm

@benborla29/mcp-server-mysql

MCP server for interacting with MySQL databases with write operations support

2k stars26k/wkupdated 0d agogithub ↗
91excellent
▣ Overview

What it does

Provides Claude Code with interactive access to MySQL databases, supporting both read and write operations. Execute arbitrary SQL queries—from simple SELECT statements to INSERT, UPDATE, and DELETE operations—directly from Claude without requiring a separate REST API or proxy layer. Results are returned as structured data for further processing.

Who it's for

Backend engineers, full-stack developers, and data engineers who need to query or modify MySQL databases from Claude Code. Typical users are testing against local development databases, debugging schema issues, or automating ad-hoc database operations during development.

Common use cases

  • Execute SELECT queries to retrieve data from a local MySQL database
  • Run INSERT, UPDATE, or DELETE operations to modify table data
  • Test schema migrations and DDL changes before deploying to production
  • Inspect table structure and diagnose query performance or data consistency issues

Setup pitfalls

  • README is minimal—refer to the GitHub repository for installation steps and configuration details
  • MySQL credentials must be supplied; ensure connection strings and passwords are not hardcoded into your Claude context or committed to version control
  • No documented pooling or connection timeout behavior—test stability and latency against your MySQL instance before relying on for critical operations
  • Moderate quality score indicates potential gaps or edge cases; verify command syntax and result formatting match your expectations
▣ Score BreakdownMCPScore = Σ(raw × weight)
DimensionRawWeighted
Security
35%
100
35.0
Freshness
25%
100
25.0
Adoption
20%
86
17.1
Quality
10%
90
9.0
Trust
10%
50
5.0
Total
91.1
⚿ Capabilities & Risk Explainer
no elevated permissions
◆ Risk level: low
No elevated permissions requested — safe to connect.
⚙ Install config
Claude Desktop · Cursor · Windsurf · VS Code (Copilot) · Claude Code
add to your MCP client config:
{
  "mcpServers": {
    "benborla29mcp-mysql": {
      "command": "npx",
      "args": [
        "-y",
        "@benborla29/mcp-server-mysql"
      ]
    }
  }
}
📈 Score historylast 41 snapshots
4/30/20266/19/2026 · 41 snapshots
⚙ Maintenance health
77/ 100 · is this project alive?
contributors (1y)23
top contributor share54%
releases (1y)5
last release0d ago
median issue response23.2h
ci✓ passing
⛁ Raw data
weekly downloads26k
github stars2k
forks231
open issues42
license✓ present
readme length3452 chars
last publish0d ago
last commit0d ago
last updated7h ago
install verified✗ fail · 27d ago
owner of this server? claim your listing to get a verified badgeclaim →
🔔 Score drop alerts
get notified by email when this server's score drops 5+ points