MCP.so
ログイン

Mcp Wordpress

@AiondaDotCom

Mcp Wordpress について

Model Context Protocol server for WordPress REST API integration. Allows AI assistants to manage WordPress content, posts, pages, media uploads, and user management through the WordPress REST API.

基本情報

カテゴリ

その他

ライセンス

MIT license

トランスポート

stdio

公開者

AiondaDotCom

投稿者

Stephan Ferraro

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "wordpress": {
      "command": "npx",
      "args": [
        "-y",
        "@aiondadotcom/mcp-wordpress"
      ],
      "env": {
        "WORDPRESS_URL": "<YOUR_WORDPRESS_URL>",
        "WORDPRESS_USERNAME": "<YOUR_USERNAME>",
        "WORDPRESS_APP_PASSWORD": "<YOUR_APP_PASSWORD>"
      }
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is Mcp Wordpress?

Mcp Wordpress is a Model Context Protocol server that provides comprehensive integration with the WordPress REST API, offering 48 management tools. It is designed for content creators, bloggers, and developers who need to manage WordPress sites programmatically through AI assistants.

How to use Mcp Wordpress?

Install via npx: npx @aiondadotcom/mcp-wordpress. Configure the server with your WordPress site URL, username, and app password in a JSON block under mcpServers. The server exposes 48 tools organized into categories such as posts, users, media, comments, taxonomies, site settings, and authentication.

Key features of Mcp Wordpress

  • Complete CRUD for posts, pages, and media
  • Advanced media upload and library management
  • User and permission management across all roles
  • Comment moderation with approval and spam filtering
  • Taxonomy organization for categories and tags
  • Six authentication methods including OAuth 2.0, JWT, and App Passwords

Use cases of Mcp Wordpress

  • Automating content publishing workflows from an AI assistant
  • Managing media files and metadata across a WordPress site
  • Handling user role assignments and permission updates
  • Moderating comments with spam filtering and approval processes
  • Retrieving site statistics and performing global settings adjustments

FAQ from Mcp Wordpress

How many tools does Mcp Wordpress provide?

Mcp Wordpress provides 48 management tools covering posts, pages, media, users, comments, taxonomies, site administration, and authentication.

What authentication methods does Mcp Wordpress support?

The server supports six authentication methods, including OAuth 2.0, JWT, and App Passwords. The example configuration uses app passwords for simplicity.

What are the runtime dependencies for Mcp Wordpress?

The server is run via npx (Node.js), so Node.js and npm must be installed. No additional database or external service is required; it connects to an existing WordPress site.

Does Mcp Wordpress modify data on my WordPress site directly?

Yes, all operations go through the WordPress REST API and modify the site content (posts, media, users, settings, etc.) in real time. No local data storage is used.

What transport or protocol does Mcp Wordpress use?

Mcp Wordpress uses the Model Context Protocol (MCP) for communication with AI assistants and communicates with the WordPress site over the WordPress REST API.

コメント

「その他」の他のコンテンツ