MCPServers
MySQL Database - MCP server logo

MySQL Database

2
0

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.

Last Updated: April 17, 2025

Community Reviews

0.0
0 reviews
5
0
4
0
3
0
2
0
1
0

No reviews yet. Be the first to review!

Sign in to join the conversation

Coming soon to
HighlightHighlight AI

Language

TypeScript

Categories

Tags