Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Explore

  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Tags index
  • Submit a server
  • Pricing

Learn

  • Guides hub
  • What is MCP?
  • Install guide
  • Troubleshooting
  • Security
  • Blog
  • Blog RSS

Tools

  • All tools
  • Config generator
  • Config validator
  • MCP playground
  • OpenAPI β†’ MCP
  • Badge generator

For agents

  • API docs
  • Trust & traffic
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
  • Remote MCP β†— (opens in a new tab)

Company

  • About
  • Contact
  • X (@AllMCPs) β†— (opens in a new tab)
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on Buildlist
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ”’ Security
  3. Royal Mcp
R
Health: Not checked yetWe have not completed a health check for this listing yet.Last checked 8/10/2026, 11:31:59 PM

Royal Mcp

Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View RepositoryVisit Website

Security-first WordPress MCP server. 129 tools for Claude, ChatGPT, Gemini. Free on wp.org.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Install Config Generator

Choose your client
claude_desktop_config.json
{
  "mcpServers": {
    "royal-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "royal-mcp"
      ]
    }
  }
}

πŸ’‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

Install Directory Badge Claim listing AlternativesπŸ”’ More in Security

Documentation Overview

Royal MCP

Security-first MCP server for WordPress. Connect Claude, ChatGPT, and Gemini to your WordPress site with API key + OAuth 2.1 authentication, full activity logging, and capability-gated access.

WordPress PHP License Version

Download on WordPress.org Β· Documentation Β· Royal Plugins


A WordPress plugin that exposes your site as a Model Context Protocol server. AI agents β€” Claude.ai web, Claude Desktop, ChatGPT, custom clients β€” can read and write posts, pages, media, users, menus, WooCommerce orders, and Elementor pages, with every call going through capability gating, rate limiting, and an audit log. Distributed via the official WordPress.org plugin directory.

Quick facts

AuthAPI key (X-Royal-MCP-API-Key) or OAuth 2.1 with PKCE + Dynamic Client Registration (RFC 7591)
TransportMCP 2025-11-25 Streamable HTTP (single /mcp endpoint, POST/GET/DELETE)
Tool countUp to 144 (73 WordPress core + 71 conditional plugin integrations)
Abilities APIWP 6.9+ β€” every tool also registers as a WordPress ability, reachable via WP core REST at /wp-json/wp-abilities/v1/abilities/{name}/run and via the WordPress MCP Adapter's named royal-mcp-server
Rate limit60 req/min per IP (configurable)
Session modelSliding 24h TTL with refresh-on-access
Activity logEvery tool call logged (tool name + arg keys; argument values are never recorded)
Distributionwp.org plugin directory + GitHub releases + auto-update via WP admin
TestedPHP 7.4 β†’ 8.3, WordPress 5.8 β†’ 7.0
LicenseGPLv2+

Capabilities

WordPress core (73 tools, always available)

  • Content β€” Posts, pages, custom post types (full CRUD + revisions + featured images)
  • Taxonomies β€” Categories, tags, custom taxonomies, term meta, post-term linking
  • Media β€” Browse, upload (URL or base64), update metadata, delete
  • Comments β€” Create, moderate (approve / spam / trash)
  • Users β€” Read display names + roles (emails and usernames are not exposed)
  • Menus β€” Read, create items, reorder, update with destructive-write guardrails
  • Theme β€” Custom CSS, theme mods, active theme detection
  • Site β€” Permalink structure, options (allowlisted), site info
  • Search β€” Cross-content search by query
  • SEO β€” Yoast / Rank Math / AIOSEO meta read/write where the plugin is active
  • Diagnostics β€” Site status (WP/PHP/MySQL/plugins/themes/cron in one call), PHP error-log tail, WP cron schedule, and MCP royal_mcp_connection_health (returns route, auth method, session ID, plugin version, and active page-builder versions for Divi + Elementor + Gutenberg)

