MCPP MySQL MCP Server

JSON →
library 1.1.0 ·javascript
verified Jun 5, 2026

MCPP MySQL is an MCP (Model Context Protocol) server that enables AI assistants (e.g., Cursor, Claude) to directly interact with MySQL databases. Version 1.1.0 supports direct connections and SSH tunnels for private databases like Alibaba Cloud RDS. It provides tools for listing databases/tables, describing schemas, executing read/write queries, and creating tables. Security features include 30s query timeout, 500-row limit, mandatory WHERE clause for UPDATE/DELETE, and blocking DROP/TRUNCATE. Requires an access key from https://mcp.hxstudio.website and Node.js >=18. ESM-only, ships TypeScript types.