Claudeus Wp MCP Server

The most comprehensive WordPress MCP server - 145 production-ready tools for complete WordPress management with AI

Local serverstdioTypeScript

What is the Claudeus Wp MCP MCP server?

The most comprehensive WordPress MCP server - 145 production-ready tools for complete WordPress management with AI. That is what the claudeus wp mcp mcp server brings to an AI assistant: the same capability, reachable through the Model Context Protocol rather than a separate app or dashboard.

The short version

✅ Content Management 25 tools ✅ Media & Assets 6 tools ✅ Taxonomies 12 tools ✅ User Management 10 tools ✅ Comments & Moderation 8 tools ✅ Menus & Navigation 10 tools ✅ Full Site Editing (FSE) 27 tools ✅ Astra Pro Integration 11 tools ✅ Site Configuration 15 tools ✅ Site Health & Diagnostics 8 tools ✅ Search & Discovery 5 tools ✅ WooCommerce 3 tools ✅ System Discovery 5 tools

Getting it running

Installation goes through your MCP client rather than a global install: point it at npx on npm and it is fetched when the client starts. The copy-paste blocks for Claude Desktop, Claude Code and Cursor are further down this page.

The tools it exposes

The server publishes 14 tools. What each one is for:

  • Autosaves — Get/create autosaves for posts, pages, blocks
  • get_media — List media library
  • get_media_item — Get specific media
  • upload_media — Upload files
  • update_media — Update metadata
  • delete_media — Remove files
  • update_alt_text — SEO optimization
  • get_post_statuses — list, get, activate, deactivate, delete
  • test_auth — Authorization header test
  • test_background_updates — Background updates check
  • test_dotorg_communication — WordPress.org connectivity
  • test_https — HTTPS validation

What it needs from you

Configuration is passed through the environment: USER, PASS, WP_SITES_PATH. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.

Things to watch

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • With 14 tools registered it takes up a noticeable share of the context window; turn it off in projects that never touch Claudeus Wp MCP.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

How it compares

Plenty of developer tooling servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Claudeus Wp MCP's toolset — Autosaves, get_media, get_media_item and 11 more — is a fair guide to whether it matches your workflow. It is maintained by deus-h; worth a glance at recent repository activity before you build anything load-bearing on it.

SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.

Available tools

ToolWhat it does
AutosavesGet/create autosaves for posts, pages, blocks
get_mediaList media library
get_media_itemGet specific media
upload_mediaUpload files
update_mediaUpdate metadata
delete_mediaRemove files
update_alt_textSEO optimization
get_post_statuseslist, get, activate, deactivate, delete
test_authAuthorization header test
test_background_updatesBackground updates check
test_dotorg_communicationWordPress.org connectivity
test_httpsHTTPS validation
test_loopbackLoopback requests test
test_page_cachePage cache validation

How to install the Claudeus Wp MCP MCP server

{
  "mcpServers": {
    "claudeus-wp-mcp": {
      "command": "npx",
      "args": ["-y", "claudeus-wp-mcp"],
      "env": {
        "WP_SITES_PATH": "/absolute/path/to/your/wp-sites.json"
      }
    }
  }
}

Configuration as documented by the project. Restart the client after saving.

Configuration

VariableDescriptionRequired
USERConfiguration value read at startup.Optional
PASSConfiguration value read at startup.Optional
WP_SITES_PATHFilesystem location the server is allowed to use.Optional

Example prompts to try

  • Use Claudeus Wp MCP to Autosaves.
  • Use Claudeus Wp MCP to get media.
  • Use Claudeus Wp MCP to get media item.

Frequently asked questions

It connects Claudeus Wp MCP to MCP-compatible AI assistants such as Claude and Cursor, exposing 14 tools (Autosaves, get_media, get_media_item, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Claudeus Wp MCP directly.