mysql-mcp
If you are the rightful owner of mysql-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A powerful MCP server that provides direct access to MySQL databases, enabling AI agents to interact with MySQL databases, execute SQL queries, and manage database content through a simple interface.
The MySQL MCP Server is designed to facilitate seamless interaction between AI agents and MySQL databases. It allows for the execution of SQL queries, management of database content, and provides a straightforward interface for these operations. This server is particularly useful for applications that require dynamic data retrieval and manipulation, offering tools to create, list, and describe database tables, as well as execute custom SQL commands. With its integration capabilities, it supports various platforms, making it a versatile choice for developers working with MySQL databases.
Features
- Direct access to MySQL databases for AI agents
- Execution of SQL queries and database management
- Simple interface for database operations
- Integration with various platforms
- Tools for creating, listing, and describing tables
Tools
create_note
Create new text notes in the database with title and content.
list_tables
List all tables in the connected database.
count_tables
Get the total number of tables in the database.
search_tables
Search for tables using LIKE pattern.
describe_table
Get the structure of a specific table.
execute_sql
Execute custom SQL queries.