Home/Directory/Data & Databases/MySQL

MySQL

@benborla · github.com/benborla/mcp-server-mysql

MySQL database integration in NodeJS with configurable access controls and schema inspection

ClaimedData & DatabasesHTTPlocal auth
GitHub

Install one command

terminal
$ npx @benborla29/mcp-server-mysql

Or add it with the Claude CLI: claude mcp add benborla29-mcp-server-mysql

Tools exposed 0 tool

Configuration claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "benborla29-mcp-server-mysql": {
      "command": "npx",
      "args": ["@benborla29/mcp-server-mysql"],
      "env": {
        "MYSQL_HOST": "<your-mysql-host>",
        "MYSQL_PORT": "<your-mysql-port>",
        "MYSQL_USER": "<your-mysql-user>",
        "MYSQL_PASS": "<your-mysql-pass>",
        "MYSQL_DB": "<your-mysql-db>",
        "ALLOW_INSERT_OPERATION": "<your-allow-insert-operation>",
        "ALLOW_UPDATE_OPERATION": "<your-allow-update-operation>",
        "ALLOW_DELETE_OPERATION": "<your-allow-delete-operation>",
        "NODE_PATH": "<your-node-path>",
        "REMOTE_SECRET_KEY": "<your-remote-secret-key>"
      }
    }
  }
}

Paste under mcpServers in your config, then restart Claude Desktop. For Claude Code, reference this server in your project's CLAUDE.md.

Related

Similar servers

More in Data & Databases
Compare
@mindsdb

Connect and unify data across various platforms and databases with MindsDB as a single MCP server.

Data & Databasesstdio no-auth
39.3k6d ago0 toolslocal
Install command unavailable — see repo
Compare
@mediar-ai

Local-first system capturing screen/audio with timestamped indexing, SQL/embedding storage, semantic search, LLM-powered history analysis, and event-triggered actions - enables building context-aware…

Data & DatabasesHTTP no-auth
19.2k4d ago0 toolslocal
$npx screenpipe record
Compare
@topoteretes

Memory manager for AI apps and Agents using various graph and vector stores and allowing ingestion from 30+ data sources

Data & Databasesstdio auth
17.8k4d ago0 toolslocal
$pip install cognee