Mysql MCP Server
未申請An MCP server provides read-only access to MySQL databases.
インストール
$
npx -y @smithery/cli install @dpflucas/mysql-mcp-server --client claude未申請リスティング
このMCPサーバーはあなたのものですか?
このリスティングは公開情報から自動的にインデックスされました。申請することで、ページの編集、互換性の設定、成長ツールのアンロックができます。2分以内に完了します。
このサーバーを申請するツール(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