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.

评论

其他 分类下的更多 MCP 服务器