Connects Claude to WordPress sites through the REST API with multi-site support and application password authentication. Exposes two main tools: wp_discover_endpoints to map available API routes, and wp_call_endpoint to execute GET, POST, PUT, DELETE, and PATCH requests. You can manage posts, comments, users, plugins, and site settings across multiple WordPress instances from a single JSON config file. Handles everything from querying draft posts and pending comments to creating content and updating media. Reach for this when you want to automate WordPress content workflows or give Claude direct access to modify your sites without writing custom integration code.
claude mcp add --transport stdio emzimmer-server-wp-mcp uvx server-wp-mcp