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.