Gives Claude read-only access to your Local by Flywheel WordPress database through three tools: mysql_query for executing SELECT statements with parameterized queries, mysql_schema for inspecting table structures and indexes, and mysql_current_site for verifying which Local site you're connected to. The real win is automatic site detection. It parses running mysqld processes and Local configs to find the right socket path, even when Local generates those cryptic site IDs that change on restart. If you're working in multiple Local sites, it detects which one based on your current directory or lets you pin it with SITE_NAME. Reach for this when you're tired of Claude guessing at LearnDash table structures or writing JOIN queries blind against WooCommerce custom tables.
claude mcp add --transport stdio verygoodplugins-mcp-local-wp uvx mcp-local-wp