Database Tools for Claude AI is an MCP server that enables direct interaction with MySQL databases through a simple interface. Developed by Elberfeld Perez, this implementation allows Claude to execute any valid SQL query, retrieve information about tables, and format results for easy reading. The server uses environment variables for database configuration and provides detailed error handling for query execution failures. Ideal for users who need to analyze database content, check table structures, or perform database operations directly through Claude without switching to another tool.
暂无评论. 成为第一个评论的人!
登录以参与讨论
Execute query in MySQL to show all databases.
Execute query in MySQL to show all tables in a specified database.
Execute query in MySQL to show the size of a specified table.
Execute a custom SQL query in MySQL based on user input.