Safely run read-only MySQL queries and inspect databases, tables, and schemas.
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 MySQL and read the orders table. Return the order count, total sales, and average order value for the last 30 days, grouped by day.
A read-only daily summary of order metrics for quickly analyzing recent sales trends.
List all tables in the current database, and show the column names, types, and primary key details for users, orders, and products.
A database table list plus schema details for selected tables to help understand the data model.
Check whether this SQL meets read-only safety requirements and explain whether it can be executed: SELECT email, created_at FROM customers WHERE created_at >= '2024-01-01';
A SQL safety validation result explaining whether the statement is read-only and safe to run.
Connect to MySQL for safe read-only queries and schema exploration.
Read multiple MySQL databases, inspect schemas, and run safe SELECT queries.
Safely query, insert, and update MySQL data with destructive-action guardrails.
Safely inspect local MySQL schemas and query data through a read-only MCP interface.
Query MySQL databases, inspect schemas, and fetch data with configurable limits.
Run read-only MySQL queries and list datasources through MCP.