Server Directory
DatabaseIntermediate

MySQL

by Community

Connect to MySQL databases for querying and schema inspection. Execute SQL queries, list tables, describe schemas, and analyze data structures.

CAPABILITIES

  • Execute SQL queries
  • List databases and tables
  • Inspect table schemas
  • Foreign key analysis
  • Index information

INSTALLATION

Terminal
npx -y mcp-server-mysql

CLAUDE DESKTOP CONFIG

claude_desktop_config.json
{
  "mcpServers": {
    "mysql": {
      "command": "npx",
      "args": [
        "npx", "-y",
        ""mcp-server-mysql"
      ]
    }
  }
}

Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json

QUICK FACTS

Category
Database
Difficulty
Intermediate
Maintained By
Community
NPM Package
mcp-server-mysql

NEW TO MCP?

Learn how to set up MCP servers with Claude Desktop step by step.

Read the tutorial →