MCPMarket
Sell SkillsPower Your AgentsConnect
  1. Home
  2. Servers
  3. MySQL

MySQL

webusbywebus
•
Database Management
API Development
Security & Testing

Provides a secure Model Context Protocol server for executing read-only MySQL queries.

Related MCPs

View more
  • neondatabase-labs

    Neon

    Enables natural language interaction with the Neon Management API and databases through the Model Context Protocol.

  • datawiz168

    Snowflake Integration

    Enables Claude to execute SQL queries and interact with Snowflake databases.

  • tinybirdco

    Tinybird

    Connects to a Tinybird Workspace and interacts with data sources and API endpoints using the Model Context Protocol.

Related Skills

View all
  • openclaw

    Diagram Maker & Visualizer

    Generates professional SVG, HTML, and Excalidraw diagrams for software architecture, system flows, and educational concepts.

  • openclaw

    GH Issues Auto-Fixer

    Automates the end-to-end GitHub issue lifecycle by spawning sub-agents to implement code fixes, open pull requests, and resolve review comments.

  • openclaw

    Discord Integration

    Manages Discord operations including messaging, reactions, and channel management directly through Claude.

MCPMarket

Discover MCP servers that connect MCP clients like Claude and Cursor to your favorite tools. Browse the MCP Market to get started.

Browse

  • MCP Search
  • MCP Servers
  • MCP Clients
  • Agent Skills
  • MCP Market Hub
  • Categories
  • What is an MCP server?
  • Model Context Protocol

Rankings

  • Top MCPs Today
  • Top Agent Skills Today
  • Top 100 Agent Skills
  • Top 100 MCP Servers

About

  • News
  • Submit
  • Contact

© 2026 MCP Market. All rights reserved.·Privacy·Terms

MySQL MCP is a lightweight Model Context Protocol server designed to provide a safe and controlled interface for accessing MySQL data. It strictly enforces read-only operations, allowing only `SELECT`, `SHOW`, `DESCRIBE`, and `EXPLAIN` statements by default. With features like read-only transactions, semicolon rejection, and configurable query deny substrings, it ensures that your database remains protected from unintended write or lock operations, making it ideal for safely exposing MySQL query capabilities.

Key Features

01Enforces read-only transactions for all MySQL queries
02Restricts allowed SQL statements to SELECT, SHOW, DESCRIBE, and EXPLAIN
03Rejects queries containing semicolons to prevent multi-statement attacks
04Supports configurable deny substrings to block specific write or lock clauses
05Offers configurable row limits and query timeouts for resource management
060 GitHub stars

Use Cases

01Exposing a secure, read-only API layer for MySQL data
02Integrating MySQL data access into applications that utilize the Model Context Protocol
03Safely providing limited MySQL query capabilities to external or untrusted services