Connects Claude to MySQL databases (including AWS RDS) to execute queries, explore schemas, and analyze table structures. Provides secure database access with SSL support and connection pooling.

9401 views4Local (stdio)

What it does

  • Execute SQL queries with prepared statements
  • List databases, tables, and describe table structures
  • View table indexes and statistics
  • Connect to local MySQL or cloud instances
  • Inspect database schemas and metadata
  • Manage secure SSL connections

Best for

Database administrators managing MySQL instancesDevelopers analyzing database schemas and dataAWS RDS users needing database insightsData analysts querying MySQL databases
AWS RDS and cloud MySQL supportSSL security with connection poolingVS Code integration ready

Alternatives