Local WP MCP Server
🎯 What if your AI assistant could actually SEE your WordPress database? A Model Context Protocol (MCP) server that gives AI assistants like Claude and Cursor direct, read-only access to your Local by Flywheel WordPress database. No more guessing table structures. No more writing SQL queries blind. Your AI can now understand your actual data. Its README documents 4 tools, including mysql_query, mysql_schema, mysql_current_site.
People connecting database tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.
VERIFIED ACTIVE
LAST COMMIT 2026-07-29 · ★ 29 · #62 OF 151 MAINTAINED DATABASE · VERIFIED 2026-08-25
NOASSERTION · TypeScript servers · how we verify → /methodology
01 · Install Local WP
before you install - you'll need
Set SITE_NAME, SITE_ID, MYSQL_DB, MYSQL_HOST, MYSQL_PORT, MYSQL_USER, MYSQL_PASS, MYSQL_SOCKET_PATH before connecting.
Claude Code
claude mcp add verygoodplugins-mcp-local-wp -- npx -y @verygoodplugins/mcp-local-wp Claude Desktop / Cursor / VS Code - add to config
{
"mcpServers": {
"verygoodplugins-mcp-local-wp": {
"command": "npx",
"args": [
"-y",
"@verygoodplugins/mcp-local-wp"
]
}
}
} Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.
Using another client? Same JSON, different key
Claude Desktop · mcpServers
Cursor · mcpServers
VS Code · servers
Windsurf · mcpServers
Zed · context_servers
Cline · mcpServers
Roo Code · mcpServers
Continue · mcpServers
LibreChat · mcpServers
Gemini CLI · mcpServers
Codex CLI · mcp_servers
Full setup guides: every client.
02 · Evidence
Security posture
What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.
runs as local process (stdio) - runs on your machine with your user's permissions
license no standard license detected - usage rights unclear; check the repo before commercial use
npm package @verygoodplugins/mcp-local-wp - published under the repo owner's npm scope (@verygoodplugins)
registry namespace io.github.verygoodplugins is GitHub-verified and matches the repo owner
03 · What Local WP can do
Prose above is summarized from the project's README and registry record - no invented capabilities.
What you can build
With this server connected, an agent can execute read-only SQL against your Local WordPress database, inspect database schema using INFORMATION_SCHEMA, get information about the currently connected Local WordPress site, and list all available Local WordPress sites and their running status.
The 4 tools it gives your agent
Extracted from the project's README - what MCP Local WP lets an agent do.
- mysql_query
- - Execute read-only SQL against your Local WordPress database.
- mysql_schema
- - Inspect database schema using INFORMATION_SCHEMA.
- mysql_current_site
- - Get information about the currently connected Local WordPress site.
- mysql_list_sites
- - List all available Local WordPress sites and their running status.
Latest releases
v1.1.0 · 2026-01-04
1.1.0 (2026-01-04) · Requires ESLint 9+ for linting · add CI/CD, MCP Registry, and standardization · upgrade to ESLint 9 flat config and update all dependencies · Miscellaneous Chores · override release version
04 · Who maintains Local WP
MCP Local WP is maintained by verygoodplugins. We track 8 MCP servers from verygoodplugins - 8 actively maintained, 230 combined GitHub stars, oldest repo from Aug 2025. Full record: all servers from verygoodplugins.
- MCP AutoMem Graph-vector memory for AI assistants using FalkorDB and Qdrant ★ 64
- streamdeck-mcp MCP server for Elgato Stream Deck control - set buttons, manage pages, wire actions ★ 38
- MCP FreeScout FreeScout ticket management with AI-powered analysis, search filters, and structured outputs. ★ 24
- MCP Evernote Evernote note management with OAuth and ENML conversion ★ 32
- Robinhood Portfolio Research Read-only research tools for Robinhood portfolio data ★ 38
- Easy Digital Downloads MCP server for Easy Digital Downloads REST API - sales, customers, products, analytics ★ 4
05 · Facts
- repository
- github.com/verygoodplugins/mcp-local-wp
- category
- database - ranked #62 of 151 actively-maintained database servers as of 2026-08-25.
- registry
- io.github.verygoodplugins/mcp-local-wp (active, first published 2026-01-04)
- packages
- npm:@verygoodplugins/mcp-local-wp
06 · Local WP FAQ
Is Local WP still maintained?
Yes - as of 2026-08-25, its last commit was 2026-07-29. We re-verify nightly.
What can Local WP do?
With this server connected, an agent can execute read-only SQL against your Local WordPress database, inspect database schema using INFORMATION_SCHEMA, get information about the currently connected Local WordPress site, and list all available Local WordPress sites and their running status.
How do I install Local WP?
Run `npx -y @verygoodplugins/mcp-local-wp`. The README documents 8 environment variables (SITE_NAME, SITE_ID, MYSQL_DB…) to set first. Set SITE_NAME, SITE_ID, MYSQL_DB, MYSQL_HOST, MYSQL_PORT, MYSQL_USER, MYSQL_PASS, MYSQL_SOCKET_PATH before connecting. You can also paste the ready-made client config above.
Does Local WP run locally?
Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.
07 · Alternatives to Local WP
Alternatives to Local WP
Maintained database servers if Local WP isn't the fit.
- Dbx Query databases from AI agents using connections configured in DBX. ★ 16,462 · 2026-08-25
- Toolbox for Databases MCP Toolbox for Databases enables your agent to connect to your database. ★ 16,249 · 2026-08-25
- Dbhub Minimal, token-efficient Database MCP Server for PostgreSQL, MySQL, SQL Server, SQLite, MariaDB ★ 3,395 · 2026-08-21
- Butterbase Ai MCP Server Butterbase MCP server - manage your backend: schemas, auth, functions, storage, RAG, deploys. ★ 3,225 · 2026-08-24
- Supabase MCP server for interacting with the Supabase platform ★ 2,871 · 2026-08-22
- MongoDB MCP Server MongoDB Model Context Protocol Server ★ 1,106 · 2026-08-24
Pairs well with
Servers that cover what Local WP doesn't - only shown when the pairing reason fits the companion.
- Server Chart → data & analytics companion data & analytics · ★ 4,337
- Keboola MCP Server → data & analytics companion data & analytics · ★ 86
- Server Filesystem → filesystem companion filesystem · ★ 38,704
- X402 List MCP → filesystem companion filesystem · ★ 58
- Telnyx → API integration companion API integration · ★ 197
- Microsoft 365 MCP Server → API integration companion API integration · ★ 932
More database MCP servers · Context Fabric · Quarry · DB Connect MCP · Open MCP Apps · A2db
More TypeScript MCP servers · Dot AI · Agent Base · AI Context · AndroJack MCP · see all