woocommerce-mcp-server-project

woocommerce-mcp-server-project

0

The WooCommerce MCP Server is designed to provide a JSON-RPC 2.0 interface over HTTP for interacting with WooCommerce. It allows users to manage WooCommerce entities via a secure and customizable API server built on Express.

WooCommerce MCP Server (HTTP/Express)

This server provides a JSON-RPC 2.0 interface over HTTP to interact with WooCommerce.

Features

  • Offers an RPC endpoint to interact with WooCommerce.
  • Supports managing WooCommerce entities via APIs.

Setup

  1. Clone the repository.
  2. Navigate to the project directory.
  3. Install dependencies with npm.
  4. Set environment variables in a .env file with your WooCommerce credentials.
  5. Start the server with Node.js.

Usage

  • Interact with the server using curl commands to retrieve or update product details.