Plugin integrations (71 tools, conditional)

Auto-register only when the integrated plugin is active.

PluginToolsWhat's covered
WooCommerce26Products, variations, attributes, coupons, orders, customers, store stats
Elementor8Clone pages, replace text, swap images, get outline, read single element, list templates, import templates, add widget
GuardPress7Security score, failed logins, blocked IPs, vulnerability scans, audit log
Royal AI Firewall6Dashboard stats, recent bot hits, per-bot policies (allow / block / challenge), daily rollups, one-call emergency lockdown
SiteVault6Trigger backups, monitor progress, list schedules
Redirection (new in 1.4.38)4List redirects with group + URL-substring filters, create + update redirects (301 / 302 / 307 / regex / groups), list redirect groups
Advanced Custom Fields4Read/write ACF fields with each field's Return Format respected (hydrated post objects, parsed repeater rows, image arrays); enumerate field groups for AI-driven discovery
Royal Ledger4Software costs, renewal dates, license keys (values never exposed)
Royal Links3Branded short links, click stats
ForgeCache3Cache stats, clear cache, purge URL

WordPress Abilities API bridge (WP 6.9+)

WordPress 6.9 shipped the Abilities API β€” a primitive that lets plugins register typed capabilities AI agents can call. As of 1.4.38, every Royal MCP tool also registers as a WordPress ability, giving you three ways to reach the same handlers:

  1. Native β€” Royal MCP's /wp-json/royal-mcp/v1/mcp Streamable HTTP endpoint (unchanged, always available).
  2. WP MCP Adapter β€” if the wordpress/mcp-adapter package is installed, Royal MCP registers a named royal-mcp-server on the mcp_adapter_init hook alongside adapter's default server.
  3. WP core REST β€” direct ability invocation at /wp-json/wp-abilities/v1/abilities/{name}/run for callers that prefer the core WP endpoint.

Same handlers, three transports, one set of per-tool capability gates. Bridge can be disabled with the royal_mcp_abilities_registration_enabled option (default: on).

What we don't do

Explicit scope boundaries β€” the integration model is "narrow tools that work reliably," not "expose every API surface."

  • No widget-level Elementor generation from scratch. Atomic widgets (Editor V4) pass through opaque; we never decode atomic schemas because Elementor itself may shift them.
  • No Beaver Builder / Divi / Bricks page-builder JSON writes. Standard post content is readable and writable; page-builder-specific JSON storage is opaque unless covered by a dedicated tool.
  • No theme builder template creation (Elementor or otherwise).
  • No core file modifications β€” Royal MCP never writes to wp-content/themes, wp-includes, or wp-admin.
  • No plugin installation or upgrades via MCP. Discovery yes; install/activate/deactivate no.
  • No raw SQL. Queries go through WP_Query and $wpdb->prepare() only.

Royal MCP Pro (paid)

The Free plugin is fully featured for individual site owners. Royal MCP Pro extends it for agencies and multi-site operators:

  • Divi Pro suite β€” page clone, image swap, template import, full library CRUD, D4β†’D5 Migrator, global preset bulk-apply (8 tools)
  • Elementor Pro depth β€” additional Elementor tools beyond the Free integration
  • Universal audit log β€” every AI operation logged with attribution + export
  • 72-hour undo on every write β€” every destructive Pro tool returns an undo token; reverse any operation within the window
  • License-gated updates through the standard WordPress updater β€” no runtime dependencies on external license servers

Learn more at royalplugins.com/royal-mcp-pro

Connect

Install

  1. Install from WordPress.org (recommended β€” auto-updates via WP admin) or upload the GitHub release zip.
  2. Royal MCP β†’ Settings β†’ click Generate API Key.
  3. Pick a client below.

Claude.ai web (OAuth β€” recommended)

