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
📦 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 🎉
Recommend MCP Servers 💡
@r-huijts/ethics-vibe-check
An MCP server that turns Claude into a philosophical sparring partner who actively contradicts comfortable conversations and challenges confirmation bias.
mcp-ai-soc-sher
A powerful AI-driven Security Operations Center (SOC) Text2SQL framework based on MCP Server for converting natural language prompts to SQL queries with integrated security threat analysis and monitoring.
unsplash
A simple MCP server for seamless Unsplash image integration and search capabilities.
bear
A Model Context Protocol (MCP) server that allows AI assistants like Claude to read notes from the [Bear](https://bear.app/) note-taking app. This implementation connects directly to the Bear SQLite database in a read-only mode, ensuring your notes remain safe and unmodified.
mcp-monitor
A system monitoring tool that exposes system metrics via the Model Context Protocol (MCP). This tool allows LLMs to retrieve real-time system information through an MCP-compatible interface.
Tavily
Tavily is a specialized search engine API designed for Large Language Models (LLMs) and AI agents, providing real-time, accurate, and unbiased information to enhance AI applications with web access and reduce hallucinations.