Loading languages...
@B

@benborla29/mcp-server-mysql

@benborla679

A Model Context Protocol server that provides read-only access to MySQL databases. This server enables LLMs to inspect database schemas and execute read-only queries.

mysql
database
mcp-server
nodejs
model-context-protocol

# mcpServer Config

{
  "mcpServers": {
    "mcp_server_mysql": {
      "command": "/path/to/node",
      "args": [
        "/full/path/to/mcp-server-mysql/dist/index.js"
      ],
      "env": {
        "MYSQL_HOST": "127.0.0.1",
        "MYSQL_PORT": "3306",
        "MYSQL_USER": "root",
        "MYSQL_PASS": "your_password",
        "MYSQL_DB": "your_database"
      }
    }
  }
}

# stdio

npx @benborla29/mcp-server-mysql
Transport:
stdio
streamable
Language:
JavaScript
Created:12/9/2024
Updated:7/30/2025