Mysql MCP Server
UnclaimedAn MCP server provides read-only access to MySQL databases.
Install
$
npx -y @smithery/cli install @dpflucas/mysql-mcp-server --client claudeUnclaimed listing
Is this your MCP server?
This listing was auto-indexed from the public record. Claim it to edit the page, set compatibility and unlock growth tools. Takes under two minutes.
Claim this serverTools (7)
database
(optional): Database name (uses default if not specified)
describe_table
Shows the schema for a specific table.
execute_query
Executes a read-only SQL query.
list_databases
Lists all accessible databases on the MySQL server.
list_tables
Lists all tables in a specified database.
query
(required): SQL query (only SELECT, SHOW, DESCRIBE, and EXPLAIN statements are allowed)
table
(required): Table name