MCP server v2.0 for WP MCP Control — 100+ tools for pages, Elementor, WooCommerce, SEO, ACF, and more from Cursor or Claude Desktop
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"wp-mcp-control-serve": {
"command": "npx",
"args": [
"-y",
"mpierre135/wp-mcp-control-server"
]
}
}
}
Run in terminal:
claude mcp add wp-mcp-control-serve npx -y mpierre135/wp-mcp-control-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"wp-mcp-control-serve": {
"command": "npx",
"args": [
"-y",
"mpierre135/wp-mcp-control-server"
]
}
}
}