Skip to main content
Glama
lockon-n

WooCommerce MCP Server

by lockon-n

WooCommerce MCP Server

An MCP (Model Context Protocol) server that provides access to WooCommerce REST API functionality.

Features

  • Complete WooCommerce API coverage

  • Product management (including variations, categories, tags, reviews)

  • Order management (including notes and refunds)

  • Customer management

  • Coupon management

  • Shipping configuration

  • Tax settings

  • Reports and analytics

  • System management and webhooks

Related MCP server: WooCommerce MCP Server

Installation

npm install @lockon0927/woocommerce-mcp

Configuration

Configure in Claude Desktop:

{
  "mcpServers": {
    "woocommerce": {
      "command": "npx",
      "args": [
        "@lockon0927/woocommerce-mcp"
      ],
      "env": {
        "WORDPRESS_SITE_URL": "https://your-site.com",
        "WOOCOMMERCE_CONSUMER_KEY": "ck_your_consumer_key_here",
        "WOOCOMMERCE_CONSUMER_SECRET": "cs_your_consumer_secret_here",
        "WORDPRESS_USERNAME": "your_username",
        "WORDPRESS_PASSWORD": "your_password"
      }
    }
  }
}

Getting Your Credentials

  1. WooCommerce API Keys:

    • Go to WooCommerce → Settings → Advanced → REST API

    • Click "Add Key" to generate consumer key and secret

  2. WordPress Credentials:

    • Use your WordPress admin username and password

  3. Site URL:

A
license - permissive license
-
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/lockon-n/woocommerce-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server