LocalWP MCP

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.

Category
Visit Server

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:

  • safe Best default for most people. Safe WordPress inspection commands, diagnostics, logs, database reads, and backup/export flows.
  • full-access Best 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_check
  • local_doctor
  • list_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_info
  • local_doctor
  • local_logs

Work With Site Files

Use:

  • list_site_files
  • read_site_file
  • search_site_files
  • write_site_file
  • delete_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_site
  • stop_local_site
  • restart_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_query Read-only SQL in safe
  • mysql_execute Full SQL execution in full-access
  • mysql_schema Table listing and table description helpers

Back Up or Restore a Site

Use:

  • backup_site
  • db_export
  • db_import
  • restore_backup

backup_site supports:

  • database
  • full

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_sites
  • start_local_site
  • stop_local_site
  • restart_local_site
  • local_environment_check
  • local_doctor
  • local_logs
  • local_site_info
  • list_site_files
  • read_site_file
  • search_site_files
  • write_site_file
  • delete_site_file
  • execute_wp_cli
  • mysql_query
  • mysql_execute
  • mysql_schema
  • db_export
  • db_import
  • backup_site
  • restore_backup

MCP Resources

  • localwp://sites
  • localwp://sites/{siteName}/summary
  • localwp://sites/{siteName}/doctor
  • localwp://sites/{siteName}/logs

MCP Prompts

  • diagnose_local_site
  • restore_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_PROFILE
  • LOCAL_SITE_NAME
  • LOCAL_SITE_ID
  • LOCALWP_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:

  1. Start the site in Local.
  2. Run local_environment_check.
  3. Run local_doctor.
  4. 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

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.

Official
Featured
TypeScript
Magic Component Platform (MCP)

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.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

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.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

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.

Official
Featured
TypeScript
Kagi MCP Server

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.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

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.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured