MySQL MCP Server
@kioyong
About MySQL MCP Server
No overview available yet
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
3Execute a SELECT SQL query and return results
List all table names in the database
Get schema information for a specific table
Overview
What is MySQL MCP Server?
A Spring Boot server implementing the Model Context Protocol (MCP) for MySQL database operations. It lets AI assistants like Claude Desktop or Cline execute SELECT queries, list tables, and retrieve table schemas.
How to use MySQL MCP Server?
Build the project with mvn install, then add the provided JSON configuration to your MCP server config file, specifying the path to the JAR and the MySQL JDBC URL via the SPRING_DATASOURCE_URL environment variable.
Key features of MySQL MCP Server
- Execute SELECT SQL queries (results truncated at 4000 characters)
- List all table names in the connected database
- Retrieve schema information (name, type, nullable, default) for a specific table
Use cases of MySQL MCP Server
- Allow an AI assistant to read data from a MySQL database.
- Let users explore database tables and schemas through natural language.
- Integrate MySQL querying into MCP‑compatible tools like Claude Desktop.
FAQ from MySQL MCP Server
What SQL operations does it support?
Only SELECT queries are allowed; write operations are not supported.
How do I configure the database connection?
Set the SPRING_DATASOURCE_URL environment variable to a JDBC URL in the format jdbc:mysql://username:password@host:port/database.
How is the server built?
It uses Maven: run mvn install to build the JAR file.
What license is this server under?
The MIT License.
Frequently asked questions
What SQL operations does it support?
Only SELECT queries are allowed; write operations are not supported.
How do I configure the database connection?
Set the `SPRING_DATASOURCE_URL` environment variable to a JDBC URL in the format `jdbc:mysql://username:password@host:port/database`.
How is the server built?
It uses Maven: run `mvn install` to build the JAR file.
What license is this server under?
The MIT License.
Basic information
More Databases MCP servers
MCP Alchemy
runekaagaardA MCP (model context protocol) server that gives the LLM access to and knowledge about relational databases like SQLite, Postgresql, MySQL & MariaDB, Oracle, and MS-SQL.
mcp_mysql_server
wenb1n-devModel Context Protocol (MCP) server that supports secure interaction with MySQL databases and has anomaly analysis capabilities.更加牛逼!更加好用!不仅止于mysql的增删改查功能; 还包含了数据库异常分析能力;且便于开发者们进行个性化的工具扩展
ClickHouse MCP Server
ClickHouseConnect ClickHouse to your AI assistants.
Database Gateway
centralmindUniversal MCP-Server for your Databases optimized for LLMs and AI-Agents.
Neon MCP Server
neondatabaseMCP server for interacting with Neon Management API and databases
Comments