wordpress-mcp-server
33
The Comprehensive WordPress MCP Server allows AI assistants to manage WordPress sites using the REST API. It supports managing posts, users, comments, categories, and tags, providing flexible and programmatic site interaction.
Comprehensive WordPress MCP Server
A fully-featured Model Context Protocol server that facilitates interaction between AI assistants and WordPress sites utilizing the WordPress REST API. The server supports the full spectrum of WordPress management, including posts, users, comments, categories, tags, and custom endpoints.
Features
- Post Management: Manage posts through creation, retrieval, updating, deletion, and parameterized filtering.
- User Management: Retrieve, update, and delete user information.
- Comments Management: Full CRUD operations for comments with filtering options.
- Taxonomy Management: Handle categories and tags, supporting all CRUD operations.
- Site Information: Access general site data.
- Custom Requests: Handle custom REST API endpoints and methods.
Prerequisites
- Node.js v18 or higher
- A WordPress site with REST API enabled
- WordPress application password for authentication
Security
- Use HTTPS URLs and application passwords for site security
- Keep passwords secure and regularly update them
Development
- Contributions are welcome via pull requests