mysql-mcp-server

mysql-mcp-server

3.5

If you are the rightful owner of mysql-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

The MySQL Database Access MCP Server provides read-only access to MySQL databases, allowing users to list databases, tables, describe schemas, and execute read-only SQL queries.

list_databases

Lists all accessible databases on the MySQL server.

list_tables

Lists all tables in a specified database.

describe_table

Shows the schema for a specific table.

execute_query

Executes a read-only SQL query.