Enterprise DNA
M MCP Servers Developer low

davewind/mysql-mcp-server

by Various

mcp model-context-protocol mysql cursor n8n

D

MCP

davewind/mysql-mcp-server

Added 1 June 2026

Overview

A Model Context Protocol (MCP) server for MySQL databases, written in JavaScript. It enables AI assistants like Cursor and n8n to execute SQL queries and interact with MySQL through the MCP standard. The server acts as a bridge between AI models and MySQL, allowing natural language database operations.

Best for

Best for
Developers prototyping AI agents that need simple MySQL access via MCP

Use cases

  • Query MySQL databases from AI coding assistants like Cursor
  • Integrate MySQL data retrieval into n8n AI workflows
  • Build custom AI agents that can read and write to MySQL

How to use

Install

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

Tools exposed

  • query

Example client config

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

Notes

A Model Context Protocol (MCP) server for MySQL databases, written in JavaScript. It enables AI assistants like Cursor and n8n to execute SQL queries and interact with MySQL through the MCP standard. The server acts as a bridge between AI models and MySQL, allowing natural language database operations.

12 stars on GitHub. Last updated 2026-05-18. Licensed MIT.

Use cases

  • Query MySQL databases from AI coding assistants like Cursor
  • Integrate MySQL data retrieval into n8n AI workflows
  • Build custom AI agents that can read and write to MySQL

Pros

  • Lightweight JavaScript implementation easy to deploy
  • Follows the MCP standard for interoperability with multiple AI tools
  • Open source with permissive license

Cons

  • Low community adoption (12 stars) suggests limited testing and support
  • Minimal documentation beyond the repository README
  • May lack production features like connection pooling or authentication

Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.

Pros

  • Lightweight JavaScript implementation easy to deploy
  • Follows the MCP standard for interoperability with multiple AI tools
  • Open source with permissive license

Cons

  • Low community adoption (12 stars) suggests limited testing and support
  • Minimal documentation beyond the repository README
  • May lack production features like connection pooling or authentication
Free 27-page guide

Get the free Developer’s Field Guide

A 27-page field guide to the AI coding workflow with Claude. Claude Code, MCP servers, the prompt patterns that work, and what to delegate. Free.

Enter your work email. We send it straight over, plus a few short notes worth knowing. Unsubscribe any time.

No spam. Unsubscribe any time.

Running a business, not writing the code? See the MCP servers picked for operators, and get your first one wired up with us.

Operator picks