mcpserver.lol
registry/mcp-local-wp
Connection check local install

mcp-local-wp

WordPress database access via Local by Flywheel. Execute read-only MySQL queries and inspect schema.

Tools 5
GitHub stars 30
Installs / wk 77
Licence
Transport stdio
Last checked never

Tools & capabilities

5 tools

Read from the published package source — this server runs locally, so there is no endpoint to query. Names are taken from the code, not observed at runtime, and descriptions are often absent.

mysql_current_site from source
Get information about the currently connected Local WordPress site, including how it was selected
mysql_list_sites from source
List all available Local WordPress sites and their running status
mysql_query from source
Execute a read-only SQL query against the Local WordPress database
mysql_schema from source
Inspect database schema. Without args: lists tables. With table: shows columns and indexes.
mysql_write from source
Execute write operations (INSERT/UPDATE/DELETE) against the Local WordPress database. UPDATE and DELETE require parameterized WHERE clauses for safety.