The WordPress MCP server enables AI assistants to interact with WordPress sites through a standardized interface. It handles authentication and provides a secure way to discover and interact with WordPress REST API endpoints. The server loads site configurations from a JSON file, establishes connections with Basic Auth, and exposes two main tools: wp_discover_endpoints for mapping available API endpoints on a WordPress site, and wp_call_endpoint for executing specific REST API requests with parameters. This implementation is particularly valuable for users who need to manage WordPress content or retrieve site data directly through AI assistants without manual API configuration.
No explicit actions found
This MCP server may use standard commands or have its functionality documented in the README. Check the Setup or README tabs for more information.
No reviews yet. Be the first to review!
Sign in to join the conversation