MCP Local WP runs on your own machine — the client starts it, so there is no endpoint to ping. 31 installs a week from npm. Last commit 23 Apr 2026.
WordPress database access via Local by Flywheel. Execute read-only MySQL queries and inspect schema.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add mcp-local-wp -- npx -y @verygoodplugins/mcp-local-wp
{
"mcpServers": {
"mcp-local-wp": {
"args": [
"-y",
"@verygoodplugins/mcp-local-wp"
],
"command": "npx"
}
}
}
[mcp_servers.mcp-local-wp]
command = "npx"
args = ["-y", "@verygoodplugins/mcp-local-wp"]
{
"mcpServers": {
"mcp-local-wp": {
"args": [
"-y",
"@verygoodplugins/mcp-local-wp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"mcp-local-wp": {
"args": [
"-y",
"@verygoodplugins/mcp-local-wp"
],
"command": "npx"
}
}
}
Answers built from our own checks of this server.