MCP.so
登录

WooCommerce MCP Server

@Vostos007

关于 WooCommerce MCP Server

Model Context Protocol server for WooCommerce management

基本信息

分类

其他

运行时

node

传输方式

stdio

发布者

Vostos007

配置

使用下面的配置,将此服务器添加到你的 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 服务器