Enables querying live MySQL data from Large Language Models through a Model Context Protocol (MCP) interface.
This tool facilitates connecting Large Language Models (LLMs) like Claude Desktop to live MySQL data. It leverages the CData JDBC Driver for MySQL to expose MySQL as relational SQL models, then wraps this driver with an MCP interface. This allows LLMs to retrieve live information by processing natural language questions, eliminating the need for SQL queries. The tool offers read-only access and requires a CData JDBC Driver license to operate.
Key Features
01Provides read-only access to MySQL data.
02Built on the CData JDBC Driver for MySQL.
030 GitHub stars
04Exposes MySQL data as a relational SQL model for LLMs.
05Uses a Model Context Protocol (MCP) interface for simple data retrieval.
06Enables natural language querying of MySQL data.
Use Cases
01Querying MySQL databases with natural language using LLMs.
02Integrating MySQL data into applications that support the MCP interface.
03Building AI-powered applications that require real-time access to MySQL data.