wp-mcp
by Adi-ty·★ 2·Score 32
WordPress MCP server enables AI agents to manage WordPress content through natural language commands.
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:
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
Installation
npm install @adi.lib/wp-mcpAdd 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
Last updated · Auto-generated from public README + GitHub signals.