W

WooCommerce

Query WooCommerce products, orders and customers.

·No reviews yet
Repo
Share:

About

Auto-generated

WooCommerce is a Model Context Protocol server in the Commerce & Payments category. It lets AI assistants that speak MCP call its tools and read its resources over STDIO.

Example tools

Illustrative tool names — the actual tool set is defined by the server at runtime.

list_resources
Enumerate resources exposed by this MCP
get_resource
Fetch a resource by ID
invoke
Invoke the primary action of this MCP

Screenshots

No screenshots yet.

Frequently Asked Questions

Common questions about WooCommerce.

What is the primary function of the WooCommerce MCP server?
This MCP server enables integration with WooCommerce, allowing you to query product, order, and customer data. It facilitates programmatic access to your e-commerce store's information.
How do I configure this MCP in a client application?
Configuration typically involves specifying the transport as 'stdio' and providing the required API key for authentication. Consult your client's documentation for specific setup instructions.
Does the WooCommerce MCP require authentication?
Yes, this MCP server uses API key authentication. A valid API key must be provided to access and interact with your WooCommerce store's data.
What type of data can I access using this WooCommerce MCP?
You can access data related to WooCommerce products, customer profiles, and order details. This allows for automation and integration with other systems.
Is there a cost associated with using this MCP server?
The MCP server itself is open-source and community-provided. The underlying WooCommerce and WordPress platforms may have associated hosting or licensing costs depending on your specific setup.
Are there any specific prerequisites for running this WooCommerce MCP server?
This MCP server requires a functional WordPress installation with the WooCommerce plugin active. It operates via the 'stdio' transport, implying a local execution environment.

Install WooCommerce

Claude Desktop

Add this to claude_desktop_config.json.

{
  "mcpServers": {
    "woocommerce": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-woocommerce"
      ]
    }
  }
}

Cursor

Add this to ~/.cursor/mcp.json.

{
  "mcpServers": {
    "woocommerce": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-woocommerce"
      ]
    }
  }
}

VS Code

Add this to your workspace settings.json.

{
  "mcp.servers": {
    "woocommerce": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-woocommerce"
      ]
    }
  }
}

Reviews

Sign in to leave a review.

No reviews yet. Be the first!

Discussion(0)

Sign in to join the discussion.

No comments yet.