Labsco
elber-code logo

Database Tools for Claude AI

โ˜… 4

from elber-code

Allows Claude AI to interact directly with MySQL databases.

๐Ÿ”ฅ๐Ÿ”ฅ๐Ÿ”ฅโœ“ VerifiedFreeQuick setup

Database Tools for Claude AI

smithery badge

This is an MCP (Model Context Protocol) server that allows Claude AI to interact directly with MySQL databases.

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

Security

This tool runs with the permissions configured in the mysql.js file. Make sure the credentials provided have only the necessary permissions for the operations you want to allow.

Implementation

To query databases, simply ask Claude something like: "Show me all databases in my MySQL" or "What is the size of the users table?"