Easiest path β€” no config file edits, no API key in your client.

  1. In Claude.ai β†’ Settings β†’ Connectors β†’ Add Custom Connector.
  2. URL: https://yoursite.com/wp-json/royal-mcp/v1/mcp
  3. Approve the OAuth consent screen when prompted. Claude.ai handles dynamic client registration + PKCE flow against your site.

Claude Desktop (.mcpb one-click bundle β€” new in 1.4.38)

Easiest Claude Desktop path β€” no mcp-remote, no npx, no config-file editing.

  1. Download royal-mcp-1.4.38.mcpb from the latest GitHub release.
  2. Double-click the .mcpb file β€” Claude Desktop opens the install prompt.
  3. Enter your site URL + API key when prompted. Connection is live.

The bundle ships a zero-dependency stdio-to-HTTPS bridge in Node β‰₯18, which Claude Desktop already includes. See Claude Desktop MCP Bundles for the .mcpb spec.

Claude Desktop (OAuth via mcp-remote)

config.json
{

  "mcpServers": {

    "my-wordpress": {

      "command": "npx",

      "args": ["-y", "mcp-remote", "https://yoursite.com/wp-json/royal-mcp/v1/mcp"]

    }

  }

}

Config path: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows).

Claude Desktop (API key)

Skip OAuth and authenticate via header:

config.json
{

  "mcpServers": {

    "my-wordpress": {

      "command": "npx",

      "args": [

        "-y", "mcp-remote",

        "https://yoursite.com/wp-json/royal-mcp/v1/mcp",

        "--header", "X-Royal-MCP-API-Key:YOUR_API_KEY"

      ]

    }

  }

}

ChatGPT

ChatGPT's custom MCP connector takes the same URL as Claude.ai web. Follow ChatGPT's connector flow and paste https://yoursite.com/wp-json/royal-mcp/v1/mcp.

Raw HTTP (custom clients)

bash
# 1. Initialize a session. -i prints headers so you can grab Mcp-Session-Id.

curl -i -X POST https://yoursite.com/wp-json/royal-mcp/v1/mcp \

  -H "X-Royal-MCP-API-Key: YOUR_KEY" \

  -H "Content-Type: application/json" \

  -H "Accept: application/json, text/event-stream" \

  -d '{

    "jsonrpc": "2.0",

    "method": "initialize",

    "id": 1,

    "params": {

      "protocolVersion": "2025-11-25",

      "capabilities": {},

      "clientInfo": {"name": "my-app", "version": "1.0"}

    }

  }'



# 2. List available tools using the session id from the response header.

curl -X POST https://yoursite.com/wp-json/royal-mcp/v1/mcp \

  -H "X-Royal-MCP-API-Key: YOUR_KEY" \

  -H "Mcp-Session-Id: <session_id>" \

  -H "Content-Type: application/json" \

  -d '{"jsonrpc": "2.0", "method": "tools/list", "id": 2}'

Security model

LayerWhat it does
API key32-char hex, timing-safe comparison. Sent via X-Royal-MCP-API-Key header. Regenerate from admin without server restart.
OAuth 2.1RFC 7591 Dynamic Client Registration, RFC 8414 metadata, PKCE S256 required, refresh tokens supported. No implicit grant. No client_credentials grant.
Capability gatingEvery tool checks WordPress capabilities. edit_posts for create/update, manage_options for site settings, edit_post per-post for individual operations.
Rate limiting60 requests/minute per IP, sliding window.
Session modelSliding 24h TTL with refresh-on-access. Cryptographically secure 32-byte session IDs.
Activity logEvery tool call writes a row to a database log. Records: tool name, argument keys, IP, User-Agent, errors. Never records argument values (they may contain customer data).
OAuth state recoveryOne-click Reset OAuth State admin button wipes all clients + tokens + auth codes, without affecting your API key or settings.
Discovery.well-known/oauth-authorization-server and .well-known/oauth-protected-resource served at site root per RFC 8414 + RFC 9728.

