MCP.so
Sign In

Mcp Wordpress

@AiondaDotCom

About 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.

Basic information

Category

Other

License

MIT license

Transports

stdio

Publisher

AiondaDotCom

Submitted by

Stephan Ferraro

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "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>"
      }
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

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.

Comments

More Other MCP servers