woocommerce-mcp-server

woocommerce-mcp-server

27

This project is a Model Context Protocol server that integrates with WooCommerce through the WordPress REST API. It offers comprehensive management tools for various e-commerce operations, supporting features like orders and product management via JSON-RPC 2.0.

What are the system requirements for running the WooCommerce MCP Server?

The server requires Node.js version 20.0.0 or higher and a WordPress site with the WooCommerce plugin installed.

How do I authenticate with the WooCommerce API?

You need to generate API keys in your WordPress dashboard under WooCommerce → Settings → Advanced → REST API.

Can I use the server to manage WordPress content?

Yes, the server supports WordPress API methods for managing posts, including creating, retrieving, updating, and deleting posts.

Is it possible to configure the server without using environment variables?

Yes, you can provide credentials directly in the request parameters if you prefer not to use environment variables.

What protocol does the server use for API communication?

The server uses the JSON-RPC 2.0 protocol for structured and efficient API communication.