M

MySQL Database

Interact with MySQL databases to execute queries and manage connections.

112 views
1 installs
Updated Sep 9, 2025
Not audited
Interact with MySQL databases to execute queries and manage connections.
  1. Obtain MySQL Database Connection Details

    • Ensure you have the following information for the MySQL database you wish to connect to:
      • Host (e.g., localhost or an IP address)
      • User (your MySQL username)
      • Password (your MySQL password)
      • Database (the specific database name to connect to)
  2. Add ENVs using FastMCP Connection Interface

    • Click the "Install Now" button to add a new MCP server.

    • In the FastMCP connection interface, provide the required environment variables as follows:

      Field Value
      MYSQL_HOST your_host
      MYSQL_USER your_user
      MYSQL_PASSWORD your_password
      MYSQL_DATABASE your_database
      • Replace your_host, your_user, your_password, and your_database with the actual values for your MySQL instance.
  3. Save and Connect

    • Complete the setup by saving your configuration in the FastMCP interface.
    • Test the connection if prompted to ensure your credentials work.

Note: Make sure your MySQL server is accessible from the environment where FastMCP is running (e.g., network/firewall permissions).

Quick Start

View on GitHub

More for Database

View All →

Similar MCP Servers

Report Issue

Thank you! Your issue report has been submitted successfully.