Provides 115+ tools for comprehensive WooCommerce store management including products, orders, customers, inventory, multi-store operations, bulk processing, store cloning, SEO optimization, and performance monitoring with enterprise-level safety features.
WooCommerce Enterprise MCP Suite
A comprehensive enterprise-level Model Context Protocol (MCP) integration for WooCommerce, providing 100+ tools for complete store management through Claude Desktop. This suite offers full WooCommerce REST API coverage with advanced multi-store management, automation, and safety features.
🚀 Key Features
Enterprise Capabilities
- ✅ 100+ MCP Tools - Complete WooCommerce REST API coverage
- ✅ Multi-Store Management - Manage unlimited stores from single interface
- ✅ Store Cloning - Complete store replication with localization
- ✅ Bulk Operations - Safe bulk processing with preview and rollback
- ✅ Multi-Language Support - Complete translation management
- ✅ Multi-Currency - Regional pricing and currency conversion
- ✅ Theme Management - Customization and branding tools
- ✅ SEO Optimization - Advanced SEO and marketing tools
- ✅ Performance Monitoring - Real-time metrics and alerts
- ✅ Automated Backups - Scheduled backups with restore capabilities
Safety & Security
- 🛡️ Dry-Run Mode - Preview all changes before execution
- 🔄 Automatic Rollback - Revert on errors
- 💾 Backup Before Changes - Automatic safety snapshots
- ⚡ Rate Limiting - Prevent API overload
- ✔️ Validation - Input validation and error checking
🏗️ Architecture
The suite is organized into two complementary systems:
System 1: Web Platform
- Location:
/web-platform/
- Purpose: Browser-based management interface
- Features: Multi-store dashboard, visual analytics, REST API
System 2: Claude Desktop MCP (Enhanced)
- Location:
/claude-desktop-mcp/enhanced/
- Purpose: AI-powered store management through Claude
- Features: 100+ MCP tools, natural language interface, automation
📁 Project Structure
🛠️ Tool Categories (100+ Tools)
Product Management (15+ tools)
create_product
, update_product
, bulk_update_products
, manage_variations
, import_products
, export_products
, duplicate_product
, manage_inventory
, set_sale_prices
, manage_categories
, manage_tags
, product_reviews
, cross_sells_upsells
, product_attributes
, product_search
Order Management (12+ tools)
get_orders
, create_order
, update_order_status
, bulk_fulfill_orders
, process_refunds
, generate_invoices
, print_shipping_labels
, track_shipments
, order_notes
, recurring_orders
, abandoned_cart_recovery
, sales_analytics
Customer Management (10+ tools)
get_customers
, create_customer
, update_customer
, customer_segments
, loyalty_programs
, customer_analytics
, export_customers
, import_customers
, merge_customers
, customer_communications
Multi-Store Management (8+ tools)
add_store
, sync_stores
, clone_store
, compare_stores
, bulk_store_updates
, store_migration
, regional_settings
, store_permissions
Content & SEO (10+ tools)
manage_pages
, create_blog_posts
, optimize_seo
, generate_sitemaps
, meta_tags_management
, schema_markup
, content_translation
, image_optimization
, url_redirects
, analytics_integration
Monitoring & Health (7+ tools)
monitor_performance
, health_check
, create_backup
, restore_backup
, error_logs
, uptime_monitoring
, alert_management
🚀 Quick Start
Option 1: Web Platform
→ Opens browser at http://localhost:8000
Option 2: Claude Desktop MCP
→ Use Claude Desktop to manage your store
📊 System Comparison
Feature | Web Platform | Enhanced Claude MCP |
---|---|---|
Interface | Web browser | Claude Desktop |
MCP Tools | N/A | 100+ tools |
Stores | Multiple | Unlimited |
Store Cloning | Manual | Automated |
Setup | Medium | Simple |
Storage | Database | In-memory + backups |
Bulk Operations | ✅ Yes | ✅ Yes (with safety) |
API Access | ✅ REST API | ✅ Full coverage |
Multi-Language | Basic | ✅ Complete |
Multi-Currency | Basic | ✅ Advanced |
Monitoring | Basic | ✅ Real-time |
Backup/Restore | Manual | ✅ Automated |
Best For | Web UI needs | Enterprise automation |
📋 Requirements
- Python: 3.11+ (required for pandas/numpy)
- OS: Windows 10/11
- RAM: 2GB minimum
- WooCommerce: REST API enabled
🔧 Installation
Prerequisites
- Python 3.9+ (3.11+ recommended)
- Node.js 16+ (for Claude Desktop)
- WooCommerce store with REST API enabled
- Windows 10/11 or Linux/macOS
Setup Steps
- Clone the repository:
- Install Python dependencies:
- Configure store credentials:
- Configure Claude Desktop for Enhanced MCP:
- Restart Claude Desktop to load the enhanced MCP server
📚 Documentation
- Architecture: ARCHITECTURE.md - System design details
- Web Platform: web-platform/README.md
- Claude MCP: claude-desktop-mcp/README.md
💡 Usage Examples
Multi-Store Management
Bulk Operations with Safety
Advanced Analytics
Automated Monitoring
🎯 Use Cases
Enterprise Use Cases
- Multi-Region Expansion: Clone and localize stores for new markets
- Inventory Synchronization: Real-time sync across all locations
- Dynamic Pricing: Automated regional pricing with currency conversion
- Bulk Migration: Import/export entire product catalogs
- SEO Optimization: Multilingual SEO with schema markup
- Performance Monitoring: 24/7 health checks with alerts
- Disaster Recovery: Automated backups with quick restore
- Customer Analytics: Segment analysis and lifetime value tracking
- Order Automation: Bulk fulfillment and invoice generation
- Content Management: Multi-language content with translations
🔒 Security Best Practices
- Never commit credentials - Use environment variables
- Rotate API keys regularly - Update keys monthly
- Use read-only keys when possible - Limit permissions
- Enable API request logging - Maintain audit trail
- Implement IP whitelisting - Restrict access
- Use HTTPS only - Encrypted connections
- Regular security audits - Check for vulnerabilities
⚡ Performance Optimization
- Use Bulk Operations - Process multiple items in single request
- Enable Caching - Cache frequently accessed data
- Optimize Queries - Use specific fields parameter
- Implement Pagination - Process large datasets in chunks
- Schedule Heavy Tasks - Run intensive operations during off-peak
- Monitor API Limits - Stay within rate limits
- Use Async Operations - Non-blocking for better performance
🔄 Migration from Legacy
If you're using the combined mcp-woocommerce-suite/
version:
- Backup your data:
data/
folder contains stores config - Choose your system: Web Platform or Claude MCP
- Follow setup: In the chosen system's README
- Migrate config: Copy store credentials to new system
🧪 Testing
Run Tests
Test Coverage
🛠️ Development
Each system can be developed independently:
Web Platform Development
Claude MCP Development
📈 Monitoring Dashboard
Access real-time metrics and health status:
🌍 Multi-Language & Currency
Supported languages: EN, DE, FR, ES, IT, NL, PT, SV, FI, NO, DA Supported currencies: USD, EUR, GBP, SEK, NOK, DKK, CHF, AUD, CAD
📝 License
MIT License - See LICENSE file for details
🤝 Support
- Documentation: See TOOL_REFERENCE.md for complete API reference
- Architecture: Review ARCHITECTURE.md for system design
- Issues: Report bugs via GitHub Issues
- Logs: Check
data/logs/
for troubleshooting - Requirements: Python 3.9+, WooCommerce REST API enabled
🏆 Version History
Version 2.0.0 (2025-01-26) - Enterprise Edition
- ✨ Complete architectural refactoring into dual-system design
- 🚀 Added 100+ MCP tools for full WooCommerce API coverage
- 🌍 Implemented multi-store management with synchronization
- 🔄 Added store cloning with localization support
- 💱 Integrated multi-language and currency management
- 📊 Built comprehensive monitoring and backup systems
- 🛡️ Added enterprise-level safety features (dry-run, rollback)
- ⚡ Performance optimizations for large-scale operations
Version 1.0.0 (2025-01-20) - Initial Release
- Basic WooCommerce integration
- Web platform for store management
- Simple MCP tools for Claude Desktop
🚀 Get Started:
- 💼 Enhanced Claude MCP - Enterprise automation with 100+ tools
- 🌐 Web Platform - Browser-based management interface
- 📖 Tool Reference - Complete API documentation
This server cannot be installed
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
Provides 115+ MCP tools for comprehensive WooCommerce store management including multi-store operations, bulk processing, inventory sync, order management, and customer analytics. Features enterprise-level safety controls with dry-run mode, automatic backups, and rollback capabilities.
- 🚀 Key Features
- 🏗️ Architecture
- 📁 Project Structure
- 🛠️ Tool Categories (100+ Tools)
- 🚀 Quick Start
- 📊 System Comparison
- 📋 Requirements
- 🔧 Installation
- 📚 Documentation
- 💡 Usage Examples
- 🎯 Use Cases
- 🔒 Security Best Practices
- ⚡ Performance Optimization
- 🔄 Migration from Legacy
- 🧪 Testing
- 🛠️ Development
- 📈 Monitoring Dashboard
- 🌍 Multi-Language & Currency
- 📝 License
- 🤝 Support
- 🏆 Version History
Related MCP Servers
- -securityAlicense-qualityThis MCP server connects clients with Shopify store data, enabling retrieval of product and customer information via exposed tools.Last updated -4MIT License
- -securityAlicense-qualityWooCommerce MCP Server enables interaction with WooCommerce stores through the WordPress REST API. It provides comprehensive tools for managing all aspects of products, orders, customers, shipping, taxes, discounts, and store configuration using JSON-RPC 2.0 protocol.Last updated -66MIT License
- -securityAlicense-qualityThis read-only MCP Server allows you to connect to WooCommerce data from Claude Desktop through CData JDBC Drivers. Free (beta) read/write servers available at https://www.cdata.com/solutions/mcpLast updated -MIT License
- -securityFlicense-qualityA comprehensive toolkit that consolidates over 40 development tools into a single MCP, enabling unified management of frontend, backend, mobile development, GitHub repositories, and database operations.Last updated -