439 MCP tools for managing CMS platforms with AI. Full REST API coverage for WordPress (143 tools), Shopify (147 tools), WooCommerce (95 tools), Framer (20 tools), Strapi (17 tools), and Ghost (17 tools). One command setup - works with Claude, Cursor, Windsurf, Copilot, and any MCP client.
Server Config
{
"mcpServers": {
"wordpress": {
"command": "npx",
"args": [
"-y",
"@cmsmcp/wordpress"
],
"env": {
"WORDPRESS_URL": "https://yoursite.com",
"WORDPRESS_USERNAME": "admin",
"WORDPRESS_APP_PASSWORD": "your-app-password"
}
}
}
}