WP Manifestindependent plugin directory
manifest / ai / wp-post-mcp

WP Post MCP

Native WordPress Model Context Protocol (MCP) server plugin to create draft posts with Gutenberg blocks and manage taxonomies via AI agents (Gemini Spark, Claude, Cursor).

by Daniel Henriquez · github.com/dhenriquez/wp-post-mcp · website

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/dhenriquez/wp-post-mcp/archive/refs/heads/main.zip

From the readme

WP Post MCP (WordPress Model Context Protocol Server) A native WordPress plugin in PHP that exposes a Model Context Protocol (MCP) server with full support for Server-Sent Events (SSE) and HTTP JSON-RPC 2.0 at https://your-site.com/mcp. It allows AI models such as Gemini Spark, Claude Desktop, Cursor, Antigravity, etc., to securely interact with your WordPress site to: - 📋 List existing categories & tags to assign proper taxonomy terms. - 🖼️ Upload images via Base64 into the Media Library with complete SEO metadata (Alt Text, Title, Caption, Description) and attach them as featuredimage. - 📝 Create posts strictly in draft status (draft) with full support for clean HTML and native Gutenberg block markup (, , etc.). - 📖 Read existing posts (readpost) with token-optimized sanitized text or HTML. - ✏️ Iteratively update drafts (updatedraft) with revised text, metadata, or images. - 🧠 Custom MCP Prompts configurable right from the WordPress Admin panel. - 🌐 MCP Resources (such as wordpress://posts/recent) to give the AI passive awareness of recent content for internal linking. 🚀 Installation & Activation 1. Copy the wp-post-mcp directory into your WordPress plugins folder: 2. Na

Read the full README on GitHub →

Releases

TagPublished
v1.0.0 Aug 12, 2026

These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.