MySQL MCP Server

execute_sql

Execute an SQL query on the MySQL server

Input Schema

NameRequiredDescriptionDefault
queryYesThe SQL query to execute

Input Schema (JSON Schema)

{ "properties": { "query": { "description": "The SQL query to execute", "type": "string" } }, "required": [ "query" ], "type": "object" }

You must be authenticated.

Other Tools