MySQL Database
Summary
MySQL Database MCP Server provides a bridge between Claude and MySQL databases, enabling direct SQL query execution and database connections through a simple interface. Developed by Burak Dirin, it offers two main tools: 'connect_database' for establishing connections to specific databases and 'execute_query' for running SQL queries with results returned in JSON format. The implementation includes configurable read-only mode for security, supports Python 3.11+, and can be deployed via Docker or installed directly using pip, making it ideal for workflows requiring database access without leaving the conversation interface.
Available Actions(2)
connect_database
Connects to a specific MySQL database. Parameters: database (string) - Name of the database to connect to.
execute_query
Executes MySQL queries. Parameters: query (string) - SQL query/queries to execute. Multiple queries can be sent separated by semicolons.
Community Reviews
No reviews yet. Be the first to review!
Sign in to join the conversation