About
Overview
The WordPress API MCP Server enables AI agents to interact with WordPress sites. It provides tools for managing posts, pages, media, plugins, and user accounts through the WP REST API.
Capabilities
Tools & Capabilities
⚡list_posts
List WordPress posts
⚡create_post
Create a new post
⚡list_plugins
List installed plugins
⚡upload_media
Upload media file
Setup
Installation
bash
Install
npx -y mcp-server-wordpressExamples
Example Usage
javascript
Usage
{
"mcpServers": {
"wordpress": {
"command": "npx",
"args": ["-y", "mcp-server-wordpress"]
}
}
}Quick Info
Authorcommunity
LanguageTypeScript
StatusStable
Stars★ 70
Last UpdatedFeb 12, 2026