Esta página se muestra en inglés. Una traducción al español está en curso.
MCP ConfigsMay 14, 2026·2 min de lectura

MySQL MCP Server — Secure MySQL Tools via MCP

mysql_mcp_server is an MCP server for MySQL with pip install and Smithery client setup; expose DB actions to Claude Code safely (1,251★).

Listo para agents

Este activo puede ser leído e instalado directamente por agents

TokRepo expone un comando CLI universal, contrato de instalación, metadata JSON, plan según adaptador y contenido raw para que los agents evalúen compatibilidad, riesgo y próximos pasos.

Needs Confirmation · 62/100Política: confirmar
Superficie agent
Cualquier agent MCP/CLI
Tipo
Mcp
Instalación
Bundle
Confianza
Confianza: Established
Entrada
pip install mysql-mcp-server
Comando CLI universal
npx tokrepo install f7c6c41e-d6aa-5f02-931d-1945b1bd7caa
Introducción

mysql_mcp_server is an MCP server for MySQL with pip install and Smithery client setup; expose DB actions to Claude Code safely (1,251★).

Best for: Teams that want agents to query MySQL with a controlled MCP tool surface instead of pasting SQL into chats

Works with: Python, pip, Smithery installer, and MCP clients (Claude Code) that can launch stdio servers

Setup time: 10-20 minutes

Main

  • DB access via tools: moves database operations into an explicit MCP tool interface.
  • Two install paths: pip package install and a Smithery one-liner to wire it into clients.
  • Client-first setup: designed to be launched by an MCP client, keeping credentials/config out of ad-hoc prompts.
  • Good for audits: tool-calling makes DB reads/writes more inspectable than free-form SQL in chats.

FAQ

  • Is Smithery required?: No. It is one setup option; you can also clone and run from source.
  • What is the safest first step?: Start read-only queries and confirm credentials/config are loaded correctly.
  • Why MCP instead of direct SQL prompts?: Tool interfaces make capabilities explicit and easier to constrain.
🙏

Fuente y agradecimientos

Source: https://github.com/designcomputer/mysql_mcp_server > License: MIT > GitHub stars: 1251 · forks: 236

Discusión

Inicia sesión para unirte a la discusión.
Aún no hay comentarios. Sé el primero en compartir tus ideas.

Activos relacionados