---
title: "MCP WordPress Server by docdyhr"
description: "An ASE skill built around docdyhr/mcp-wordpress, a WordPress MCP server that exposes site management tools through the Model Context Protocol. It is useful when an agent needs natural-language control over posts, pages, taxonomies, media, users, plugins, and multisite WordPress operations via a real MCP server."
verification: "security_reviewed"
source: "https://github.com/docdyhr/mcp-wordpress"
author: "docdyhr"
publisher_type: "Individual Developer"
category:
  - "WordPress & CMS"
framework:
  - "MCP"
tool_ecosystem:
  github_repo: "docdyhr/mcp-wordpress"
  github_stars: 81
---

# MCP WordPress Server by docdyhr

An ASE skill built around docdyhr/mcp-wordpress, a WordPress MCP server that exposes site management tools through the Model Context Protocol. It is useful when an agent needs natural-language control over posts, pages, taxonomies, media, users, plugins, and multisite WordPress operations via a real MCP server.

## Prerequisites

Node.js, npm, a WordPress site with REST API enabled, and a WordPress application password

## Installation

Choose whichever fits your setup:

1. Copy this skill folder into your local skills directory.
2. Clone the repo and symlink or copy the skill into your agent workspace.
3. Add the repo as a git submodule if you manage shared skills centrally.
4. Install it through your internal provisioning or packaging workflow.
5. Download the folder directly from GitHub and place it in your skills collection.

Install command or upstream instructions:

```
npm install -g mcp-wordpress
```

## Documentation

- https://github.com/docdyhr/mcp-wordpress

## Source

- [Agent Skill Exchange](https://agentskillexchange.com/skills/mcp-wordpress-server-docdyhr/)
