MySQL Tools
Offers a Model Context Protocol (MCP) server with tools for querying and managing MySQL databases.
About
MySQL Tools provides a robust Model Context Protocol (MCP) server designed for seamless interaction with MySQL databases. It offers a comprehensive suite of functionalities, enabling users to execute various SQL operations, from simple SELECT queries to complex INSERT, UPDATE, and DELETE statements. The server also facilitates schema management by allowing users to list and describe tables. A key feature is its ability to export query results, either to CSV files or directly as CSV strings, simplifying data extraction and integration into other systems. Configurable via environment variables and easily integrated with popular MCP clients and development environments, it streamlines database management workflows.
Key Features
- Execute all types of SQL queries (SELECT, INSERT, UPDATE, DELETE)
- Manage database schemas (list tables, describe table structure)
- Integrate with MCP clients for programmatic database access
- 0 GitHub stars
- Export query results to CSV files or retrieve as CSV strings
- Test MySQL database connection
Use Cases
- Automating MySQL database operations from MCP-enabled applications
- Integrating database management functionalities into AI agent workflows
- Programmatically extracting and transforming database data into CSV format