Interact with MySQL databases using natural language for queries and data operations.
Copy the install command and let the AI configure it · recommended for beginners
No copy-paste install info for "MySQL MCP Server" yet — see the docs or source repo.
Connect to the MySQL database and query total sales for each product in the last 30 days, sorted by sales amount descending.
Returns the SQL query results listing each product and its sales ranking over the last 30 days.
Read the schema of the users table and show the column names, types, primary key, and index information.
Returns the users table schema details, including column definitions and key index information.
Update records in the inventory table from in_stock to out_of_stock where quantity is 0, and tell me how many rows were affected.
Executes the update and returns the affected row count, indicating whether the change succeeded.
Use natural language to query and modify MySQL databases automatically.
Manage MySQL databases with natural language for queries, CRUD, and monitoring.
Connect AI to MySQL for safe querying, SQL execution, and database management.
Connect to MySQL for safe read-only queries and schema exploration.
Query, inspect, and manage MySQL databases through a structured MCP interface.
Connect to MySQL with natural language for schema exploration and SQL queries.