Extend your language model with 220 capabilities via Model Context Protocol servers.

MySQL Server
@benborla29/mcp-server-mysql

A Model Context Protocol server for read-only access to MySQL databases, allowing LLMs to inspect database schemas and execute queries.

Vendor: benborlaSourceHomepage

Configuration:

  • mysqlDb: The database name to connect to.
  • mysqlHost: The host of the MySQL server.
  • mysqlPass: The password for the MySQL server.
  • mysqlPort: The port of the MySQL server.
  • mysqlUser: The user for the MySQL server.

Install Command

Integrate this tool for your Claude Desktop app.

npx -y @smithery/cli install @benborla29/mcp-server-mysql --client claude

Report Bug