Enables LLMs to inspect MySQL database schemas and execute read-only queries.
MySQL Database Server provides a Model Context Protocol (MCP) server for MySQL databases. This server allows Large Language Models (LLMs) to safely interact with your MySQL database by inspecting schemas and executing read-only queries within secure READ ONLY transactions. It's designed for seamless integration with tools like Claude Desktop and offers flexible installation options via Docker, NPM, or Smithery.
Key Features
01Available as an NPM package
02Schema inspection capabilities
032 GitHub stars
04Read-only access to MySQL databases
05Safe query execution within READ ONLY transactions
06Docker support
Use Cases
01Connecting MySQL databases to LLMs for data analysis
02Enabling AI-powered insights from MySQL data
03Building applications that require read-only access to MySQL schemas