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
- Run
npx mcp-wordpress setup - Enter your WordPress URL and credentials
- Add to Claude Desktop config
- 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"
}
}
}
}