mysql-mcp-server

mysql-mcp-server

1

The MySQL MCP Server is a database management tool built using FastMCP, designed to manage SQLite databases interactively. It features a server and a client component that facilitate listing tables, describing table schemas, and executing SQL queries. This project emphasizes ease of use with its natural language command support.

list_tables

List all tables in the SQLite database

describe_table

Get schema information for a specific table

run_query

Execute SQL query and return results