WordPress MCP

Connector by Cinatra
Free, Open Source
Details

WordPress MCP

Connect one or more self-hosted WordPress sites so Cinatra agents can read posts, create drafts, edit live articles, upload media, and run an in-CMS chat widget right inside the post editor. To get started, install the wordpress/mcp-adapter plugin on each site, then open the WordPress connector settings page in the Cinatra marketplace and add each site using its URL, admin username, and an Application Password (generated in WordPress under Users → Profile → Application Passwords). Each site with a public URL and the plugin installed becomes reachable through the external MCP toolbox; sites on private/local URLs are visible in the admin UI but are skipped from LLM toolbox injection. Edits to published posts use a demote-then-edit flow that preserves the previous live revision in WordPress's revision history. To develop locally, clone the repo, run pnpm install, and run pnpm test to execute the Vitest suite. The connector exports typed primitives (wordpress_posts_list, wordpress_post_get, wordpress_post_create_draft, wordpress_post_update, wordpress_post_delete, wordpress_media_upload, wordpress_post_update_meta, wordpress_content_editor_run) via the extension MCP module. Every write primitive enforces per-user write authority before dispatching; a missing or unbound authority gate fails closed. If an instance shows "not installed" or "auth_error", verify the plugin is active on that site and the Application Password is current; private/local URLs are intentionally excluded from LLM toolbox injection.

This connector owns its WordPress REST client and registers the connection, content, and widget-auth capabilities itself at activation — the Cinatra core ships no WordPress client code. In dev, its cinatra.devSetup hook provisions the local WordPress fixture on boot.

Works with

  • WordPress (self-hosted, version 5.6 or later with the Cinatra mcp-adapter plugin)

Capabilities

  • Connect one or more WordPress sites to your Cinatra workspace
  • Browse and read recent published posts on any connected site
  • Create new draft posts and update existing ones from your agents
  • Edit live published posts while preserving the previous revision in WordPress history
  • Upload images to a site's media library
  • Run an in-CMS chat widget that makes inline edits to the open post in the WordPress editor
  • Receive a webhook notification when a post is published on a connected site
WordPress Assistant YouTube
Reviews (0)

Reviews

There are no reviews yet.

Be the first to review “WordPress MCP”

Your email address will not be published. Required fields are marked *

WordPress Assistant YouTube
Changelog
No changelog available
WordPress Assistant YouTube
More Extensions

More from Cinatra

Google Calendar
Connector by CinatraVerified publisher

Surface your Google Calendar appointment booking pages inside Cinatra so agents can hand them out. Each user registers their public calendar.app.google scheduling links once,…

Free, Open Source
More details
No reviews yet 5 installations
Compatible up to: Cinatra SDK ^2
@cinatra-ai/blog-draft-writer-agent
Agent by CinatraVerified publisher

Turn a blog idea into a polished markdown draft, ready to review and publish. Hand the agent an idea — title, summary, and outline…

Free, Open Source
More details
No reviews yet 15 installations
@cinatra-ai/auditor-agent
Agent by CinatraVerified publisher

A generic content auditor that improves another agent's output before it ships. Point it at any content bundle, choose the audit skills you want…

Free, Open Source
More details
No reviews yet 11 installations
Social Media
Connector by CinatraVerified publisher

A single publishing target for every social network you connect. Agents and workflows hand off a generic social post, and this connector routes it…

Free, Open Source
More details
No reviews yet 6 installations
Compatible up to: Cinatra SDK ^2
CRM
Connector by CinatraVerified publisher

Provider-agnostic CRM facade for cinatra. Exposes 15 crm_* MCP primitives (contacts/accounts/lists) that resolve to whichever CRM provider is registered for an instance. Works with…

Free, Open Source
More details
No reviews yet 6 installations
Compatible up to: Cinatra SDK ^2
@cinatra-ai/blog-idea-artifact
Artifact by CinatraVerified publisher

A short, outline-shaped note that captures a future blog post before anyone writes it. Blog Ideas hold a working title, an angle, a few…

Free, Open Source
More details
No reviews yet 8 installations
WordPress Assistant YouTube