LocalWP MCP
An MCP server that enables AI agents to discover, manage, and interact with LocalWP sites through integrated WP-CLI, SQL access, and backup workflows. It provides cross-platform site diagnostics and environment resolution for seamless local WordPress development.
README
localwp-mcp
localwp-mcp gives AI agents direct access to LocalWP sites through MCP.
It automatically finds your Local sites, uses the correct Local PHP and MySQL runtimes for each one, and lets an agent work with WordPress through WP-CLI, MySQL, logs, diagnostics, backups, and restore flows.
What You Can Do
- inspect Local sites and their runtime details
- start, stop, and restart Local sites
- list, read, search, write, and delete files inside a selected Local site
- run WP-CLI against the correct site
- query the WordPress database
- allow full database writes when you want unrestricted local development
- read recent logs and run site health checks
- export, import, back up, and restore LocalWP sites
Install
Use npx in your MCP client:
{
"mcpServers": {
"localwp": {
"command": "npx",
"args": ["localwp-mcp"],
"env": {
"LOCALWP_MCP_PROFILE": "safe"
}
}
}
}
You can also install it globally:
npm install -g localwp-mcp
Then use:
{
"mcpServers": {
"localwp": {
"command": "localwp-mcp",
"env": {
"LOCALWP_MCP_PROFILE": "safe"
}
}
}
}
If you want the MCP to focus on one site by default, set:
{
"LOCAL_SITE_NAME": "example-site"
}
Access Modes
localwp-mcp has 2 access modes:
safeBest default for most people. Safe WordPress inspection commands, diagnostics, logs, database reads, and backup/export flows.full-accessBest when you want the agent to fully work on your local site, including SQL writes, imports, and restore operations.
safe is the default.
To enable full local access:
{
"LOCALWP_MCP_PROFILE": "full-access"
}
First Things To Try
Start with:
local_environment_checklocal_doctorlist_local_sites
Those will tell you:
- which Local sites were discovered
- whether the site is running
- which Local runtimes were resolved
- whether WP-CLI and MySQL are reachable
Common Workflows
Inspect a Site
Use:
local_site_infolocal_doctorlocal_logs
Work With Site Files
Use:
list_site_filesread_site_filesearch_site_fileswrite_site_filedelete_site_file
These tools are always scoped to the selected site's root directory.
- In
safe, you can list, read, and search files. - In
full-access, you can also write and delete files.
Control a Local Site
Use:
start_local_sitestop_local_siterestart_local_site
Work With WordPress
Use:
execute_wp_cli
Examples:
- list plugins
- inspect options
- list posts or users
- run plugin-specific WP-CLI commands
Work With the Database
Use:
mysql_queryRead-only SQL insafemysql_executeFull SQL execution infull-accessmysql_schemaTable listing and table description helpers
Back Up or Restore a Site
Use:
backup_sitedb_exportdb_importrestore_backup
backup_site supports:
databasefull
The full backup format is folder-based and includes the site's app, conf, and logs directories plus a fresh SQL dump.
Built-In Capabilities
Tools
list_local_sitesstart_local_sitestop_local_siterestart_local_sitelocal_environment_checklocal_doctorlocal_logslocal_site_infolist_site_filesread_site_filesearch_site_fileswrite_site_filedelete_site_fileexecute_wp_climysql_querymysql_executemysql_schemadb_exportdb_importbackup_siterestore_backup
MCP Resources
localwp://siteslocalwp://sites/{siteName}/summarylocalwp://sites/{siteName}/doctorlocalwp://sites/{siteName}/logs
MCP Prompts
diagnose_local_siterestore_local_site
Platform Support
localwp-mcp is designed for:
- macOS
- Windows
- Linux
It supports both current Local lightning-services layouts and older site-binaries layouts.
Useful Environment Variables
Most users only need these:
LOCALWP_MCP_PROFILELOCAL_SITE_NAMELOCAL_SITE_IDLOCALWP_MCP_BACKUPS_DIR
Advanced override variables also exist for custom Local layouts, but most installations do not need them.
Troubleshooting
If the MCP does not find your site or cannot run WP-CLI/MySQL:
- Start the site in Local.
- Run
local_environment_check. - Run
local_doctor. - Check
local_logs.
Those tools are the fastest way to see whether the problem is:
- site selection
- Local metadata resolution
- WP-CLI resolution
- MySQL connectivity
- missing or stopped Local services
For Contributors
Contributor and maintainer docs live outside the main user guide:
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.