woocommerce-mcp
Rank #18,220io.github.wppoland/woocommerce-mcp
Read-only MCP server for WordPress + WooCommerce products, orders, sales, and posts.
woocommerce-mcp is a Model Context Protocol (MCP) server published by wppoland. It ranks #18,220 of 132,046 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. woocommerce-mcp is listed across 2 registries — Official MCP and Glama, with 1 tracked version. It was first listed on Jun 24, 2026 and most recently updated on Jul 19, 2026.
Ranks ahead of 113,826 of 132,046 servers on MCP Toplist.
Use woocommerce-mcp
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add woocommerce-mcp -e "WP_URL=<your WP_URL>" -e "WC_CONSUMER_KEY=<your WC_CONSUMER_KEY>" -e "WC_CONSUMER_SECRET=<your WC_CONSUMER_SECRET>" -- npx -y @wppoland/woocommerce-mcpReplace each placeholder with your own value before saving.
[mcp_servers.woocommerce-mcp]
command = "npx"
args = ["-y", "@wppoland/woocommerce-mcp"]
[mcp_servers.woocommerce-mcp.env]
WP_URL = "<your WP_URL>"
WC_CONSUMER_KEY = "<your WC_CONSUMER_KEY>"
WC_CONSUMER_SECRET = "<your WC_CONSUMER_SECRET>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"woocommerce-mcp": {
"command": "npx",
"args": [
"-y",
"@wppoland/woocommerce-mcp"
],
"env": {
"WP_URL": "<your WP_URL>",
"WC_CONSUMER_KEY": "<your WC_CONSUMER_KEY>",
"WC_CONSUMER_SECRET": "<your WC_CONSUMER_SECRET>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"woocommerce-mcp": {
"command": "npx",
"args": [
"-y",
"@wppoland/woocommerce-mcp"
],
"env": {
"WP_URL": "<your WP_URL>",
"WC_CONSUMER_KEY": "<your WC_CONSUMER_KEY>",
"WC_CONSUMER_SECRET": "<your WC_CONSUMER_SECRET>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"woocommerce-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@wppoland/woocommerce-mcp"
],
"env": {
"WP_URL": "<your WP_URL>",
"WC_CONSUMER_KEY": "<your WC_CONSUMER_KEY>",
"WC_CONSUMER_SECRET": "<your WC_CONSUMER_SECRET>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"woocommerce-mcp": {
"command": "npx",
"args": [
"-y",
"@wppoland/woocommerce-mcp"
],
"env": {
"WP_URL": "<your WP_URL>",
"WC_CONSUMER_KEY": "<your WC_CONSUMER_KEY>",
"WC_CONSUMER_SECRET": "<your WC_CONSUMER_SECRET>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"woocommerce-mcp": {
"command": "npx",
"args": [
"-y",
"@wppoland/woocommerce-mcp"
],
"env": {
"WP_URL": "<your WP_URL>",
"WC_CONSUMER_KEY": "<your WC_CONSUMER_KEY>",
"WC_CONSUMER_SECRET": "<your WC_CONSUMER_SECRET>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.wppoland%2Fwoocommerce-mcp)<a href="https://mcptoplist.com/server/io.github.wppoland%2Fwoocommerce-mcp"><img src="https://mcptoplist.com/badge/io.github.wppoland%2Fwoocommerce-mcp.svg" alt="MCP Toplist: Top 25% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
wppoland
Available versions (1)
| Version | Published |
|---|---|
| 0.1.1 | Jul 19, 2026 |
Frequently asked questions
- Who maintains woocommerce-mcp?
- woocommerce-mcp is maintained by wppoland, which publishes 1 MCP server (1 total version) tracked on MCP Toplist.
- Is woocommerce-mcp listed on the Official MCP Registry?
- Yes — woocommerce-mcp is listed on the Official MCP Registry, alongside Glama.
- How many versions does woocommerce-mcp have?
- MCP Toplist tracks 1 version of woocommerce-mcp, most recently published on Jul 19, 2026.
- Where can I find the source code for woocommerce-mcp?
- The source code for woocommerce-mcp is hosted at github.com/wppoland/woocommerce-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.