Connects Claude to MySQL databases with read-only access through three straightforward tools: connect lets you point to any MySQL instance via connection string, query runs SELECT statements and returns JSON results, and disconnect reverts to your default environment configuration. It validates queries to block writes, so you can let Claude explore schemas, run analytics queries, and pull data without risking mutations. Best for local development databases or production replicas where you want natural language querying without the overhead of a full BI tool. Works through npx for zero-install setup or can be cloned and built locally if you need to modify the query validation logic.
claude mcp add --transport stdio hovecapital-read-only-local-mysql-mcp-server uvx read-only-local-mysql-mcp-server