Server Directory
APIIntermediate

WordPress

by WordPress Community

GitHub
4.7k

WordPress REST API integration for content management. Create and edit posts, manage media, handle comments, customize themes, and access site analytics.

CAPABILITIES

  • Post and page CRUD
  • Media library management
  • Comment moderation
  • User and role management
  • Plugin and theme access
  • Custom post types

INSTALLATION

Terminal
npx -y @wordpress/mcp-server

CLAUDE DESKTOP CONFIG

claude_desktop_config.json
{
  "mcpServers": {
    "wordpress": {
      "command": "npx",
      "args": [
        "npx", "-y",
        ""@wordpress/mcp-server"
      ]
    }
  }
}

Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json

QUICK FACTS

Category
API
Difficulty
Intermediate
Maintained By
WordPress Community
NPM Package
@wordpress/mcp-server

NEW TO MCP?

Learn how to set up MCP servers with Claude Desktop step by step.

Read the tutorial →