Mysql MCP Server

v2.0.8Databasesstable

MySQL Server implementation for Model Context Protocol (MCP) written in Go.

nodemcpaicursormcp-server
Share:
32
Stars
0
Downloads
0
Weekly
0/5

About

MySQL Server implementation for Model Context Protocol (MCP) written in Go.

Features

  • mysql_query
  • mysql_execute
  • list_tables
  • describe_table

Use Cases

Execute read-only SELECT queries against the MySQL database. - Maximum query length: 4096 characters - Maximum result rows: 1000 - Query timeout: 30 seconds
Execute data modification queries (INSERT/UPDATE/DELETE). - Returns affected rows count and insert ID - Supports parameterized queries - Automatic transaction handling
List all tables in current database
Show table structure
askdba

Maintainer

LicenseNOASSERTION
Languagego
Versionv2.0.8
UpdatedMay 21, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

NPM

npx -y @benborla29/mcp-server-mysql

Manual Installation

npx -y @benborla29/mcp-server-mysql

Examples

Basic Configuration

Configure Mysql MCP Server

npx -y @benborla29/mcp-server-mysql

Configuration

Configuration Details

Config File

claude_desktop_config.json

Web UI

Not available

Security

Authentication

RequiredNo

Features

Data Encryption
Audit Logging
RBAC Support

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

More Databases MCP Servers

Explore other servers in the Databases category.

Quick Config Preview

{ "mcpServers": { "mysql": { "command": "npx", "args": ["-y", "@benborla29/mcp-server-mysql"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use Mysql MCP Server?

Browse our complete directory of 60+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

60+ ServersFree & Open SourceStep-by-Step Guides