mysqldb-mcp-server

mysqldb-mcp-server

3.3

If you are the rightful owner of mysqldb-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

A MySQL database MCP server project.

The mysqldb-mcp-server is a Model Context Protocol (MCP) server designed to facilitate interactions with MySQL databases. It provides a streamlined interface for connecting to MySQL databases and executing SQL queries, making it an essential tool for developers working with MySQL in an MCP environment. The server can be installed using either 'uv' or 'pip', and it supports configuration through environment variables to specify database connection details. The server is particularly useful for applications that require dynamic database interactions, as it allows for executing multiple queries and returning results in JSON format. Additionally, it supports a read-only mode for secure operations. The server is compatible with various platforms, including Claude Desktop, and can be installed via Smithery for seamless integration.

Features

  • Connects to MySQL databases using specified credentials.
  • Executes SQL queries and returns results in JSON format.
  • Supports multiple queries separated by semicolons.
  • Configurable through environment variables for flexible deployment.
  • Read-only mode for secure database interactions.