Full security architecture: royalplugins.com/support/royal-mcp/

Project status

  • Active maintenance β€” releases roughly weekly. See releases for changelog.
  • MCP spec compliance β€” implements the Streamable HTTP transport (2025-11-25).
  • Issues β€” github.com/royalplugins/royal-mcp/issues. Customer-impact issues are typically acknowledged within 24h and triaged with version targets.
  • Contributing β€” PRs welcome. The plugin source is committed to both this repo and the wp.org SVN trunk; releases are coordinated through the wp.org review process.

Further reading

  • Editing Elementor with Claude: The Four Workflows That Work Today β€” the four real architectures for AI-editing Elementor pages and when to reach for which. User-facing version with prompts, examples, and a video demo of the clone-and-customize flow.
  • Editing Elementor with Claude: 4 MCP Architectures β€” engineer's cut on Hashnode. The PHP under the hood of elementor_clone_page, the six tool signatures, and the HTTP-Basic-vs-OAuth-2.1 auth-model tradeoff.

Related projects

  • GuardPress β€” WordPress security hardening
  • SiteVault β€” WordPress backups and migration
  • ForgeCache β€” Caching and performance
  • FormForge β€” Form builder with PDF generation
  • SEObolt β€” SEO toolkit for WordPress

License

GPLv2 or later β€” see LICENSE or the GNU site.

Royal MCP is provided as-is. API keys protect your endpoints; guard them like any other credential. You are responsible for the content, commands, and actions any AI platform is allowed to perform on your WordPress site.


Built by Royal Plugins
Lightweight, security-first WordPress plugins.
Β© 2026 Royal Plugins.

Related MCP Servers

View all in Security View all alternatives
  • S
    Scout by Optimly

    Query the AI Brand Directory. Audit brand visibility in ChatGPT, Claude, and Gemini.

    πŸ”’ Security0 views
    Compare vs Scout by Optimly β†’
  • Mcp Maigret logoMcp Maigret

    MCP server for maigret, a powerful OSINT tool that collects user account information from various public sources. This server provides tools for searching usernames across social networks and analyzing URLs.

    πŸ”’ Security3 views
    Compare vs Mcp Maigret β†’
  • Binary Ninja Mcp logoBinary Ninja Mcp

    A Binary Ninja plugin, MCP server, and bridge that seamlessly integrates Binary Ninja with your favorite MCP client. It enables you to automate the process of performing binary analysis and reverse engineering.

    πŸ”’ Security1 views
    Compare vs Binary Ninja Mcp β†’
  • Emilia Protocol logoEmilia Protocol

    Human sign-off + trust receipts for AI agents: requires a named human's approval before an irreversible action (payment release, record change, deploy), then mints an offline-verifiable Ed25519 Trust Receipt. Also exposes trust profiles, receipt verification, disputes, and delegation. Apache-2.0; policy engine formally verified. Install: npx -y @emilia-protocol/mcp-server.

    πŸ”’ Security1 views
    Compare vs Emilia Protocol β†’

Frequently Asked Questions about Royal Mcp

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "royal-mcp": { "command": "npx", "args": ["-y", "royal-mcp"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewRoyal Mcp AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/royal-mcp?style=directory)](https://allmcps.com/mcp/royal-mcp)
HTML Embed
<a href="https://allmcps.com/mcp/royal-mcp"><img src="https://allmcps.com/api/badge/royal-mcp?style=directory" alt="Royal Mcp on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ”’Security
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
27Quality signal: Emerging Β· 27/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership8/20
Documentation & tools11/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… FeaturedAllMCPs Server logo

AllMCPs Server

The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 3,181+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge.

Free dofollow backlink: after claiming, verify your product site and place a dofollow AllMCPs badge β€” we recheck it stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ”’ Security β†’Best MCP servers for Security β†’Alternatives to Royal Mcp β†’Install in Claude DesktopInstall in CursorInstall in VS Code