MCP Catalogs
Homeclaudeus-wp-mcp screenshot

claudeus-wp-mcp

by deus-h·142·Score 50

A comprehensive MCP server with 145 WordPress management tools for content, media, users, and site operations.

developer-toolsproductivityother
47
Forks
3
Open issues
2 mo ago
Last commit
2d ago
Indexed

Overview

Claudeus WordPress MCP Server is an enterprise-grade TypeScript implementation providing extensive WordPress management capabilities through the MCP protocol. With 145 production-ready tools, it covers every aspect of WordPress from content creation and media management to site health monitoring and e-commerce operations. The server features modular architecture with type safety, robust security measures, and excellent performance optimizations including pagination and batch operations.

Try asking AI

After installing, here are 5 things you can ask your AI assistant:

you:Automate WordPress content creation and management workflows
you:Monitor and diagnose site health issues proactively
you:Integrate WordPress operations with Claude AI for intelligent site management
you:What WordPress versions are supported?
you:Can I use this with other AI assistants besides Claude?

When to choose this

Choose this server when you need comprehensive WordPress site management through AI workflows, especially if you're already using Astra Pro theme or require full site editing capabilities.

When NOT to choose this

Avoid if you're not using WordPress or if you need a lightweight solution with fewer than 50 specialized tools.

Tools this server exposes

12 tools extracted from the README
  • get_posts

    Retrieve posts from WordPress with filtering options

  • create_post

    Create a new post with content and metadata

  • update_post

    Update an existing post with new content and metadata

  • get_media

    Retrieve media items from the WordPress media library

  • upload_media

    Upload media files to the WordPress media library

  • get_users

    Retrieve users from WordPress with filtering options

  • create_user

    Create a new WordPress user with specified role

  • get_templates

    Retrieve site templates for Full Site Editing

  • get_mega_menu

    Retrieve Astra Pro mega menu configuration

  • run_all_tests

    Run comprehensive site health diagnostics

  • search

    Search across all WordPress content types

  • get_products

    Retrieve WooCommerce products with filtering

Comparable tools

wp-rest-mcpwordpress-cli-mcpwp-vip-mcpheadless-wordpress-mcp

Installation

Installation

Via NPM (Recommended):

npm install -g claudeus-wp-mcp

For Development:

git clone https://github.com/deus-h/claudeus-wp-mcp
cd claudeus-wp-mcp
pnpm install
pnpm build

Configuration

  1. Create a wp-sites.json file with your WordPress sites configuration:
{
  "default_test": {
    "URL": "https://your-site.com",
    "USER": "admin",
    "PASS": "your-application-password",
    "authType": "basic"
  }
}
  1. Add to Claude Desktop configuration:
{
  "mcpServers": {
    "claudeus-wp-mcp": {
      "command": "npx",
      "args": ["-y", "claudeus-wp-mcp"],
      "env": {
        "WP_SITES_PATH": "/absolute/path/to/your/wp-sites.json"
      }
    }
  }
}

FAQ

What WordPress versions are supported?
The server works with any WordPress site that has the REST API enabled, with no specific version requirements mentioned.
Can I use this with other AI assistants besides Claude?
While specifically designed for Claude Desktop, the MCP protocol is standardized and could theoretically work with other MCP-compatible clients.

Compare claudeus-wp-mcp with

GitHub →

Last updated · Auto-generated from public README + GitHub signals.