MCP Server
MCP
io.github.wppoland/woocommerce-mcp
Read-only MCP server for WordPress + WooCommerce products, orders, sales, and posts.
Install
npx -y @wppoland/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@wppoland/woocommerce-mcp",
"version": "0.1.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Base URL of the WordPress / WooCommerce store (HTTPS)",
"isRequired": true,
"format": "string",
"name": "WP_URL"
},
{
"description": "WooCommerce REST API consumer key (Read permission)",
"format": "string",
"isSecret": true,
"name": "WC_CONSUMER_KEY"
},
{
"description": "WooCommerce REST API consumer secret (Read permission)",
"format": "string",
"isSecret": true,
"name": "WC_CONSUMER_SECRET"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment