WordPress MCP
Provides tools for creating, updating, searching, and retrieving WordPress posts, as well as fetching WordPress block types schema for generating post content using blocks.
Click on "Deploy 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., "@WordPress MCPSearch for posts about WordPress plugins"
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.
WordPress MCP
A Model Context Protocol server for WordPress content management. It has ability to create, update, search and get posts. It also has ability to get WordPress block types schema to generate post content using blocks.
📺 Demo
This posts are entirely generated by Claude
Demo 1
https://github.com/user-attachments/assets/646a4497-81e6-4bdf-afe1-ce5ef2df587d
Demo 2
https://github.com/user-attachments/assets/6ec184c3-ba41-4699-a13a-0402e1a16ce4
Related MCP server: wp-mcp
📦 Installation
Add following configuration to your claude_desktop_config.json file to use this MCP server:
{
"mcpServers": {
"wordpress": {
"command": "npx",
"args": ["-y", "wordpress-mcp"],
"env": {
"WORDPRESS_HOST_URL": "http://localhost:<PORT>",
"WORDPRESS_API_USERNAME": "<WORDPRESS_USERNAME>",
"WORDPRESS_API_PASSWORD": "<WORDPRESS_APPLICATION_PASSWORD>",
"WORDPRESS_POST_AUTHOR_ID": "<WORDPRESS_POST_AUTHOR_ID>"
}
}
}
}Check Testing your server with Claude for Desktop section in MCP Server Example Documentation for more details.
📝 Available Tools
createPost: Create a new WordPress postupdatePost: Update an existing postsearchPosts: Search for posts by title or keywordgetPost: Get a specific postblockTypesSchema: Get WordPress block types schema
🎉 Happy vibe blogging 🎉
This server cannot be deployed
Maintenance
Related MCP Connectors
Publish to self-hosted WordPress from AI agents: markdown, images, SEO, and Notion sync.
Create, edit, organize, publish, and configure JustBlogged blogs from MCP clients.
Security-first WordPress MCP server. 129 tools for Claude, ChatGPT, Gemini. Free on wp.org.
A Model Context Protocol server for Wix AI tools
Related MCP Servers
AlicenseBqualityFmaintenanceA WordPress plugin that implements the Model Context Protocol to enable AI models and applications to interact with WordPress sites in a structured and secure way.540941ISC- AlicenseNot gradedqualityCmaintenanceA Model Context Protocol server that turns WordPress sites into AI-operable surfaces by exposing CRUD primitives for posts, users, comments, and settings. It supports both local STDIO and remote HTTP transports, allowing AI assistants to manage content and site configuration directly.489MIT
- 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 gradedqualityFmaintenanceEnables WordPress content management (posts, metadata, taxonomies, Gutenberg blocks) via the Model Context Protocol, demonstrating MCP Adapter integration patterns.-