simpli-wordpress-mcp
Enables interaction with Elementor, including documents, elements, styles, variables, classes, dynamic tags, and interactions.
Enables interaction with Gutenberg, including read/write operations and pending-change batches.
Provides access to WooCommerce products, variations, orders, categories, tags, attributes, stock, and store settings.
Integrates with WordPress to manage posts, content, files, WP-CLI jobs, and other site abilities through the Abilities 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., "@simpli-wordpress-mcpUpdate the stock quantity for product 452 to 30"
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.
Simpli WordPress MCP
A Railway-hosted, OAuth-protected remote MCP gateway for the WordPress Abilities API. It dynamically mirrors the existing Novamira and Novamira Pro abilities on one configured WordPress site instead of duplicating privileged WordPress code.
Verified scope
The Simpli Cosmetics production site was inspected on 12 August 2026. It currently exposes 187 REST abilities:
Namespace | Live abilities |
| 157 |
| 13 |
| 8 |
| 7 |
| 2 |
Total | 187 |
The mirrored surface includes:
PHP execution in the loaded WordPress runtime;
file read, write, edit, delete, enable/disable, and directory traversal;
temporary upload links and one-time administrator access links;
synchronous and background WP-CLI jobs;
Gutenberg read/write and pending-change batches;
WordPress posts, memory, and Markdown skills;
WooCommerce products, variations, orders, categories, tags, attributes, stock, and store settings;
Elementor documents, elements, styles, variables, classes, dynamic tags, and interactions;
ACF field groups, values, post types, taxonomies, and options pages;
Rank Math metadata, schema, audits, scores, links, keywords, and AI visibility;
WPForms forms, fields, notifications, confirmations, settings, duplication, and statistics.
The gateway refreshes the catalog from WordPress every five minutes by default. New REST-exposed abilities installed later are automatically added to MCP with their original JSON input schema and safety annotations.
Related MCP server: WP MCP Ultimate
Architecture
flowchart LR
C["ChatGPT / Codex"] -->|"OAuth 2.1 + MCP"| R["Railway gateway"]
R -->|"Dedicated Application Password"| W["WordPress Abilities API"]
W --> N["Novamira + Pro"]Only the gateway is deployed to Railway. WordPress already contains Novamira, Novamira Pro, the MCP Adapter, and WP-CLI; no second control plugin is required.
Security model
OAuth 2.1 Authorization Code flow with PKCE, dynamic client registration, protected-resource discovery, short-lived access tokens, and refresh tokens.
A separate owner authorization password protects OAuth consent.
A dedicated, revocable WordPress Application Password is stored only as a Railway secret.
The target WordPress origin is fixed in server configuration; tools cannot redirect the gateway to an arbitrary host.
WordPress remains the authority for each ability's permission callback and schema validation.
Read, write, and dangerous scopes are enforced server-side.
Novamira's PHP, WP-CLI, admin-link, and destructive abilities always require
wordpress:dangerousand an exact_confirmvalue.MCP safety annotations are generated from the live WordPress annotations so clients can apply approval controls.
Tool output is capped, request timeouts are enforced, redirects are rejected, credentials are never logged, and OAuth/MCP endpoints are rate-limited.
Railway's
/healthendpoint is liveness only./readyverifies that the WordPress ability catalog is available.
Local verification
Requirements: Node.js 22 or later.
npm ci
npm run check
npm test
npm run buildCopy .env.example to .env, fill the required values, then run:
npm run devInspect http://localhost:3000/mcp with MCP Inspector using the optional MCP_STATIC_TOKEN as a Bearer token. Leave MCP_STATIC_TOKEN unset in the public production deployment unless a separate API integration specifically needs it.
Railway deployment
Create a dedicated WordPress administrator account for the gateway. Generate one Application Password named
Railway Simpli MCP. Do not reuse a human password.Create a Railway service from this repository or run
railway upfrom this directory.Add the variables shown in
.env.example. Generate secrets locally:openssl rand -base64 48 openssl rand -base64 48Set
PUBLIC_BASE_URLto the final HTTPS origin. If using a Railway-generated domain first, use that origin. If usingmcp.simplicosmetics.co.ke, add it as a Railway custom domain and point the Cloudflare DNS record to the Railway target before changing this variable.Confirm Railway reports
/healthas HTTP 200.Open
/ready; it must reportready: trueand the expected ability count.Add the complete
/mcpURL as a remote MCP connection. The client will discover OAuth, dynamically register, and open the owner authorization page.Run the acceptance checks in docs/ACCEPTANCE.md before enabling live write tools.
Railway injects PORT; the service listens on it automatically. The included railway.json configures Docker builds, /health, and restart-on-failure.
Operational rollback
Rollback is immediate and does not change WordPress code:
revoke the
Railway Simpli MCPApplication Password in WordPress;pause or remove the Railway service;
remove its custom DNS record if one was created.
Existing Novamira functionality inside WordPress remains untouched.
Primary technical references
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 Servers
- Alicense-qualityBmaintenanceEnables AI assistants to manage and interact with WordPress sites through MCP, providing tools for content creation, moderation, WooCommerce operations, and governance.46GPL 2.0
- Alicense-qualityAmaintenanceA self-contained MCP server plugin that connects WordPress to AI, providing 58 abilities for managing posts, pages, media, users, plugins, menus, comments, and more through any MCP-compatible AI client.136GPL 2.0
- Alicense-qualityAmaintenanceOpen-source MCP bridge that connects any AI client to your WordPress sites through the WordPress Abilities API. Supports multi-site routing, OAuth 2.1 or Application Password authentication, and zero npm dependencies.251GPL 2.0
- Alicense-qualityAmaintenanceA free WordPress plugin that turns your site into a governed MCP server, exposing 153 curated WordPress abilities (posts, media, users, WooCommerce, ACF, SEO) as tools for AI agents like Claude and Cursor. Every ability is off by default, scoped to a least-privilege user, capability-gated, and logged.2GPL 2.0
Related MCP Connectors
Security-first WordPress MCP server. 129 tools for Claude, ChatGPT, Gemini. Free on wp.org.
WordPress MCP server: generate SEO posts, AI images, autoblog & WooCommerce on your self-hosted site
WordPress MCP server: publish posts, AI images, SEO and full site management, self-hosted
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/jaymoxke/simpli-wordpress-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server