MySQL MCP Server
JSON →Provides direct access to MySQL databases, allowing AI agents to execute SQL queries and manage database content.
Tools · 6
- create_note Create new text notes in the database
- 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
Environment variables
MYSQL_HOST
Links
★ 7 GitHub stars