Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ—„οΈ Databases
  3. Mysql MCP Server
Mysql MCP Server logo
Health: ActiveRecent health check succeeded.Last checked 9/9/2026, 3:17:32 PM

Mysql MCP Server

User RatingsBe the first to rate and review this MCP server!
View Repository14 GitHub StarsTotal stargazers on GitHub for the source repository (14 stars).Visit Website
mysqldatabasesqlread-only

Read-only MySQL access over MCP with schema discovery and SELECT query execution.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β€” we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "davewind-mysql-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/inspector@0.10.2"
      ]
    }
  }
}

πŸ’‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Tool Schemas (1) Directory Badge Claim listing AlternativesπŸ—„οΈ More in Databases

Overview

davewind/mysql-mcp-server MCP server connects an MCP-compatible LLM to a MySQL database through a stdio process. It exposes read-only SQL querying and publishes discovered table schemas, including column names and data types. Queries are limited to SELECT statements and run inside READ ONLY transactions, excluding data and schema changes. Reach for it when an agent needs to inspect or analyze MySQL data without write access.

Use cases

β€’Inspect MySQL table schemas
β€’Run read-only SELECT queries
β€’Analyze database contents through an MCP client
β€’Prevent agent-driven database writes

Key features

β€’Read-only MySQL access
β€’SELECT query execution
β€’SQL validation
β€’READ ONLY transactions
β€’Automatic table schema discovery
β€’JSON-RPC over stdio

Capabilities & Tool Schemas (1) ~1 tokensApproximate context cost of this server’s tool schemas (~4 chars/token), before any tool is called. Actual usage depends on your client and model.Self-reported Self-reportedParsed from the repository README, not verified against a live server β€” may be incomplete or out of date.

Inspect callable tools, capabilities, and parameters exposed to AI agents by Mysql MCP Server.

sql

Callable MCP tool function

How Mysql MCP Server works

What davewind/mysql-mcp-server MCP server does

davewind/mysql-mcp-server MCP server provides an MCP interface for inspecting MySQL databases and running read-only SQL. The connection is supplied as a MySQL URI, and the server acts as an intermediary between an MCP client and the database.

Its main query capability accepts a SQL string and executes it against the configured database. The README describes the query input as sql, and the repository listing identifies the exposed MCP tool as sql. In either case, the supported operation is read-only query execution rather than mutation.

The server also makes table schema information available as MCP resources. Discovered metadata includes table structures, column names, and data types, allowing an LLM to inspect the database before forming a query.

How it works

The davewind/mysql-mcp-server MCP server communicates with compatible LLM applications using JSON-RPC over standard input and output. An MCP client starts the Node.js process and passes the MySQL connection URI as a command-line argument.

Before execution, SQL is validated to allow SELECT statements. Each accepted query runs in a READ ONLY transaction. The implementation also excludes INSERT, UPDATE, DELETE, and other data modification operations, as well as schema changes such as CREATE, ALTER, and DROP.

Schema resources use a MySQL-style URI, such as mysql://user:password@localhost:3306/database, to identify the connected database. The supplied credentials and host details therefore need to provide access to the target MySQL instance.

Setup and configuration

The package can be installed globally with npm:

Terminal
npm install @davewind/mysql-mcp-server -g

The recommended MCP configuration starts it with npx and passes the database URI as an argument:

config.json
{
  "mcpServers": {
    "mysql": {
      "command": "npx",
      "args": ["-y", "@davewind/mysql-mcp-server", "mysql://user:password@localhost:port/database"]
    }
  }
}

Replace the example connection string with the credentials, host, port, and database for your MySQL deployment. The README lists Node.js 18 or newer as the runtime requirement. The project communicates over stdio, so the client must support launching local MCP processes.

Tools and capabilities

The davewind/mysql-mcp-server MCP server supports:

  • Executing read-only SQL queries supplied as a string.
  • Validating queries so only SELECT operations are accepted.
  • Running queries inside READ ONLY transactions.
  • Discovering table schemas from database metadata.
  • Returning table column names and data types as schema resources.

The repository describes the server as suitable for Cursor and n8n, while its MCP implementation is intended for LLM systems that support the protocol.

Limitations and notes

This server is not a general-purpose MySQL administration tool. It does not support writes or schema modification, including INSERT, UPDATE, DELETE, CREATE, ALTER, and DROP operations. Access is limited by the permissions and reachability of the MySQL connection supplied at startup.

The README documents a local stdio integration rather than a hosted endpoint. It does not describe environment variables, OAuth, API-key authentication, or a managed database service. The project is released under the MIT license.

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in Databases View all alternatives
  • MCP Server Mysql logoMCP Server Mysql

    MySQL database integration in NodeJS with configurable access controls and schema inspection

    πŸ—„οΈ Databases3 views
    Compare vs MCP Server Mysql β†’
  • MCP Mysql Server logoMCP Mysql Server

    Node.js-based MySQL database integration that provides secure MySQL database operations

    πŸ—„οΈ Databases5 views
    Compare vs MCP Mysql Server β†’
  • Mysql MCP Server Pro logoMysql MCP Server Pro

    Supports SSE, STDIO; not only limited to MySQL's CRUD functionality; also includes database exception analysis capabilities; controls database permissions based on roles; and makes it easy for developers to extend tools with customization

    πŸ—„οΈ Databases2 views
    Compare vs Mysql MCP Server Pro β†’
  • MCP Sqlite logoMCP Sqlite

    Model Context Protocol (MCP) server that provides comprehensive SQLite database interaction capabilities.

    πŸ—„οΈ Databases2 views
    Compare vs MCP Sqlite β†’

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks β€” not a rating.

GitHub stars
14
Stargazers on the source repository.
npm downloads
363
Package downloads in the last 30 days.
Last commit
3mo ago
Most recent push to the default branch.
Tools exposed
1
Callable tools this server registers over MCP.
Directory activity
3 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about Mysql MCP Server

Install it with npm using `npm install @davewind/mysql-mcp-server -g`, or configure an MCP client to run `npx -y @davewind/mysql-mcp-server` with a MySQL URI argument.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewMysql MCP Server AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/davewind-mysql-mcp-server?style=directory)](https://allmcps.com/mcp/davewind-mysql-mcp-server)
HTML Embed
<a href="https://allmcps.com/mcp/davewind-mysql-mcp-server"><img src="https://allmcps.com/api/badge/davewind-mysql-mcp-server?style=directory" alt="Mysql MCP Server on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ—„οΈDatabases
PricingFree
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
AuthOther
LicenseMIT
ClientsCursor
Last updatedSep 7, 2026
11/11 checks healthy over the last 34d
Views3
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars14
GitHub Star CountTotal stargazers on GitHub representing community popularity (14 stars).
Last commit3mo ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on May 18, 2026
npm downloads363/mo
Monthly npm DownloadsAverage monthly package installs recorded from npm registry statistics.
48Quality signal: Fair Β· 48/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership6/20
Documentation & tools24/30
Adoption & activity6/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

2 high-severity advisories on record for this package. Most advisories affect transitive dependencies and may not be exploitable in this server's actual usage β€” this is a directional signal, not a security audit.

Critical 1High 1Medium 0Low 0

Scanned 21d ago via OSV.dev Β· @modelcontextprotocol/inspector@0.10.2 (npm)

β˜… FeaturedAllMCPs Server logo

AllMCPs Server

The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 10,000+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ—„οΈ Databases β†’Best MCP servers for Databases β†’Alternatives to Mysql MCP Server β†’Install in Claude DesktopInstall in CursorInstall in VS Code