Enterprise DNA
M MCP Servers Developer low

benborla29/mcp-server-mysql

by Various

A Model Context Protocol server that provides read-only access to MySQL databases. This server enables LLMs to inspect database schemas and execute read-only queries.

B

MCP

benborla29/mcp-server-mysql

Added 1 June 2026

Overview

A Model Context Protocol server providing read-only access to MySQL databases. It allows LLMs to inspect database schemas and execute SELECT queries through a standard interface. Built in JavaScript, it integrates with MCP-compatible agents.

Best for

Best for
Developers needing safe, read-only MySQL access for AI agents and LLMs.

Use cases

  • Enable LLMs to query existing MySQL databases for data retrieval
  • Let agents explore database schemas and relationships
  • Provide safe read-only database access for AI assistants

Notes

A Model Context Protocol server providing read-only access to MySQL databases. It allows LLMs to inspect database schemas and execute SELECT queries through a standard interface. Built in JavaScript, it integrates with MCP-compatible agents.

1,758 stars on GitHub. Last updated 2026-03-10. Licensed MIT.

Use cases

  • Enable LLMs to query existing MySQL databases for data retrieval
  • Let agents explore database schemas and relationships
  • Provide safe read-only database access for AI assistants

Pros

  • Simple setup with MySQL connection configuration
  • Read-only enforcement prevents accidental data modification
  • Leverages MCP protocol for wide compatibility with LLM tools

Cons

  • No write support limits use to read-only scenarios
  • Requires MCP-compatible host or agent to function
  • Potential performance impact if running complex queries through LLM

Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.

Pros

  • Simple setup with MySQL connection configuration
  • Read-only enforcement prevents accidental data modification
  • Leverages MCP protocol for wide compatibility with LLM tools

Cons

  • No write support limits use to read-only scenarios
  • Requires MCP-compatible host or agent to function
  • Potential performance impact if running complex queries through LLM