MySQL-MCP-Server
0
The MySQL MCP Server enables AI models to query MySQL databases using natural language. It serves as an interface for AI models, translating language queries into SQL commands. This project supports integration and configuration flexibility for users.
MySQL MCP Server
- A Model Context Protocol (MCP) server allowing AI models like Claude to interact with MySQL databases.
- Features a SQL execution tool to facilitate natural language querying.
- Requires Python 3.11+, and a MySQL database.
- Configurable via environment variables or a
.env
file. - Supports running through Cursor or directly via Python.
- Licensed under MIT License.
- Contributions are welcome through Pull Requests.