Wordpress Mcp Server

Created By
docdyhra year ago
Comprehensive MCP server for WordPress management with 54 tools across posts, pages, media, users, comments, taxonomies, settings, and authentication.
Overview

MCP WordPress Server Overview

Transform WordPress Management with 54 Powerful Tools

MCP WordPress is a comprehensive Model Context Protocol server that provides complete control over WordPress sites through the REST API v2. Built with TypeScript and featuring 95%+ test coverage, it enables AI assistants to manage every aspect of WordPress - from content creation to site administration.

✨ Key Features

🚀 Instant Setup - Zero installation required with npx mcp-wordpress. Get connected in under 60 seconds with the interactive setup wizard.

🛠️ 54 WordPress Tools - Complete CRUD operations across 8 categories:

  • Posts & Pages - Create, edit, publish, and manage content with revision tracking
  • Media Library - Upload, organize, and manage images/files with metadata
  • User Management - Create users, manage roles, and handle permissions
  • Comments - Moderate, approve, and manage user engagement
  • Taxonomies - Organize content with categories and tags
  • Site Settings - Configure and monitor WordPress installations
  • Authentication - Secure connection management with multiple auth methods

🏗️ Enterprise-Ready Architecture

  • TypeScript - 100% type-safe with comprehensive IntelliSense support
  • Modular Design - Clean, maintainable codebase with 94% code reduction
  • Production Tested - Battle-tested with security reviews and error handling
  • Performance Optimized - Intelligent rate limiting and memory management

🔐 Flexible Authentication

  • Application Passwords (recommended)
  • JWT Authentication
  • Basic Authentication
  • API Key Support
  • OAuth 2.0 ready

💡 Use Cases

  • Content Operations - Automate publishing workflows and content management
  • Multi-Site Management - Control multiple WordPress sites from one interface
  • Bulk Operations - Mass updates, migrations, and content transformations
  • Site Maintenance - User management, comment moderation, and settings updates
  • Media Management - Organize and optimize media libraries at scale

🎯 Perfect For

  • Content creators managing multiple WordPress sites
  • Agencies handling client WordPress installations
  • Developers automating WordPress workflows
  • Teams collaborating on content operations
  • Anyone seeking AI-powered WordPress management

📦 Installation

# Run instantly - no installation needed
npx mcp-wordpress

# Or install globally
npm install -g mcp-wordpress

⚡ Quick Start

  1. Run npx mcp-wordpress setup
  2. Enter your WordPress URL and credentials
  3. Add to Claude Desktop config
  4. Start managing WordPress with natural language

🤝 Why Choose MCP WordPress?

  • Zero Learning Curve - Natural language commands, no WordPress API knowledge needed
  • Time Saving - Automate repetitive tasks and bulk operations
  • Reliable - 95%+ test coverage ensures stable operation
  • Actively Maintained - Regular updates and responsive support
  • Open Source - MIT licensed with transparent development

Ready to revolutionize your WordPress workflow? Get started in under a minute with npx mcp-wordpress


Tested with WordPress 5.0+ | Supports all major hosting providers | Full REST API v2 compatibility

Server Config

{
  "mcpServers": {
    "mcp-wordpress": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-wordpress"
      ],
      "env": {
        "WORDPRESS_SITE_URL": "https://your-site.com",
        "WORDPRESS_USERNAME": "your-username",
        "WORDPRESS_APP_PASSWORD": "your-app-password"
      }
    }
  }
}
Project Info
Created At
a year ago
Updated At
a year ago
Author Name
docdyhr
Star
-
Language
-
License
-
Category

Recommend Servers

View All
Bring your real authenticated browser session to AI coding agents. Local-first MCP server + Chrome MV3 extension. No cloud. No telemetry.
@Cubenest

peek records the user's actual logged-in browser (DOM via rrweb, console events, network metadata, optional response bodies via opt-in Deep capture) through a Chrome MV3 extension. The extension ships events through a native-messaging stdio bridge to a local MCP server (peek-mcp), which persists them to a SQLite database at ~/.peek/sessions.db. AI coding agents (Claude Code, Cursor, Cline, Windsurf) read sessions from the database via 10 MCP tools: Tool What it does list_recent_sessions List recently recorded sessions (id, origin, ts, event count). get_session_summary LLM-readable narrative summary of a session. get_session_console_errors Console errors recorded in a session. get_session_network_errors Failed/notable network requests in a session. get_user_action_before_error Last N user actions before a console error. generate_playwright_repro Generate a runnable Playwright test from a session. get_dom_snapshot Reconstruct the DOM at a given timestamp. query_dom_history Timeline of attribute/text changes for a selector. request_authorization Side-panel consent for write actions (Level 3). execute_action Dispatch a UI action (gated by permission level + destructive blocklist). Why local-first matters Every other "browser session for AI" tool ships to a vendor cloud. peek's SQLite + extension live on the user's machine — no remote endpoints, no telemetry. The privacy policy (docs/peek/PRIVACY_POLICY.md) is the source of truth. Install # 1. Add the MCP server to Claude Code claude mcp add peek -- npx -y @peekdev/mcp # 2. Install the Chrome extension from the Chrome Web Store # (link added once the CWS listing is approved)

20 hours ago
Gpt Scrambler

2 days ago