MCP Catalogs
Home

wp-mcp

by Adi-ty·2·Score 32

WordPress MCP server enables AI agents to manage WordPress content through natural language commands.

ecommerceai-llmdeveloper-tools
1
Forks
1
Open issues
10 mo ago
Last commit
2d ago
Indexed

Overview

The wp-mcp server provides direct integration between WordPress sites and AI clients like Claude Desktop, Cursor, and VS Code. It exposes comprehensive content management capabilities including creating, reading, updating, and deleting posts, pages, taxonomies, users, and media through the WordPress REST API. The server uses WordPress Application Passwords for secure authentication, ensuring safe access to site management functions.

Try asking AI

After installing, here are 5 things you can ask your AI assistant:

you:AI-powered content creation and publishing for WordPress blogs
you:Voice-controlled website management through AI assistants
you:Automated content generation with direct WordPress publishing
you:How do I generate WordPress application passwords?
you:What WordPress versions are supported?

When to choose this

Choose wp-mcp when you need AI-powered natural language control over your WordPress content management workflow.

When NOT to choose this

Avoid wp-mcp if you need multi-site management or advanced user permissions beyond what WordPress Application Passwords provide.

Comparable tools

wordpress-api-mcpcms-ai-integrationheadless-wp-mcp

Installation

npm install @adi.lib/wp-mcp

Add to your client configuration:

{
  "servers": {
    "wp-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": ["-y", "@adi.lib/wp-mcp"],
      "env": {
        "WP_BASE_URL": "https://your-site.com",
        "WP_USERNAME": "admin",
        "WP_APP_PASSWORD": "abc1 def2 ghi3 jkl4"
      }
    }
  }
}

FAQ

How do I generate WordPress application passwords?
Go to WordPress Admin > Users > Your Profile > Application Passwords, enter a name, and copy the generated password.
What WordPress versions are supported?
Any WordPress version with REST API enabled, which includes WordPress 4.7 and later.

Compare wp-mcp with

GitHub →

Last updated · Auto-generated from public README + GitHub signals.