Skip to content

MCP server

WooCommerce MCP server

WooCommerce's official MCP support, in preview, exposes store abilities for products and orders through the WordPress MCP Adapter.

At a glance

Maintained by
WooCommerce (Automattic)
Tools exposed
0 listed below
Reviewed
September 24, 2026

Why it matters

What it does and why it matters

WooCommerce turns WordPress sites into online stores. Its official MCP support, in preview at review time, builds on the WordPress MCP Adapter and exposes store abilities in two groups: products, with query, create, update and delete, and orders, with query, status updates and notes.

For store owners, that means asking about orders, updating product details and adding order notes by describing what you need.

WooCommerce documents the abilities but not exact tool names, so none are listed here. Every ability runs through WordPress permission checks, so connect with a shop manager account rather than an administrator. Product deletes and price changes affect sales directly, so we keep them behind approval.

Use cases

Best business use cases

Order questions

Look up orders and their status for support. See AI customer support.

Product updates

Update descriptions and attributes in bulk with review. See content generation.

Order notes

Add notes to orders after customer contact.

Status updates

Move orders to the right status.

Catalog checks

Find products with missing data.

Tools

Available tools

Tool names as published by the maintainer at review time. Versions change, so check the repository for the current list.

Docs describe abilities in two groups: products (query, create, update, delete) and orders (query, update status, add notes). Exact ability identifiers are not listed on the docs page.

Read and write: Read and write for products and orders, limited by each ability's permission checks.

Workflows

Example workflows

Answer "where is my order"

  1. 1

    A customer asks about an order.

  2. 2

    The assistant queries the order.

  3. 3

    It reads status and notes.

  4. 4

    It drafts a reply.

  5. 5

    Support sends it and adds a note.

Fix missing product data

  1. 1

    Ask for products without descriptions.

  2. 2

    The assistant lists them.

  3. 3

    It drafts descriptions.

  4. 4

    A person reviews them.

  5. 5

    Approved updates are applied.

Prompts

Example prompts

  • “What is the status of order 10452 and when was it shipped?”

  • “List products with no description or no images.”

  • “Add a note to order 10452 that the customer called about delivery.”

Setup

Installation and configuration

Examples for Claude Desktop and Claude Code. Replace the placeholder values with your own keys, and store secrets outside version control.

Claude Desktop: claude_desktop_config.json

{
    "mcpServers": {
        "woocommerce_store": {
            "command": "npx",
            "args": [
                "-y",
                "@automattic/mcp-wordpress-remote@latest"
            ],
            "env": {
                "WP_API_URL": "https://yourstore.com/wp-json/mcp/mcp-adapter-default-server",
                "WP_API_USERNAME": "your-username",
                "WP_API_PASSWORD": "your-application-password"
            }
        }
    }
}

Claude Code: terminal

claude mcp add --env WP_API_URL=https://yourstore.com/wp-json/mcp/mcp-adapter-default-server --env WP_API_USERNAME=your-username --env WP_API_PASSWORD='your-application-password' woocommerce_store -- npx -y @automattic/mcp-wordpress-remote@latest
  • Hosted server: https://yourstore.com/wp-json/mcp/mcp-adapter-default-server.
  • Local server: npx -y @automattic/mcp-wordpress-remote@latest (local proxy to the store endpoint).
  • Needs: WordPress Application Password over HTTPS. The feature must be enabled first (mcp_integration feature flag or wp option update woocommerce_feature_mcp_integration_enabled yes)..

Security

Security considerations

  • Shop manager role

    Connect with a shop manager, not an administrator.

  • Approve deletes

    Product deletes and price changes need approval.

  • Preview status

    The integration was in preview at review time.

  • Customer data

    Orders hold personal data. Limit access.

Related servers

Servers that pair well with it

WordPress

The official WordPress MCP Adapter lets AI discover and run WordPress abilities that plugins and sites expose, with WordPress permissions.

Shopify Dev

Shopify's Dev MCP server helps developers build for Shopify: it searches Shopify docs and API schemas and validates GraphQL, components and themes.

Stripe

Stripe's official MCP server lets AI search and read Stripe data, make changes with confirmation for sensitive actions, run analytics and search docs.

Keep exploring

FAQ

Questions people ask us

Have a question that is not here? Ask us directly.

Start a project

Want this connected to your own systems? We build AI workflows with MCP.

Send a short brief. We reply with questions, a suggested plan and an estimate you can compare with other offers.

Your privacy choices

We use necessary storage to run this site. With your permission we also use Google Analytics to see which pages help people, and load maps from Google. You can change this at any time. Read the cookie policy.