MCP server
WooCommerce MCP server
WooCommerce's official MCP support, in preview, exposes store abilities for products and orders through the WordPress MCP Adapter.
- Official server
- Ecommerce
At a glance
- Maintained by
- WooCommerce (Automattic)
- Tools exposed
- 0 listed below
- Reviewed
- September 24, 2026
Why it matters
What it does and why it matters
WooCommerce turns WordPress sites into online stores. Its official MCP support, in preview at review time, builds on the WordPress MCP Adapter and exposes store abilities in two groups: products, with query, create, update and delete, and orders, with query, status updates and notes.
For store owners, that means asking about orders, updating product details and adding order notes by describing what you need.
WooCommerce documents the abilities but not exact tool names, so none are listed here. Every ability runs through WordPress permission checks, so connect with a shop manager account rather than an administrator. Product deletes and price changes affect sales directly, so we keep them behind approval.
Use cases
Best business use cases
Order notes
Status updates
Catalog checks
Tools
Available tools
Tool names as published by the maintainer at review time. Versions change, so check the repository for the current list.
Docs describe abilities in two groups: products (query, create, update, delete) and orders (query, update status, add notes). Exact ability identifiers are not listed on the docs page.
Read and write: Read and write for products and orders, limited by each ability's permission checks.
Workflows
Example workflows
Answer "where is my order"
-
1
A customer asks about an order.
-
2
The assistant queries the order.
-
3
It reads status and notes.
-
4
It drafts a reply.
-
5
Support sends it and adds a note.
Fix missing product data
-
1
Ask for products without descriptions.
-
2
The assistant lists them.
-
3
It drafts descriptions.
-
4
A person reviews them.
-
5
Approved updates are applied.
Prompts
Example prompts
“What is the status of order 10452 and when was it shipped?”
“List products with no description or no images.”
“Add a note to order 10452 that the customer called about delivery.”
Setup
Installation and configuration
Examples for Claude Desktop and Claude Code. Replace the placeholder values with your own keys, and store secrets outside version control.
Claude Desktop: claude_desktop_config.json
{
"mcpServers": {
"woocommerce_store": {
"command": "npx",
"args": [
"-y",
"@automattic/mcp-wordpress-remote@latest"
],
"env": {
"WP_API_URL": "https://yourstore.com/wp-json/mcp/mcp-adapter-default-server",
"WP_API_USERNAME": "your-username",
"WP_API_PASSWORD": "your-application-password"
}
}
}
}
Claude Code: terminal
claude mcp add --env WP_API_URL=https://yourstore.com/wp-json/mcp/mcp-adapter-default-server --env WP_API_USERNAME=your-username --env WP_API_PASSWORD='your-application-password' woocommerce_store -- npx -y @automattic/mcp-wordpress-remote@latest
- Hosted server: https://yourstore.com/wp-json/mcp/mcp-adapter-default-server.
- Local server: npx -y @automattic/mcp-wordpress-remote@latest (local proxy to the store endpoint).
- Needs: WordPress Application Password over HTTPS. The feature must be enabled first (mcp_integration feature flag or wp option update woocommerce_feature_mcp_integration_enabled yes)..
Security
Security considerations
-
Shop manager role
Connect with a shop manager, not an administrator.
-
Approve deletes
Product deletes and price changes need approval.
-
Preview status
The integration was in preview at review time.
-
Customer data
Orders hold personal data. Limit access.
Related servers
Servers that pair well with it
WordPress
The official WordPress MCP Adapter lets AI discover and run WordPress abilities that plugins and sites expose, with WordPress permissions.
Shopify Dev
Shopify's Dev MCP server helps developers build for Shopify: it searches Shopify docs and API schemas and validates GraphQL, components and themes.
Stripe
Stripe's official MCP server lets AI search and read Stripe data, make changes with confirmation for sensitive actions, run analytics and search docs.
Keep exploring
Solutions and services that use it
Related services
View all related services- MCP integration Connect AI assistants to your CRM, files, databases and tools through Model Context Protocol servers, with safe permissions.
- Ecommerce websites Online stores with clean product catalogs, simple checkout and the integrations that keep orders moving.
- Dashboards and reporting Dashboards that pull numbers from the systems you already use and show what matters without a spreadsheet.
Solutions
View all solutions- AI support agent An assistant that answers routine questions from your own content, checks orders and hands anything else to a person.
- AI-assisted content workflows Briefs, first drafts, edits and repurposing in a workflow where people set the angle and approve every word.
- Forecasting dashboards Forecast demand from your sales history and seasonality, and flag items to reorder before they run out.
- Automated reporting Reports that build themselves from your systems on schedule, with a plain-language summary of what changed.
- Price monitoring Collect competitor prices automatically, match them to your products and alert you when something changes.
Industries
View all industries- Ecommerce Online stores, product data cleanup, support assistants, price monitoring and order automation for online retailers.
- Retail Stock forecasting, sales dashboards, feedback analysis and store tools for retailers with shops and online sales.
- SaaS and startups MVPs, subscription billing, AI features, multi-tenant platforms and scaling support for founders and product teams.
- Vacation rentals Booking websites, owner and guest portals, turnover scheduling and guest messaging for rental operators.
- Home services Booking, dispatch, quotes, invoicing and reviews for plumbers, electricians, cleaners and other home service businesses.
- Education and elearning Course platforms, student portals, content workflows and AI tutoring assistants for schools and training companies.
Case studies
View all case studiesGuides and articles
View all guides and articles- How to connect AI to your database safely Let staff ask questions of your data in plain English without risking production systems or sensitive records.
- How to set up automated reporting Replace manual weekly and monthly reports with dashboards and summaries that update themselves.
- AI chatbot vs AI agent What separates a chatbot that answers from an agent that acts, and when you need each.
AI models
View all ai models- General purpose All-round language models for writing, summarizing, support, extraction and most everyday business tasks.
- ElevenLabs Eleven v3 ElevenLabs text-to-speech: the expressive Eleven v3 in 70+ languages, a real-time conversational version, and the low-latency Flash models, with voice cloning.
Glossary terms
View all glossary terms- API integration An API integration connects two or more systems through their APIs so data and actions flow between them automatically.
- Database A database is an organized store of data that software can search, update and keep consistent, such as customers, orders or bookings.
- Large language model A large language model, or LLM, is an AI model trained on vast amounts of text that can understand and generate language, and often images and code.
- Model Context Protocol The Model Context Protocol, or MCP, is an open standard for connecting AI assistants to external tools and data in a consistent way.
- Prompt A prompt is the instruction and context you give an AI model to get the output you want.
- Tool calling Tool calling is when an AI model asks the application to run a tool, such as a search or database lookup, and then uses the result in its answer.
FAQ
Questions people ask us
Have a question that is not here? Ask us directly.
Yes. WooCommerce offers MCP support in preview, built on the WordPress MCP Adapter.
WooCommerce documents abilities rather than fixed tool names.
Product update abilities can. Keep those behind approval.