MCP ServerSTDIOOfficialv0.1.1

Daedalus MCP Mysql Connector MCP Server

Query and manage MySQL databases directly from Claude via MCP tools. For developers integrating database operations into AI workflows without writing custom API layers.

io.github.daedalus/mcp-mysql-connector

Hosted URL

Local install

Transport

STDIO

Auth

No auth required

What the Daedalus MCP Mysql Connector MCP server does

How models use it and what it is built for.

Query and manage MySQL databases directly from Claude via MCP tools. For developers integrating database operations into AI workflows without writing custom API layers.

Connect to Daedalus MCP Mysql Connector

Local install — runs as a subprocess.

uvx mcp-mysql-connector==0.1.1

Resources

Where to find authoritative docs and source for Daedalus MCP Mysql Connector.

Example prompts for Daedalus MCP Mysql Connector

Paste any of these into Agent Studio after connecting Daedalus MCP Mysql Connector.

  • Show me all tables in the current database and their column schemas
  • Execute a SELECT query to fetch users where status equals active
  • Insert a new record into the products table with these values
  • What environment variables do I need to configure for MySQL authentication

Daedalus MCP Mysql Connector MCP server — FAQ

Common questions about connecting and running Daedalus MCP Mysql Connector.

  • How do I authenticate with my MySQL database?

    The server uses environment variables for connection credentials. Set the required MySQL connection parameters (host, user, password, database) before running the MCP server via uvx. Check the server documentation for the exact env var names.

  • What SQL operations does this MCP server support?

    The server exposes MySQL functionalities as tools, enabling queries and database operations through Claude. Refer to the server's tool definitions for the complete list of supported operations.

  • Can I use this with existing MySQL databases?

    Yes, the server connects to any MySQL database. Configure your connection credentials via environment variables and point it to your target database.

  • Is there a way to test the connection before using it in production?

    Start the MCP server with test credentials and run a simple query tool to verify connectivity. The stdio transport makes it easy to debug connection issues locally.

  • What are the alternatives to this MCP server for database access?

    You could write custom API endpoints, use direct database drivers in your application, or integrate other database MCP servers. This server is purpose-built for seamless Claude integration without middleware.

Skip the local setup — run MCP in your browser

MCP Playground runs 10,000+ hosted MCP servers — GitHub, Linear, Notion, Stripe, Sentry and more — across Claude, GPT, Gemini, DeepSeek and 30+ AI models. Compare model answers side-by-side, save agent presets, share runs. Zero install.

Open Agent Studio

Related servers

More on MCP Playground