Execute SQL queries in MySQL databases directly from Claude AI. Retrieve table information and manage database interactions using natural language commands.
101,611 tools. Last updated 2026-04-09 14:48
- Execute SQL queries on MySQL/MariaDB databases to retrieve, modify, or analyze data. Supports SELECT, INSERT, UPDATE, DELETE operations with formatted results and connection management.MIT
- Query and manage MySQL databases by specifying connection details like host, database, user, and password. Simplify database operations with structured input for efficient data handling.MIT
- Establish a connection to a MySQL database by providing host, user credentials, and optional database name to enable database operations through the MySQL MCP Server.MIT
- Close active MySQL database connections to free resources and terminate sessions when querying is complete.MIT
- Execute SQL queries on MySQL databases to retrieve, update, or manage data directly from your development environment.MIT