Overview of WordPress MCP capabilities
trunkThe WordPress Model Context Protocol (MCP) plugin allows external AI systems to interact with a WordPress site through three primary abstractions:
- Tools: Executable actions the AI can request (e.g.,
create_post,get_user_details). - Resources: Data the AI can retrieve from the site (e.g.,
list_published_posts,get_site_options). - Prompts: Structured interaction templates designed for common AI tasks related to the site.
The plugin acts as the server-side MCP endpoint within your WordPress installation.