WooCommerce MCP Server
@Vostos007
关于 WooCommerce MCP Server
Model Context Protocol server for WooCommerce management
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"woocommerce-mcp-server-vostos007": {
"command": "node",
"args": [
"scripts/test-connection.js"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is WooCommerce MCP Server?
WooCommerce MCP Server is an MCP (Model Context Protocol) server that integrates a WooCommerce store with AI assistants and task management systems like Task Master. It provides a full integration with the WooCommerce REST API v3, enabling two-way data synchronization and management of products, orders, customers, analytics, and WordPress content.
How to use WooCommerce MCP Server?
Install via npm or Docker, configure the .env file with WooCommerce API keys (Consumer Key and Consumer Secret), then run npm start or the Docker container. Test the connection using provided scripts like node scripts/test-connection.js. Optionally, set up Redis for caching and Task Master integration for automated sync.
Key features of WooCommerce MCP Server
- Full integration with WooCommerce REST API v3
- Two-way synchronization between WooCommerce and Task Master
- MCP 1.0 compatibility for AI assistants
- Manage products, orders, customers, and analytics
- Support for WordPress content (posts, SEO)
- Webhook handling for reactive data sync
- Caching, retry, and validation utilities
Use cases of WooCommerce MCP Server
- Manage a WooCommerce store through an AI assistant
- Sync tasks and orders between WooCommerce and Task Master
- Automate order processing and customer management
- Monitor store analytics and SEO performance via AI
- Trigger reactive updates using webhooks
FAQ from WooCommerce MCP Server
What are the system requirements for WooCommerce MCP Server?
Node.js 16.x or higher, WooCommerce 3.5+ with REST API v3, and optionally Redis for caching and task queues.
How does authentication work with WooCommerce MCP Server?
Authentication uses WooCommerce API keys (Consumer Key and Consumer Secret) configured in the .env file.
Can WooCommerce MCP Server work without Redis?
Yes, Redis is optional. It improves performance and reliability when used.
What data does WooCommerce MCP Server access?
It reads and writes WooCommerce data (products, orders, customers, analytics) and optionally WordPress content (posts, SEO). Data remains in the WooCommerce store and optionally in Redis.
How does WooCommerce MCP Server integrate with AI assistants?
It implements the MCP protocol (version 1.0), allowing AI assistants to interact with WooCommerce through a standardized interface.
其他 分类下的更多 MCP 服务器
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Servers
modelcontextprotocolModel Context Protocol Servers
ghidraMCP
LaurieWiredMCP Server for Ghidra
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
评论