Database Tools for Claude AIServer

elber-code
GitHub
MySQLAI IntegrationNatural Language Processing

Loading subscription status...

💡 Description

An MCP server that allows Claude AI to directly interact with MySQL databases, enabling the execution of queries and retrieval of information from tables through natural language.

📝 JSON Entries

{
  "mcpServers": [
    {
      "database-tools": {
        "args": [
          "C:\\path\\to\\index.js"
        ],
        "command": "node"
      }
    }
  ]
}

🛠️ Tools

MySQL

Features

  • Query MySQL databases through Claude
  • Execute any valid SQL query
  • Get information about tables, including size and structure
  • Formatted results for easy reading in Claude

💬 Example Queries

  • List all the databases.
  • Show me the table `name_table`.
  • What is the size of the table `name_table`?
  • Execute SQL query: 'The description of what you want your query to do.'