Lakshya-Saini/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.
The MySQL MCP Server is a secure and feature-rich server designed for integration with AI assistants like Claude and VS Code GitHub Copilot.
Tools
Functions exposed to the LLM to take actions
mysql_list_tables
Lists all accessible tables in the database.
mysql_describe_table
Get detailed information about a table structure including columns, types, and constraints.
mysql_select_data
Select data from a table with optional filtering and pagination.
mysql_insert_data
Insert new data into a table (if enabled).
mysql_update_data
Update existing data in a table (if enabled).
mysql_delete_data
Delete data from a table (if enabled).
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client