MySql MCP Server

by sussa3007
Verified

connect

Establish a connection to a MySQL database by providing credentials and server details. Execute queries and manage database interactions directly through the MCP server, enabling structured access to MySQL data for AI applications.

Instructions

Connect to a MySQL database.

Input Schema

NameRequiredDescriptionDefault
databaseNoDatabase name to connect to
hostNoDatabase server hostname or IP address
passwordNoDatabase password
portNoDatabase server port
userNoDatabase username

Input Schema (JSON Schema)

{ "properties": { "database": { "description": "Database name to connect to", "type": "string" }, "host": { "description": "Database server hostname or IP address", "type": "string" }, "password": { "description": "Database password", "type": "string" }, "port": { "description": "Database server port", "type": "string" }, "user": { "description": "Database username", "type": "string" } }, "type": "object" }

You must be authenticated.

Other Tools from MySql MCP Server

Related Tools

ID: o2hcex46qi