WordPress MCP
モデルコンテキストプロトコル(MCP)を実装し、標準化されたインターフェースを通じてWordPressの機能を公開するWordPressプラグイン。このプラグインにより、AIモデルやその他のアプリケーションがWordPressサイトと構造化された安全な方法でやり取りできるようになります。
特徴
- 🔒 WordPressインタラクションのための安全で標準化されたインターフェース
- 🤖 AIフレンドリーなAPIエンドポイント
- 🏗️ カスタムツール、リソース、プロンプトのための拡張可能なアーキテクチャ
- 🔌 WordPress Feature API用アダプター
- ⚡ 高性能実装
インストール
- https://github.com/Automattic/wordpress-mcp/releases/から最新の wordpress-mcp.zip をダウンロードします。
- プラグインファイルを
/wp-content/plugins/wordpress-mcp
ディレクトリにアップロードします。 - WordPressの「プラグイン」メニューからプラグインを有効化します。
Settings > MCP
に移動し、MCP の機能を有効にします。
使用法
このプラグインは、MCPインターフェースを操作するためのクライアント側実装を提供するwp-wordpress-remoteと連携するように設計されています。使用方法をご確認ください。
発達
プラグインの拡張
WordPress MCP API を通じて新しいコンポーネントを追加することで、プラグインの機能を拡張できます。
新しいツールの追加
例についてはwp-content/plugins/wordpress-mcp/includes/Tools/
で定義されているツールを確認してください。
リソースの追加
例についてはwp-content/plugins/wordpress-mcp/includes/Resources/
のリソース定義を確認してください。
プロンプトの追加
サンプルについてはwp-content/plugins/wordpress-mcp/includes/Prompts/
で定義されているプロンプトを確認してください。
WordPress Feature API の使用
WordPress Feature API をご確認ください。これは、WordPress の機能をサーバー側とクライアント側の両方で標準化された方法で公開するためのシステムです。このプラグインを有効にすると、Features が MCP ツールとリソースに変換されます。
貢献
貢献を歓迎します!
サポート
WordPress MCP には広範なドキュメントがありますので、詳細についてはドキュメントを参照してください。
サポートについては、以下をご覧ください。
- GitHubで問題を開く
- メンテナーに連絡する
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
モデル コンテキスト プロトコルを実装し、AI モデルとアプリケーションが構造化された安全な方法で WordPress サイトと対話できるようにする WordPress プラグイン。
Related MCP Servers
- -securityAlicense-qualityImplements a Model Context Protocol server for WordPress that enhances VS Code with WordPress-specific intelligence, including database integration, code completion, and documentation.Last updated -522TypeScriptMIT License
- AsecurityAlicenseAqualityA Model Context Protocol plugin that helps AI assistants maintain persistent project context through structured markdown files, providing a systematic approach to tracking project goals, decisions, progress, and patterns.Last updated -374417JavaScriptMIT License
- -securityAlicense-qualityA Model Context Protocol server that enables AI assistants to manage WordPress sites and create content with AI-generated featured images.Last updated -PythonMIT License
- -securityAlicense-qualityA Model Context Protocol server that automatically discovers WordPress REST API endpoints and creates individual tools for each endpoint, enabling natural language management of WordPress sites.Last updated -4JavaScriptMIT License