aliirsyaadn/mysql-mcp-server
If you are the rightful owner of mysql-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.
This project provides a Message Connectivity Protocol (MCP) server that connects Claude AI to your remote MySQL databases, enabling natural language interaction with databases.
Tools
Functions exposed to the LLM to take actions
mysql_execute_query
Execute any SQL query on the MySQL database with automatic operation type detection.
mysql_select
Execute SELECT queries only for read-only operations.
mysql_insert
Execute INSERT queries only when explicitly enabled.
mysql_update
Execute UPDATE queries only when explicitly enabled.
mysql_delete
Execute DELETE queries only when explicitly enabled.
mysql_list_tables
List all tables in a database.
mysql_describe_table
Get the structure of a specific table.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client