mysql-mcp-server

mysql-mcp-server

3.3

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 Model Context Protocol server that facilitates interaction with a MySQL database, allowing agents to execute SQL queries.

run_sql_query

Executes a read-only SQL query (SELECT statements only) against the MySQL database.

create_table

Creates a new table in the MySQL database.

insert_data

Inserts data into a table in the MySQL database.

update_data

Updates data in a table in the MySQL database.

delete_data

Deletes data from a table in the MySQL database.