Mysql Server icon

Mysql Server

Createdxianzong85

Enables execution of SQL queries against MySQL databases using the Model Context Protocol.

About

This tool acts as a Model Context Protocol (MCP) server, providing a bridge for interacting with MySQL databases. Built with TypeScript, it focuses on core MCP concepts by offering a straightforward mechanism to execute SQL queries and retrieve results. Configuration is handled via environment variables, making it easy to integrate with Claude Desktop and other MCP-compatible environments.

Key Features

  • Provides a 'query' tool for executing SQL statements.
  • Configurable via environment variables (MYSQL_HOST, MYSQL_USER, MYSQL_PASSWORD, MYSQL_DATABASE).
  • Includes debugging support via MCP Inspector.
  • Executes SQL queries against MySQL databases.
  • Integrates with Claude Desktop through MCP server configuration.

Use Cases

  • Querying data from a MySQL database within an MCP environment.
  • Integrating MySQL data access into Claude Desktop workflows.
  • Developing custom tools for MySQL database interaction.