server-wp-mcp
If you are the rightful owner of server-wp-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A Model Context Protocol (MCP) server that enables AI assistants to interact with WordPress sites through the WordPress REST API.
The WordPress MCP Server is designed to facilitate seamless interaction between AI assistants and WordPress sites using the WordPress REST API. It supports multiple WordPress sites, allowing for secure authentication and enabling a wide range of operations such as content management, post operations, and site configuration through natural language. The server is equipped with features like multi-site support, dynamic endpoint discovery, and flexible operations, making it a robust tool for managing WordPress sites programmatically. With secure authentication using application passwords and a simple JSON configuration file, the server ensures both ease of use and security. It also includes error handling mechanisms to provide meaningful messages in case of issues, ensuring a smooth user experience.
Features
- Multi-Site Support: Connect to multiple WordPress sites simultaneously
- REST API Integration: Full access to WordPress REST API endpoints
- Secure Authentication: Uses application passwords for secure API access
- Dynamic Endpoint Discovery: Automatically maps available endpoints for each site
- Flexible Operations: Support for GET, POST, PUT, DELETE, and PATCH methods
Tools
wp_discover_endpoints
Maps all available REST API endpoints on a WordPress site.
wp_call_endpoint
Executes REST API requests to WordPress sites.