MySQL MCP Server
@sajithamma
About MySQL MCP Server
No overview available yet
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mysql-mcp-server-sajithamma": {
"command": "python",
"args": [
"sqlite_fixture.py"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is MySQL MCP Server?
MySQL MCP Server is a database management tool built with FastMCP that provides an interactive interface for managing SQLite databases. It includes both a server component and a client interface, enabling users to list tables, inspect schema, and execute SQL queries through natural language commands.
How to use MySQL MCP Server?
Set up a Python 3.8+ environment, clone the repository, install dependencies, and run the fixture to create the database. Start the server with fastmcp run mcpserver.py:mcp --transport sse --host 127.0.0.1 --port 8000, then run the client with python mcpclient.py. Use natural language commands like "Show me all tables in the database" or "Describe the structure of the users table".
Key features of MySQL MCP Server
- List all tables in the SQLite database.
- Get detailed schema information for any table.
- Execute SQL queries with formatted results.
- Interactive client interface for database operations.
Use cases of MySQL MCP Server
- Quick exploration of database schema and tables.
- Running ad-hoc SQL queries without a separate client.
- Managing database content through conversational prompts.
FAQ from MySQL MCP Server
What are the prerequisites?
Python 3.8 or higher and pip (Python package installer) are required.
How do I install dependencies?
Run pip install -r requirements.txt inside a virtual environment.
Where is the database stored?
The database is created by running python sqlite_fixture.py; it is a local SQLite file (not specified further in the README).
What transport does the server use?
The server uses SSE (Server-Sent Events) on HTTP, started with --transport sse and default port 8000.
Is authentication required?
The README does not mention any authentication mechanism.
Frequently asked questions
What are the prerequisites?
Python 3.8 or higher and pip (Python package installer) are required.
How do I install dependencies?
Run `pip install -r requirements.txt` inside a virtual environment.
Where is the database stored?
The database is created by running `python sqlite_fixture.py`; it is a local SQLite file (not specified further in the README).
What transport does the server use?
The server uses SSE (Server-Sent Events) on HTTP, started with `--transport sse` and default port 8000.
Is authentication required?
The README does not mention any authentication mechanism.
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.
Chroma MCP Server
chroma-coreA Model Context Protocol (MCP) server implementation that provides database capabilities for Chroma

PostgreSQL
modelcontextprotocolModel Context Protocol Servers

nuzur
nuzur is a model-first database platform for MySQL and PostgreSQL. The MCP server lets any AI assistant or agent (Claude, Cursor, Gemini, or anything else that speaks MCP) design your schema, query your data, generate mi

Lawstronaut
Lawstronaut-FZCOAccess millions of official legal and regulatory source documents from 155+ jurisdictions via MCP. Lawstronaut supports AI agents with structured legal research, legal data, laws, regulations, cases, guidance, official s
Comments