6 months ago
Model Context Protocol server for WordPress REST API integration. Allows AI assistants to manage WordPress content, posts, pages, media uploads, and user management through the WordPress REST API.
Overview
what is mcp-wordpress?
MCP-WordPress is a server application designed to manage a WordPress Content Management System (CMS), providing an efficient way to handle WordPress sites.
how to use mcp-wordpress?
To use mcp-wordpress, set up the server environment and configure it to connect with your WordPress installation. Follow the documentation on the GitHub page for detailed setup instructions.
key features of mcp-wordpress?
- Simplified management of WordPress sites
- Integration with various WordPress plugins
- User-friendly interface for site administration
use cases of mcp-wordpress?
- Managing multiple WordPress sites from a single server.
- Automating updates and backups for WordPress installations.
- Streamlining content publishing workflows.
FAQ from mcp-wordpress?
- Is mcp-wordpress free to use?
Yes! mcp-wordpress is open-source and free to use under the MIT license.
- Can I use mcp-wordpress for multiple sites?
Yes! It is designed to manage multiple WordPress installations efficiently.
- Where can I find the documentation?
Documentation is available on the GitHub page.
Server Config
{
"mcpServers": {
"wordpress": {
"command": "npx",
"args": [
"-y",
"@aiondadotcom/mcp-wordpress"
],
"env": {
"WORDPRESS_URL": "<YOUR_WORDPRESS_URL>",
"WORDPRESS_USERNAME": "<YOUR_USERNAME>",
"WORDPRESS_APP_PASSWORD": "<YOUR_APP_PASSWORD>"
}
}
}
}