Query MySQL databases, inspect schemas, and fetch data with configurable limits.
Copy the install command and let the AI configure it · recommended for beginners
No copy-paste install info for "mysql-mcp" yet — see the docs or source repo.
Connect to the MySQL database, list all tables in the current database, and sort them by name.
A sorted list of table names in the current database for quick structure discovery.
Describe the schema of the users table, including column names, data types, nullability, default values, and primary key information.
A detailed schema description of the users table to help understand the data model.
Query the latest 20 records from the orders table, ordered by creation time descending, and return order ID, user ID, amount, and created time.
A limited result set of 20 matching order records for quick verification or analysis.
Interact with MySQL databases using natural language for queries and management.
Read multiple MySQL databases, inspect schemas, and run safe SELECT queries.
Run read-only MySQL queries and list datasources through MCP.
Connect to MySQL for safe read-only queries and schema exploration.
Securely query MySQL with natural language, schemas, tables, and read-only SQL.
Run MySQL queries, manage databases, and switch project environments via MCP.