MySQL Database Server

数据与存储

by huangfeng19820712

Enable AI models to interact with MySQL databases through a standardized interface. Perform database operations such as querying, executing statements, listing tables, and describing table structures securely and efficiently. Simplify database management with automatic connection handling and prepared statement support.

View Chinese version with editor review

Tools (7)

connect_db

Connect to MySQL database

query

Execute a SELECT query,can not get table structure,use describe_table tool to get table structure

execute

Execute an INSERT, UPDATE, or DELETE query

list_tables

List all tables in the database

describe_table

Get table structure

show_statement

Execute a SHOW statement (e.g., SHOW STATUS, SHOW VARIABLES)

explain

Analyze SQL query performance using EXPLAIN

Related MCP Servers

PostgreSQL

Query and manage PostgreSQL databases with schema inspection.

82.9k
SQLite

Read and query SQLite databases for data analysis tasks.

82.9k
Firecrawl

Advanced web scraping with JavaScript rendering and structured data extraction.

5.9k