Zen MCP Bridge
by Guram Zhgamadze 0 (0 reviews)

Zen MCP Bridge

Connect your WordPress site to Claude.ai via the Model Context Protocol (MCP), giving Claude read-only access to your site's internals.

Zen MCP Bridge ranks #66,963 among WordPress.org plugins with 0+ active installations, and was last updated Jul 27, 2026. Data from WordPress.org, refreshed twice daily — see methodology.

Tested up to WP 7.0.6 (Current: 7.1.2)
v3.2.3 Current Version v3.2.3
Updated 1 month ago Last Update on 27 Jul, 2026
Refreshed 10 hours ago Last Refreshed on
View on WordPress.org
Rank
#66,963
No change
Active Installs
0+
-100%
KW Avg Position
194
54.5 worse
Downloads
219
+2 today
Support Resolved
0%
No change
Rating
0%
Review 0 out of 5
0 (0 reviews)

Next Milestone 10

Total Progress 0%
0+ 10+
47,223
Ranks to Climb
-
Growth Needed
8,000,000
Active Installs
Pro

Unlock Exact Install Count

See the precise estimated active installs for this plugin, calculated from real-time ranking data.

  • Exact install estimates within tiers
  • Track install growth over time
  • Milestone progress predictions
Upgrade to Pro
Need 10 more installs to reach 10+

Rank Changes

45,819 51,642 57,466 63,289 69,112 16-09-2026 17-09-2026 18-09-2026 19-09-2026 20-09-2026 21-09-2026 22-09-2026 23-09-2026
45,809 51,655 57,502 63,349 69,196 08-09-2026 09-09-2026 10-09-2026 11-09-2026 12-09-2026 13-09-2026 14-09-2026 15-09-2026 16-09-2026 17-09-2026 18-09-2026 19-09-2026 20-09-2026 21-09-2026 22-09-2026 23-09-2026
Current #66,963
Change
Best #

Upgrade to Pro

Unlock 30-day and 90-day rank history charts with a Pro subscription.

Upgrade Now

Active Installs Growth

Active Installs 0,000,000+
Growth +0.0%
Peak 0,000,000

Downloads Growth

0 10 16-09-2026 17-09-2026 18-09-2026 19-09-2026 20-09-2026 21-09-2026 22-09-2026 23-09-2026
0 10 08-09-2026 09-09-2026 10-09-2026 11-09-2026 12-09-2026 13-09-2026 14-09-2026 15-09-2026 16-09-2026 17-09-2026 18-09-2026 19-09-2026 20-09-2026 21-09-2026 22-09-2026 23-09-2026
Downloads
Growth
Peak

Upgrade to Pro

Unlock 30-day, 90-day, and yearly download history charts with a Pro subscription.

Upgrade Now

Reviews & Ratings

0.0
0 reviews
Overall 0%
5
0 (0%)
4
0 (0%)
3
0 (0%)
2
0 (0%)
1
0 (0%)

Track This Plugin

Get detailed analytics, keyword tracking, and position alerts delivered to your inbox.

Start Tracking Free

Plugin Details

Version
3.2.3
Last Updated
Jul 27, 2026
Requires WP
6.9+
Tested Up To
7.0.6
PHP Version
8.0 or higher

Support & Rating

Rating
☆ ☆ ☆ ☆ ☆ 0
Reviews
0
Support Threads
0
Resolved
0%

Keywords

Upgrade to Pro

Unlock keyword rankings, search positions, and detailed analytics with a Pro subscription.

Upgrade Now

Frequently Asked Questions

Common questions about Zen MCP Bridge

In Claude.ai: Profile → Settings → Connectors → Add custom connector. Paste your MCP endpoint URL (shown on Settings → MCP Bridge), for example https://your-site.com/wp-json/zen-mcp/v1/bridge. Set the auth type to Bearer Token (or API Key) and paste the token from the settings page. Save. Bearer tokens never expire.
Claude.ai auto-discovers the OAuth server from the /.well-known/ URLs and opens a login page on your site, where an administrator clicks Allow Access. If Claude.ai asks for details manually, use the Authorization URL and Token URL shown in the OAuth (advanced) section of the settings page, any Client ID except the literal text "Bearer Token", and the scope claudeai. I get a 404 / rest_no_route error Go to Settings → Permalinks and click Save Changes to flush rewrite rules, and confirm the plugin is active. The Authorization header is always empty (Apache + FastCGI) This is handled automatically. If it persists, add this line to your .htaccess: RewriteRule ^ - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
Define WP_DEBUG, WP_DEBUG_LOG (true) and WP_DEBUG_DISPLAY (false) in wp-config.php, then read wp-content/debug.log or use the wp_get_logs tool.
By default, yes — everything is read-only: credentials are redacted, database reads are structured (no raw SQL — table and column names are whitelisted against the live schema and every value is parameterized), file access is contained within wp-content, and OAuth uses mandatory PKCE with single-use, expiring authorization codes. Write access exists only when an administrator switches on write mode, is limited to drafts, allowlisted options, plugin toggles, caches and terms, and every write is recorded in the audit log. Deleting content, publishing, managing users and write SQL are impossible regardless of settings.
Enable it under Settings → MCP Bridge → Write mode (off by default). The static Bearer token then gains write access; OAuth sessions must additionally tick "Allow write access" on the consent screen (the claudeai:write scope). Six scoped tools become available; drafts can never be published, options must be on an allowlist you control (site identity, code-execution and secret options are refused even if listed), and the plugin can never toggle itself off. Each write tool can be disabled individually and every call is audited.
They point in opposite directions and can coexist: that plugin lets WordPress call Claude's API; Zen MCP Bridge lets Claude.ai read this site. When AI Provider for Anthropic is active, Zen MCP Bridge automatically stops registering its tools as WordPress Abilities so the site's AI surface has a single owner — Claude.ai access via the MCP endpoint is unaffected. The zenmcp_enable_abilities filter overrides this.

Sign In / Register

You need to sign in or register to use this feature.