MCPMarket
Vender SkillsPower Your AgentsConectar
  1. Inicio
  2. Servidores
  3. MySQL

MySQL

webusbywebus
•
Gestión de Bases de Datos
Desarrollo de API
Seguridad y Pruebas

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

Descubre servidores MCP que conectan clientes MCP como Claude y Cursor con tus herramientas favoritas. Explora MCP Market para empezar.

Explorar

  • Búsqueda MCP
  • Servidores MCP
  • Clientes MCP
  • Habilidades de Claude
  • MCP Market Hub
  • Categorías
  • ¿Qué es un servidor MCP?
  • Model Context Protocol

Clasificaciones

  • Top MCPs de Hoy
  • Top Habilidades de Claude de Hoy
  • Top 100 Habilidades de Claude
  • Top 100 Servidores MCP

Acerca de

  • Noticias
  • Enviar
  • Contacto

© 2026 MCP Market. Todos los derechos reservados.·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.

Características Principales

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

Casos de Uso

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