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

@benborla29/mcp-server-mysql

MCP server for interacting with MySQL databases with write operations support

7k/wk
63fair
▣ Overview

What it does

The server provides Claude Code with tools to interact with MySQL databases. It supports both read operations (SELECT queries) and write operations (INSERT, UPDATE, DELETE, and DDL like CREATE TABLE or ALTER TABLE). This allows Claude to fetch data, modify records, inspect schemas, or run migrations as part of a conversation workflow.

Who it's for

Backend engineers, database administrators, or developers running Claude Code with access to a MySQL instance who want Claude to assist with queries, schema migrations, bulk data operations, or ad-hoc database maintenance without leaving the editor.

Common use cases

  • Query a local or remote MySQL database and return results in Claude Code
  • Run database migrations (CREATE TABLE, ALTER TABLE, DROP INDEX) via Claude
  • Insert, update, or delete records for testing or data corrections
  • Bulk operations across multiple rows or tables
  • Execute stored procedures or complex multi-table queries

Setup pitfalls

  • Requires a running MySQL server with accessible hostname, port, and valid database credentials
  • Database user must have appropriate permissions: SELECT for reads, INSERT/UPDATE/DELETE for writes, and DDL grants for schema changes
  • Package adoption is limited (0 GitHub stars, ~7600 weekly npm downloads); review the code before connecting it to production databases
  • Credentials must be managed carefully and never committed to version control; use environment variables or secure configuration files
▣ Score BreakdownMCPScore = Σ(raw × weight)
DimensionRawWeighted
Security
35%
100
35.0
Freshness
25%
30
7.5
Adoption
20%
46
9.3
Quality
10%
60
6.0
Trust
10%
50
5.0
Total
62.8
⚙ 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 30 snapshots
4/30/20266/6/2026 · 30 snapshots
⛁ Raw data
weekly downloads7k
github stars0
forks0
open issues0
license✓ present
readme length0 chars
last updated7h ago
install verified✗ fail · 14d ago
🔔 Score drop alerts
get notified by email when this server's score drops 5+ points