This is the most comprehensive wordpress mcp server. Includes functionality to perform CRUD operations on Users, Blogs, Categories and much more. Get specialised stats as well.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"wordpress-mcp-server": {
"command": "npx",
"args": [
"-y",
"xdatabox/wordpress-mcp-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add wordpress-mcp-server npx -y xdatabox/wordpress-mcp-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"wordpress-mcp-server": {
"command": "npx",
"args": [
"-y",
"xdatabox/wordpress-mcp-server"
]
}
}
}
📋 Copy