Enables database interaction through MySQL, supporting SQL queries, table creation, and schema exploration.
Sponsored
This tool provides a Model Context Protocol (MCP) server implementation for interacting with MySQL databases. It empowers users to execute SQL queries, create tables, and explore database schema information using a suite of five core tools: read_query, write_query, create_table, list_tables, and describe_table. This allows AI models and other applications to seamlessly interact with and manage MySQL databases.
Key Features
01Executes INSERT, UPDATE, or DELETE queries
02Creates new tables
03Lists all tables in the database
040 GitHub stars
05Executes SELECT queries to read data
06Describes schema information for a specific table
Use Cases
01Automating database management tasks
02Integrating MySQL databases with other applications