MCP Directory
ServersClientsBlog

xASO - App Store Optimization

AI-powered App Store Optimization platform for mobile apps

Go to xASO
MCP Directory

Model Context Protocol Directory

MKSF LTD
Suite 8805 5 Brayford Square
London, E1 0SG

MCP Directory

  • About
  • Blog
  • Documentation
  • Contact

Menu

  • Servers
  • Clients

© 2025 model-context-protocol.com

The Model Context Protocol (MCP) is an open standard for AI model communication.
Powered by Mert KoseogluSoftware Forge
  1. Home
  2. Servers
  3. mysql_mcp_server

mysql_mcp_server

GitHub

The MySQL MCP Server enables secure interaction with MySQL databases, allowing AI assistants to list tables, read data, and execute SQL queries through a controlled interface. This facilitates safer database

860
54

Here's a summary of the README content, maintaining the original structure and technical details:

The MySQL MCP Server facilitates secure interaction with MySQL databases, enabling AI assistants to list tables, read data, and execute SQL queries through a controlled Model Context Protocol (MCP) interface. Key features include listing available MySQL tables as resources, reading table contents, executing SQL queries with error handling, secure database access via environment variables, and comprehensive logging.

Installation can be done manually using pip install mysql-mcp-server or automatically via Smithery. Configuration requires setting environment variables for database host, port, user, password, and database name. It can be used with Claude Desktop by adding a configuration block to claude_desktop_config.json or as a standalone server.

Development involves cloning the repository, creating a virtual environment, installing dependencies, and running tests. Security considerations include avoiding committing credentials, using a database user with minimal permissions, and implementing query whitelisting. The project is licensed under the MIT License, and contributions are welcome via pull requests.

Repository

DE
designcomputer

designcomputer/mysql_mcp_server

Created

December 3, 2024

Updated

March 28, 2025

Language

Python

Category

Database