Nxt WP-MCP
Provides tools for interacting with a WordPress site, including managing posts, pages, media, taxonomies, tags, users, comments, navigation, and search through the WordPress REST API.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Nxt WP-MCPfind my recent blog posts about WordPress"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Nxt WP-MCP
WordPress plugin implementing WebMCP (Web Model Context Protocol) — allows AI agents running in the browser to interact with your WordPress site through document.modelContext.registerTool() browser-native MCP tools.
What is WebMCP?
WebMCP is a W3C Community Group specification that brings MCP (Model Context Protocol) to the browser. It allows web pages to register JavaScript-based tools that AI agents can invoke — all running client-side with the visitor's own context. Tools are registered via document.modelContext.registerTool() and can interact with the WordPress REST API, page DOM, and other browser APIs.
Spec: https://webmachinelearning.github.io/webmcp/
Chrome docs: https://developer.chrome.com/docs/ai/webmcp
Related MCP server: WP-MCP
How It Works
Install the plugin on any WordPress site
Visitors with a WebMCP-enabled browser (Chrome origin trial, Claude desktop, ChatGPT browser) can engage with the site via AI agents
The plugin registers MCP tools that let agents:
Read and search your posts, pages, and media
Get complete site structure and navigation
(Optionally) create, edit, or delete content
Access user data, taxonomies, comments
Agents can navigate between posts/pages using permalinks
Agents can engage by creating comments or (if enabled) editing content
Features
23+ MCP tools covering posts, pages, media, taxonomies, users, comments, categories, tags, site info, navigation, and search
Permission-gated: each capability (create, edit, delete, users) can be toggled independently
WordPress-native: uses the WordPress REST API v2 with nonce authentication
Gutenberg block: add the WebMCP Visitor Widget to any page
Responsive UI: floating chat container with dark/light mode support
WP-CLI support: manage settings from the command line
Origin isolation: automatically sends COOP/COEP headers required by WebMCP
Installation
From GitHub
# Clone and build the plugin
git clone https://github.com/pbmagnet4/nxt-wp-mcp.git
cd nxt-wp-mcp
# Install JS dependencies and build assets
npm install && npm run build
# Zip for WordPress upload
npm run zipWordPress Upload
Download
nxt-wp-mcp.zipGo to Plugins → Add New → Upload Plugin in WordPress
Upload and activate
Go to Settings → WebMCP to configure permissions and UI
Add the "WebMCP Visitor Widget" block to any page, or enable the global widget
Tools Available (23+)
Category | Tools |
Site Info |
|
Search |
|
Posts |
|
Pages |
|
Media |
|
Taxonomies |
|
Tags |
|
Users |
|
Comments |
|
Configuration
Visit Settings → WebMCP to configure:
Enable/Disable the plugin globally
Permission toggles for each capability (create, edit, delete, users, tax, comments, plugins, themes, settings)
Widget UI settings (position, width, collapsibility, default open state)
Content limits (max posts, pages, media exposed)
WP-CLI Commands
wp webmcp status # Show plugin status and settings
wp webmcp enable # Enable the plugin
wp webmcp disable # Disable the plugin
wp webmcp set allow_create 1 # Enable post creation
wp webmcp set allow_users 0 # Disable user accessDevelopment
# Install dependencies
npm install
# Build assets
npm run build
# Watch mode for development
npm run devBuild output
dist/webmcp.js— frontend tool registration and chat widgetdist/blocks.js— Gutenberg block editor scriptdist/manifest.php— PHP asset manifest for cache-busting
Requirements
WordPress 6.5+
PHP 8.1+
HTTPS recommended (WebMCP requires SecureContext)
Chrome 149+ or origin trial support for
document.modelContext
License
GPLv2 or later — see LICENSE.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
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
Scrape, crawl and search the web for AI agents via MCP.
WordPress MCP server: generate SEO posts, AI images, autoblog & WooCommerce on your self-hosted site
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceEnables WordPress content management through the Model Context Protocol, allowing AI agents to create, read, update, and delete posts, metadata, taxonomies, and terms, as well as interact with Gutenberg blocks.1-
- FlicenseNot gradedqualityDmaintenanceEnables interaction with WordPress sites through the WordPress REST API, dynamically exposing all routes as MCP tools for content management and site configuration.-
- FlicenseNot gradedqualityFmaintenanceEnables AI assistants to interact with a WordPress site, allowing content and taxonomy management (list, create, update, delete) through 17 MCP tools.2-
- AlicenseNot gradedqualityBmaintenanceEnables AI agents to interact with WordPress sites over MCP, providing read-only tools for AEO/GEO readiness, AI visibility, traffic, request logs, bot identification, page checks, and schema/markdown previews, plus opt-in write tools to draft, edit, and publish posts with permission checks and auditing.1GPL 2.0
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/pbmagnet4/nxt-wp-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server