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.
Overview
CMS MCP Hub
439 MCP tools for managing CMS platforms with AI. No plugins required - connects directly via official APIs.
Packages
- @cmsmcp/wordpress - 143 tools (full WordPress REST API v2)
- @cmsmcp/shopify - 147 tools (full Shopify Admin REST API)
- @cmsmcp/woocommerce - 95 tools (full WooCommerce REST API v3)
- @cmsmcp/framer - 20 tools (Framer Server API)
- @cmsmcp/strapi - 17 tools (Strapi REST API)
- @cmsmcp/ghost - 17 tools (Ghost Admin API)
Features
- Posts, pages, media, comments, users, plugins, themes, menus, blocks, templates
- Products, orders, customers, inventory, collections, fulfillments, refunds
- SEO (Yoast), custom fields (ACF), workflows, file uploads
- 227 tests, TypeScript strict mode, published on npm
Install
- npx @cmsmcp/wordpress
- npx @cmsmcp/shopify
- npx @cmsmcp/woocommerce
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"
}
}
}
}