loading…
Search for a command to run...
loading…
Production MCP server that runs as a WordPress plugin, exposing 40+ tools for managing posts, pages, custom post types, WooCommerce products, media, users, and
Production MCP server that runs as a WordPress plugin, exposing 40+ tools for managing posts, pages, custom post types, WooCommerce products, media, users, and menus from any MCP client. Includes API key + OAuth 2.0 authentication, rate limiting (60 req/min per IP), and activity logging. Free on WordPress.org
Connect AI platforms to your WordPress site using Model Context Protocol (MCP)
Royal MCP enables AI platforms like Claude, OpenAI, and Google Gemini to securely interact with your WordPress content through the Model Context Protocol (MCP). Expose your posts, pages, media, and users to LLMs with secure API key authentication and full activity logging.
| Platform | Status |
|---|---|
| Claude (Anthropic) | Native MCP connector for Claude Desktop |
| OpenAI (GPT-4, GPT-4o) | REST API access |
| Google Gemini | REST API access |
| Mistral | REST API access |
| Perplexity | REST API access |
| Groq | REST API access |
Add this to your Claude Desktop claude_desktop_config.json:
{
"mcpServers": {
"my-wordpress-site": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-wordpress"],
"env": {
"WP_URL": "https://yoursite.com",
"WP_API_KEY": "your-generated-api-key"
}
}
}
}
Royal MCP is provided as-is without warranty of any kind. API keys protect your endpoints — guard them like any other credential. Users are responsible for the content, commands, and actions AI platforms are allowed to perform on their WordPress site.
Royal MCP is licensed under the GPLv2 or later.
Built by Royal Plugins
Lightweight, security-first WordPress plugins.
© 2026 Royal Plugins. All rights reserved.
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"royal-mcp": {
"command": "npx",
"args": []
}
}
}