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
- Clone the repository.
- Navigate to the project directory.
- Install dependencies with npm.
- Set environment variables in a
.env
file with your WooCommerce credentials. - Start the server with Node.js.
Usage
- Interact with the server using curl commands to retrieve or update product details.