mysql-server-MCP-Server

mysql-server-MCP-Server

3.1

If you are the rightful owner of mysql-server-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 Model Context Protocol server for MySQL database access

The MySQL-server MCP Server is a TypeScript-based Model Context Protocol server designed to facilitate access to MySQL databases. It provides essential tools for executing SQL queries and establishes connections to MySQL databases using environment variables. This server is particularly useful for developers who need to interact with MySQL databases programmatically, offering a streamlined approach to database management and query execution. By leveraging the MCP framework, it ensures efficient communication and data handling between applications and MySQL databases. The server is built with a focus on simplicity and ease of use, making it an ideal choice for both novice and experienced developers.

Features

  • query: Execute SQL queries with a required SQL query string parameter and return query results.
  • Connection: Connect to MySQL databases using environment variables for host, user, password, and database name.