wp-mcp-server-demo
Verified Safeby jonathanbossenger
Overview
A WordPress plugin acting as a configuration layer to create a custom Model Context Protocol (MCP) server, exposing pre-defined abilities from the WP Abilities API Demo plugin for AI integration.
Installation
No command providedSecurity Notes
The plugin acts as a configuration wrapper for an MCP server, exposing abilities defined in a separate plugin. It explicitly states that all abilities implement permission-based access control, input sanitization, validation, and proper WordPress capability checks (`manage_options`, `publish_posts`). The main security considerations would arise from the exposed abilities themselves (defined externally) and the secure configuration of the WordPress environment and authentication methods (e.g., application passwords).
Similar Servers
mcp-server
This plugin implements a Model Context Protocol (MCP) server for WordPress, exposing WordPress's data and functionality through its REST API to AI clients.
php-mcp
Facilitates communication and integration between LLM applications and external data sources or tools by implementing the Model Context Protocol (MCP).
mcp-for-woocommerce
Connects WordPress and WooCommerce to AI systems via Model Context Protocol, enabling AI agents to query and manage e-commerce data (products, orders, categories, shipping, payments, taxes) and content (posts, pages).
mcp-ai-wpoos
Provides a stable API and server framework for integrating AI models and tools into WordPress, enabling advanced AI assistant capabilities and workflow automation.