WordPress MCP Gateway
For Anthropic & The Developer Community
Open Source
REST API
🚀 Project Status: Ready for Submission
WordPress MCP v1.2.0 has been developed, tested, and packaged for Anthropic review
What is WordPress MCP?
WordPress MCP (Model Context Protocol) Gateway enables Claude to directly interact with WordPress sites,
creating a seamless bridge between AI capabilities and content management. This allows Claude to create,
edit, and manage WordPress content programmatically.
✨ Key Features
- Full CRUD operations for posts and pages
- Media library management
- Category and tag management
- WooCommerce integration (optional)
- Site health monitoring
- Secure REST API authentication
🛠️ Technical Stack
- Python-based MCP server
- WordPress REST API integration
- Application Password authentication
- Docker-ready deployment
- Comprehensive error handling
- Full async/await support
How It Works
Install the WordPress MCP Gateway plugin on your WordPress site to enable REST API endpoints and authentication.
Add the MCP server configuration to Claude Desktop’s settings, providing your WordPress site URL and credentials.
Claude can now directly manage your WordPress content – creating posts, uploading media, and managing your site.
Example Configuration
“wordpress”: {
“command”: “python”,
“args”: [“server.py”],
“env”: {
“WORDPRESS_URL”: “https://your-site.com”,
“WORDPRESS_USERNAME”: “your-username”,
“WORDPRESS_APP_PASSWORD”: “your-app-password”
}
}
}
Available MCP Functions
- wp_get_posts
- wp_create_post
- wp_update_post
- wp_delete_post
- wp_get_pages
- wp_create_page
- wp_update_page
- wp_delete_page
- wp_get_media
- wp_upload_media
- wp_delete_media
- wp_get_categories
- wp_get_tags
- wp_create_term
- wc_get_products
- wc_get_orders
- wc_update_inventory
- wp_site_health
- wp_get_settings
- wp_clear_cache
🎯 For Anthropic
This project represents a practical implementation of MCP that bridges AI capabilities with one of the
world’s most popular content management systems. It demonstrates:
- Real-world MCP implementation patterns
- Secure authentication and authorization flows
- Comprehensive error handling and recovery
- Production-ready code architecture
- Full documentation and examples
The WordPress MCP Gateway is ready for review and inclusion in Anthropic’s MCP ecosystem.
All code is open source and available for community contributions.
📦 Get WordPress MCP
Version 1.2.0 – Ready for deployment
Package: wordpress-mcp-1.2.0.dxt
Repository: GitHub (awaiting public release)
License: MIT
Built with ❤️ by Breuk & Claude
Intelligence Combined – Making WordPress Smarter