MCP WordPress Server
The MCP WordPress Server enables natural language management of WordPress sites through AI tools like Claude Desktop, offering 59 tools across 10 categories for comprehensive site control.
Core Capabilities:
Content Management: Create, edit, delete, and list posts, pages, and media with full metadata, revisions, categories, tags, and featured images. Perform site-wide content searches.
User & Community Management: Manage user accounts, roles, and profiles. Moderate comments (approve/spam/delete). Create and revoke application passwords for secure API access.
Taxonomy Management: Create, update, delete, and organize categories and tags with search and filtering.
SEO Optimization: Analyze content for readability and keywords. Auto-generate SEO metadata, OpenGraph, and Twitter Card tags. Create and validate JSON-LD structured data schemas. Suggest internal linking opportunities. Conduct site audits, track SERP positions, and perform keyword research. Bulk-update metadata across multiple posts.
Performance & Monitoring: Access real-time statistics, historical trends, and benchmarks. Receive AI-powered optimization recommendations and performance alerts. Export comprehensive reports.
Cache Management: View statistics, clear cache, warm cache, and retrieve configuration details.
Site Administration: View and update site settings (title, description, timezone). Test connectivity and authentication status.
Multi-Site Support: Manage unlimited WordPress installations from a single interface using site-specific targeting.
Flexible Authentication: Support for Application Passwords (recommended), JWT, Basic Auth, and API Key methods.
Production-Ready Features:
100% XSS, SQL injection, and path traversal protection
Rate limiting and DoS protection
Intelligent caching and comprehensive error handling
100% TypeScript with Docker support
Extensible architecture with auto-generated documentation
2-click Claude Desktop DXT installation or NPM/Docker deployment
Provides comprehensive WordPress site management with 59 tools across content creation, user management, media library, comments, taxonomies, site settings, authentication, caching, and performance monitoring. Supports multi-site configurations and multiple authentication methods including Application Passwords and JWT.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@MCP WordPress Servercreate a new blog post about AI trends with SEO optimization"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
🚀 MCP WordPress Server
The Most Comprehensive WordPress MCP Server
Manage WordPress sites with natural language through AI tools like Claude Desktop
Quick Start • Why This MCP Server? Installation Options • Documentation • Examples
🎉 v3.3.21 - CI-Tested on Node 20/22/24
🎯 Why This MCP Server?
Transform WordPress management from complex admin panels to simple conversations:
❌ Before: Login → Admin Panel → Navigate → Click → Fill Forms → Save
✅ After: "Create a new blog post about AI trends with SEO optimization"Key Advantages:
🏆 Most Complete: 71 tools vs 20-30 in alternatives
⚡ Fastest Setup: 2-click Claude Desktop installation via DXT
🔒 CI-Tested: 2750+ tests across Node 20/22/24, CodeQL + Trivy security scanning
🎯 TypeScript Native: 100% type safety, best-in-class developer experience
🌐 Multi-Site: Manage up to 50 WordPress sites from one place
Related MCP server: Noleemits Vision Builder MCP
🚀 Quick Start
Get up and running in under 5 minutes:
Prerequisites
WordPress: Version 5.6+ with REST API enabled
Claude Desktop: Latest version installed
Application Password: Generated from WordPress admin panel
3-Step Setup
1️⃣ Generate WordPress Application Password
WordPress Admin → Users → Profile → Application Passwords → Add New2️⃣ Install MCP Server (Choose One)
Option A: DXT Extension (Easiest)
# Download and install in Claude Desktop
curl -L https://github.com/docdyhr/mcp-wordpress/releases/latest/download/mcp-wordpress.dxt -o mcp-wordpress.dxt
# Then: Claude Desktop → Extensions → Install → Select DXT fileOption B: NPM Global Install
npm install -g mcp-wordpress3️⃣ Test Your Connection
In Claude: "Test my WordPress connection"
Response: "✅ Authentication successful! Connected to: Your Site Name"📺 Watch 2-minute Setup Video | 📖 Detailed Setup Guide
⚡ Installation Options
🏆 Recommended: Claude Desktop Extension (DXT)
Easiest installation - just 2 clicks!
Download:
mcp-wordpress.dxt(3.4MB)Install: Claude Desktop → Extensions → Install → Select DXT file
Configure: Enter your WordPress site URL and credentials
✅ Zero command line required ✅ Easy updates ✅ Built-in security
🚀 Alternative: NPX (Power Users)
# Run directly - always latest version
npx -y mcp-wordpress
# Interactive setup wizard
npm run setup🔧 Other Options
💻 NPM Setup - Local development
🐳 Docker Setup - Production deployment
🔧 Manual Build - Custom builds
📋 Configuration
Single Site (.env)
WORDPRESS_SITE_URL=https://myblog.com
WORDPRESS_USERNAME=admin
WORDPRESS_APP_PASSWORD=xxxx xxxx xxxx xxxx xxxx xxxxClaude Desktop Config
{
"mcpServers": {
"mcp-wordpress": {
"command": "npx",
"args": ["-y", "mcp-wordpress"],
"env": {
"WORDPRESS_SITE_URL": "https://myblog.com",
"WORDPRESS_USERNAME": "admin",
"WORDPRESS_APP_PASSWORD": "xxxx xxxx xxxx xxxx xxxx xxxx"
}
}
}
}📖 Complete Configuration Guide — multi-site, JWT, Docker, production environments
🔐 Authentication
WordPress Application Passwords are recommended:
WordPress Admin → Users → Profile → Application Passwords → Add New
Copy the generated password into your config
Alternative methods: JWT, Basic Auth, API Key — see Authentication Configuration
🌟 What Makes This Special
Feature | This Server | Competition |
Tools Available | 71 tools | 20-30 tools |
Claude Desktop DXT | ✅ 2-click install | ❌ Manual setup |
Multi-Site Support | ✅ Up to 50 sites | ❌ Single site |
TypeScript | ✅ 100% TypeScript, strict mode | ⚠️ Partial/None |
Performance Monitoring | ✅ Real-time analytics | ❌ Basic only |
Test Coverage | ✅ 2750+ tests, ~76% line coverage | ⚠️ Limited |
Security Scanning | ✅ CodeQL + Trivy in CI | ⚠️ Unknown |
📋 Available Tools (71 Tools)
Content Management
📝 Posts (6 tools) - Create, edit, delete, list posts and revisions
📄 Pages (6 tools) - Manage static pages and revisions
🖼️ Media (5 tools) - Upload, manage media library and files
🔍 SEO (11 tools) - Content analysis, metadata, schema markup, SERP tracking, keyword research
User & Community
👥 Users (6 tools) - User management and profiles
💬 Comments (7 tools) - Comment moderation and management
🏷️ Taxonomies (10 tools) - Categories and tags management
Site Management
⚙️ Site Settings (6 tools) - Site configuration and statistics
🔐 Authentication (3 tools) - Auth testing and management
⚡ Cache Management (4 tools) - Performance caching control
📊 Performance Monitoring (6 tools) - Real-time metrics and optimization
🛠️ System (1 tool) - Version checking
📖 Complete Tool Documentation | Live API Reference
🤖 Examples
💬 "Create a new blog post about AI trends with SEO optimization"
💬 "Check my WordPress site performance and provide optimization recommendations"
💬 "Find all draft posts older than 30 days and provide a summary"
💬 "Batch update all client sites with the new privacy policy footer"
💬 "List all posts from my client-blog site"📖 More Examples | Real-World Workflows
🧪 Testing & Security
npm test # Full test suite (2750/2750 passing, 94 files)
npm run test:security # Security tests (371/371 passing)
npm run health # System health check📖 Security Documentation — OWASP coverage, penetration testing, compliance
🛠️ Troubleshooting
npm run health # System check
DEBUG=true npm run dev # Debug logging
npm run fix:rest-auth # Fix WordPress 401 errorsError | Solution |
| Regenerate application password |
| Check user role (Editor+ required) |
| Verify |
| Check WordPress REST API access |
📚 Documentation
Getting Started
Quick Start Guide - Get running in 5 minutes
Installation Guide - Detailed setup instructions
Configuration Guide - All configuration options
Authentication Setup - WordPress auth methods
User Guides
Basic Usage - Common tasks and workflows
Advanced Workflows - Complex automation
Multi-Site Management - Managing multiple sites
Troubleshooting - Common issues and solutions
Integration Guides
Claude Desktop - Complete Claude integration
VS Code - VS Code extension setup
Cline - Cline AI assistant integration
Developer Guide - Build your own MCP client
Developer Documentation
API Reference - Complete tool documentation
Architecture - System design and decisions
Contributing - Development guidelines
Build System - Build and release
Deployment & Operations
Docker Deployment - Container deployment
Publishing Troubleshooting - Fix publishing issues
Security Best Practices - Production security
Caching - Performance and caching guide
🔧 Requirements
WordPress 5.0+ with REST API enabled
HTTPS recommended for production
Application Passwords enabled (WordPress 5.6+)
Role | Access |
Administrator | Full access to all functions |
Editor | Posts, pages, comments, media |
Author | Own posts and media |
Contributor | Own posts (drafts only) |
Subscriber | Read only |
🚀 Next Steps
Ready to transform your WordPress management?
🏆 Download DXT Extension - Easiest setup (2 minutes)
⚡ Try NPX Method - Power user setup (5 minutes)
📚 Explore All Tools - See what's possible
💬 Join Discussions - Get help and share ideas
🔗 Similar Projects
Automattic WordPress MCP - Official WordPress MCP server by Automattic
📋 Changelog
v3.3.21 (July 2026)
🔒 Security Hardening - SSRF denylist, HTTPS enforcement, logger redaction, dependency floor updates
🐳 Docker Release Reliability - Bounded publish-job timeouts and corrected retry-on-hang logic
📚 DOX Documentation - Hierarchical AGENTS.md contract tree for per-directory work guidance
See CHANGELOG.md for the complete, release-by-release history.
v3.3.14 (June 2026)
🔒 Security Updates - Patch moderate Hono vulnerabilities, update allowlisted npm-bundled advisories
🧪 CI - Smoke-test improvements and Node 24 validation
v3.x Series (2025–2026)
🏗️ Modular Architecture - Domain-specific operation modules and composition pattern
🔄 Fault Tolerance - Circuit breaker pattern with automatic recovery
📊 2200+ Tests - Comprehensive test suite across security, cache, server, client, config, utils, tools, and performance
⚡ Caching Layer -
CachedWordPressClientwith configurable TTL; 50–70% faster repeat requests🌐 Multi-Site - Up to 50 WordPress sites from one configuration file
🔐 4 Auth Methods - App Passwords (recommended), JWT, Basic, API Key
🐳 Docker & DXT - One-click Claude Desktop extension and Docker Hub image
For the full history see CHANGELOG.md.
🙏 Acknowledgments
Special thanks to Stephan Ferraro for the upstream project that inspired this implementation.
⭐ Found this helpful? Give us a star on GitHub! ⭐
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityBmaintenanceConnects Claude to WordPress sites through the REST API, enabling AI-assisted content creation, publishing, media management, user administration, and site maintenance tasks through natural language.Last updated472422MIT
- AlicenseBqualityDmaintenanceConnects Claude Desktop to WordPress sites to manage Elementor pages, Gutenberg content, and Rank Math SEO settings. It enables users to create styled pages, manage section layouts, and perform content updates through natural language commands.Last updated3944GPL 2.0
- Alicense-qualityCmaintenanceEnables Claude Code to directly manage WordPress sites via natural language, including posts, pages, categories, tags, media, and multiple site support.Last updatedMIT
- AlicenseCqualityDmaintenanceEnables AI-powered WordPress management via MCP, with 158 tools for posts, pages, media, plugins, themes, users, comments, and more, plus token-optimized responses.Last updated100852MIT
Related MCP Connectors
Security-first WordPress MCP server. 129 tools for Claude, ChatGPT, Gemini. Free on wp.org.
WordPress MCP server: publish posts, AI images, SEO and full site management, self-hosted
Live SEO workflow tools for Claude Code, Codex, and AI agents.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/docdyhr/mcp-wordpress'
If you have feedback or need assistance with the MCP directory API, please join our Discord server