Skip to main content
DatabasesTypeScript

f4ww4z/mcp-mysql-server

Node.js-based MySQL database integration that provides secure MySQL database operations

databaseslocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/f4ww4z/mcp-mysql-server

Claude Desktop configuration example:

{
  "mcpServers": {
    "mcp-mysql-server": {
      "command": "npx",
      "args": [
        "-y",
        "f4ww4z/mcp-mysql-server"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Databases
Language
TypeScript
Author
f4ww4z