mysql-mcp
If you are the rightful owner of mysql-mcp 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 powerful MCP server that provides direct access to MySQL databases, enabling AI agents to interact with MySQL databases, execute SQL queries, and manage database content through a simple interface.
create_note
Create new text notes in the database with title and content.
list_tables
List all tables in the connected database.
count_tables
Get the total number of tables in the database.
search_tables
Search for tables using LIKE pattern.
describe_table
Get the structure of a specific table.
execute_sql
Execute custom SQL queries.