Acme

Built with
Ever Works
Ever Works

Connect with us

Stay Updated

Get the latest updates and exclusive content delivered to your inbox.

Product

  • Categories
  • Tags
  • Pricing
  • Help

Clients

  • Sign In
  • Register
  • Forgot password?

Company

  • About Us
  • Admin
  • Sitemap

Resources

  • Blog
  • Submit
  • API Documentation
All product names, logos, and brands are the property of their respective owners. All company, product, and service names used in this repository, related repositories, and associated websites are for identification purposes only. The use of these names, logos, and brands does not imply endorsement, affiliation, or sponsorship. This directory may include content generated by artificial intelligence.
Copyright © 2025 Acme. All rights reserved.·Terms of Service·Privacy Policy·Cookies
  1. Home
  2. Database & Messaging Mcp Servers
  3. mysql-mcp-server

mysql-mcp-server

A user-friendly, read-only MySQL MCP server supporting cursor and n8n automation workflows.

🌐Visit Website

About this tool

Surveys

Loading more......

Information

Websitegithub.com
PublishedMay 14, 2025

Categories

1 Item
Database & Messaging Mcp Servers

Tags

4 Items
#mcp
#mysql
#database
#read-only

Similar Products

6 result(s)
Database

A universal MCP server supporting multiple database types, such as PostgreSQL, Redshift, CockroachDB, MySQL, RDS MySQL, Microsoft SQL Server, BigQuery, Oracle DB, and SQLite.

db-mcp-server

High-performance multi-database MCP server built with Golang, supporting MySQL & PostgreSQL, with tools for query execution, transaction management, and performance analysis.

designcomputer/mysql_mcp_server

MySQL MCP Server with configurable access controls, schema inspection, and security guidelines, supporting Model Context Protocol.

go-mcp-mysql

A zero-dependency MySQL MCP server built in Go, offering configurable readonly mode and schema inspection.

iMessage Query MCP Server

An MCP server that provides secure, read-only access to iMessage databases using the Model Context Protocol. Built with FastMCP and imessagedb, it enables LLMs to query and analyze iMessage conversations, offering features like phone number validation, safe attachment handling, and date filtering. It is directly relevant as a robust MCP server implementation.

mcp-mysql-server

Node.js-based MCP server for secure MySQL database operations via the Model Context Protocol.

mysql-mcp-server

A Model Context Protocol (MCP) server providing read-only access to MySQL databases for model-based systems and automation workflows.

  • Source: GitHub Repository
  • Category: database-messaging-mcp-servers
  • Tags: mcp, mysql, database, read-only
  • License: MIT

Features

  • Read-Only Database Access: Enforces read-only operations via SQL validation and READ ONLY transactions.
  • Schema Discovery: Automatically discovers and exposes database table structures, including column names and data types, as JSON schema.
  • SQL Query Execution: Provides a tool for executing SELECT statements against the connected MySQL database.
  • Model Context Protocol Compliance: Implements MCP specification for integration with compatible LLMs (Large Language Models).
  • Simple Configuration: Minimal setup required, configurable via JSON file.
  • Integration with Automation: Designed to support automation workflows, including n8n integration.
  • Security Model:
    • Only allows SELECT queries (no INSERT/UPDATE/DELETE/DDL).
    • All queries are executed within READ ONLY transactions.
    • No schema modification operations are supported (CREATE, ALTER, DROP, etc.).
  • Communication: Uses JSON-RPC over stdio following the MCP specification.
  • Node.js Support: Requires Node.js v18 or newer.
  • Installation:
    • Install globally via npm: npm install @davewind/mysql-mcp-server -g
    • Configuration via JSON file to specify connection details and MCP server commands.

Pricing

  • Open Source: Free under the MIT license.