Skip to main content

MySQL Database Service MCP Integration

Provides secure interaction with MySQL database through the MCP protocol.

Provides API interfaces for MySQL databases, supporting functionalities such as listing available MySQL tables as resources, executing SQL queries, and performing appropriate error handling.

Go to CloudBase Platform to run MCP Server


Environment Variables

  • Set MYSQL_HOST to the database server address
  • Set MYSQL_PORT to the database port number
  • Set MYSQL_USER to the database username
  • Set MYSQL_PASSWORD to the database password
  • Set MYSQL_DATABASE to the database name to connect to

🗺️ Feature List

Tool IdentifierFunction DescriptionCore Parameters
execute_sqlExecutes SQL queries on a MySQL serverSQL query statement to be executed

Repository URL

https://github.com/designcomputer/mysql_mcp_server


🔌 Usage


CloudBase MCP Console