AlphaBridge MCP
Adds WooCommerce as a tool group in the paid AlphaBridge MCP Pro add-on, enabling management of WooCommerce data within the WordPress site.
Allows AI agents to manage a WordPress site through the MCP protocol, providing tools for content, media, taxonomies, comments, widgets, site settings, site info, SEO reads, and search, with WordPress capabilities enforced on every call.
AlphaBridge MCP — free plugin
Your WordPress site, managed in conversation. AlphaBridge MCP turns a WordPress site into a native Model Context Protocol server. Claude and other MCP clients connect over one authenticated HTTPS endpoint and manage content, media, taxonomies, comments, widgets and site settings — through structured tools that check WordPress capabilities on every single call.
This repository holds the source of the free plugin, published on the WordPress.org plugin directory. It is the same code WordPress.org ships.
Plugin page: https://wordpress.org/plugins/alphabridge-mcp/
Website & documentation: https://alphabridge-mcp.com
Tool reference: https://alphabridge-mcp.com/docs.html
Security model: https://alphabridge-mcp.com/security.html
What it does
Native MCP endpoint — JSON-RPC 2.0 over HTTP POST at
/wp-json/alphabridge/v1/mcp(protocol versions 2024-11-05, 2025-03-26, 2025-06-18). Pure PHP inside WordPress: no Node middleware, no external service, nothing extra to host.39 structured tools across content, media, taxonomies, comments, widgets, site settings, site info, SEO reads and search.
OAuth 2.1 with PKCE — connect from Claude without copying tokens; the consent screen is your own login-protected site. Header authentication (
Authorization/X-Api-Key) for clients without a Connect button.Free means free — no license keys, no registration, no usage limits, no locked features.
Related MCP server: Royal MCP
Security model
Handing an AI access to a site should feel safe, so control comes first:
Every connection acts as a real WordPress user; every tool enforces the matching capability, including object-level checks. What that user may not do, the AI cannot do.
Scoped connections — read-only or content-only keys with optional expiry, rotatable in one click.
Tool groups you can switch off entirely; disabled tools vanish from the MCP surface. Plus a global read-only mode.
Positive allowlists instead of blocklists — arbitrary options and transients cannot be read at all; only a fixed list of common site settings is exposed.
Layered meta protection — protected keys,
is_protected_meta()keys and two kinds of credential-shaped key are refused: keys whose whole name is a credential word, singular or plural (token,secret,password,passphrase,passcode,pwd,otp,credential), and keys containing one of a fixed list of compound patterns (api_key,access_token,client_secret,license_key,oauth,_token,_secret,_password, …). The list is matched literally, which makes the guard deliberately conservative rather than exhaustive: ordinary keys such astoken_count,password_hintand counters such asmaxTokenspass it, and so do camelCase spellings such asaccessToken. It is defence-in-depth, not the primary control. Generic meta access additionally passes WordPress's own per-key meta capability (edit_post_meta/edit_term_meta/edit_user_meta), which honoursauth_callbackrules registered by other plugins — that is the layer doing the real work.Audit log of every tool call, plus a fixed rate limit against request bursts.
Details: https://alphabridge-mcp.com/security.html
Requirements
WordPress 6.5+ (tested up to 7.0) · PHP 8.0+
Installation
Install AlphaBridge MCP from your WordPress admin under Plugins → Add New, or from WordPress.org.
To run this repository directly, clone it into your plugins directory as alphabridge-mcp:
git clone https://github.com/CultureClub-dev/alphabridge-mcp-free.git wp-content/plugins/alphabridge-mcpThen activate it and open Settings → AlphaBridge MCP to create a connection.
Paid add-on
A separate commercial add-on, AlphaBridge MCP Pro, adds tool groups for the database, users, plugin and theme files, WooCommerce, SEO writes, install/update, migration, multisite — and one-step site deployment over FTP/SFTP. It is entirely optional: this free plugin is complete on its own and stays fully functional without it. Its source is not part of this repository. Details at https://alphabridge-mcp.com.
Contributing & support
Bug reports and security findings are welcome — see SECURITY.md for the reporting path. General support questions are best raised in the WordPress.org support forum.
This repository mirrors released versions; day-to-day development happens elsewhere, so pull requests may be applied by hand rather than merged directly.
License
GPL-2.0-or-later — see LICENSE.
A product of CultureClub Kulturagentur UG (haftungsbeschränkt), developed in Switzerland.
This server cannot be deployed
Maintenance
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
Hosted MCP for Instagram, Facebook, X, LinkedIn, Pinterest, and Ghost. OAuth 2.1, 38 tools.
Hosted MCP server with managed OAuth for 15+ toolkits: Google Workspace, Fitbit, Oura, Kalshi, etc.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceA comprehensive MCP server for managing WordPress sites through the REST API, featuring 38 tools for content, media, plugin, and theme management. It supports secure Application Password authentication and offers specific compatibility for Divi theme shortcode structures.-

Royal MCPofficial
FlicenseNot gradedqualityAmaintenanceProduction 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.org9-- AlicenseAqualityAmaintenanceMCP server for publishing to WordPress. 13 tools cover posts, categories, tags, image hosting, featured images, and SEO metadata (Rank Math, etc.) One call runs the full markdown-to-live-URL pipeline.1318 npm4AGPL 3.0
- AlicenseNot gradedqualityBmaintenanceEnables AI agents to manage WordPress sites by providing tools for posts, media, users, plugins, menus, widgets, comments, options, and system administration over the MCP protocol, with support for application passwords and OAuth 2.1.GPL 2.0