Securely query MySQL with natural language, schemas, tables, and read-only SQL.
This MCP tool appears narrowly scoped to read-only interaction with MySQL and does not declare external API endpoints or extra secrets. Overall it resembles a standard database connector, with the main concerns being local code execution, visibility into database contents, and a weaker supply-chain profile due to low adoption and unknown maintenance despite being open source.
The materials state that no secrets or environment variables are required, and no third-party API token is requested. If a real MySQL connection later requires database credentials, those would still be sensitive, but the current materials do not show separate collection or exfiltration risk.
Its stated purpose is to interact with a MySQL database and execute queries, which means queries and results are sent to and received from the connected database instance. No external SaaS or unrelated endpoint is declared, and there is no clear red flag of third-party exfiltration, but the database connection itself is still a standard form of network egress.
The system flags this tool as executes-code, meaning it runs locally as an MCP service process. Its described functionality is focused on database access, and there is no evidence of system privileges clearly beyond that scope, but launching a local process is still a standard capability that warrants caution.
The description explicitly says it can list tables, view schemas, and execute read-only SQL, which means it can access database structure and query results. Although it is presented as read-only and there is no stated local file access, database contents themselves may be sensitive, so it should be limited to a least-privilege data account.
The project has an auditable open-source repository, which is a meaningful risk-reducing factor. However, it comes from a third-party registry, has no declared license, shows 0 stars, and has unknown maintenance status, so the supply-chain signals are relatively weak and the code and dependencies should be reviewed before use.
Copy the install command and let the AI configure it · recommended for beginners
No copy-paste install info for "Simple MCP MySQL Server" yet — see the docs or source repo.
Connect to this MySQL database, list all tables, and describe each table's columns, types, and primary keys.
A list of database tables plus schema details such as columns, types, and primary keys.
Query the orders table for daily order counts and revenue over the last 30 days, and show the read-only SQL with a result summary.
A runnable read-only SQL query and a summarized daily breakdown of orders and revenue.
Inspect user-related tables, identify fields that likely store user status, signup time, and last login time, and explain your reasoning.
Likely matching tables and fields, with reasoning based on naming patterns and schema structure.
Connect AI to MySQL for safe querying, SQL execution, and database management.
Interact with MySQL databases using natural language for queries and management.
Interact with MySQL databases using natural language for queries and data operations.
Let AI assistants securely query and manage multiple MySQL or MariaDB databases.
Safely let AI inspect database schemas and query PostgreSQL and MySQL data.
Connect to MySQL for safe read-only queries and schema exploration.