WooCommerce MCP Server by CData
@CDataSoftware
About WooCommerce MCP Server by CData
This project builds a read-only MCP server. For full read, write, update, delete, and action capabilities and a simplified setup, check out our free CData MCP Server for WooCommerce (beta): https://www.cdata.com/download/download.aspx?sku=UZZK-V&type=beta
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"{classname_dash}": {
"command": "PATH\\TO\\java.exe",
"args": [
"-jar",
"PATH\\TO\\CDataMCP-jar-with-dependencies.jar",
"PATH\\TO\\woocommerce.prp"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is WooCommerce MCP Server by CData?
This read-only MCP Server allows LLMs (like Claude Desktop) to query live WooCommerce data using natural language, powered by the CData JDBC Driver for WooCommerce.
How to use WooCommerce MCP Server by CData?
Clone the repository, build the JAR with mvn clean install, download and license the CData JDBC Driver for WooCommerce, configure a connection string, then create a .prp file with properties. Add the server to Claude Desktop’s claude_desktop_config.json and restart the client.
Key features of WooCommerce MCP Server by CData
- Read-only queries to live WooCommerce data.
- Exposes WooCommerce as relational SQL models.
- Provides three tools:
get_tables,get_columns,run_query. - Outputs results in CSV format.
- Uses stdio transport (client on same machine).
Use cases of WooCommerce MCP Server by CData
- Ask an LLM about product inventory or order history.
- Correlate sales data with customer segments.
- Retrieve live WooCommerce data without SQL.
FAQ from WooCommerce MCP Server by CData
Is this server read-only?
Yes, this MCP server is read-only. For full create, read, update, delete, and action capabilities, see the CData MCP Server for WooCommerce (beta).
What dependencies are required?
Java (to run the JAR), Maven (to build), and the CData JDBC Driver for WooCommerce (must be downloaded and licensed separately).
Where does the data live?
The server connects to your WooCommerce instance via the JDBC driver; data remains in WooCommerce – it is not stored locally.
How do I authenticate?
Authentication depends on the WooCommerce setup. The CData JDBC Driver supports OAuth if required; use the connection string utility to configure it.
What transport does the server use?
It uses stdio, so the MCP client must be on the same machine as the server.
Frequently asked questions
Is this server read-only?
Yes, this MCP server is read-only. For full create, read, update, delete, and action capabilities, see the CData MCP Server for WooCommerce (beta).
What dependencies are required?
Java (to run the JAR), Maven (to build), and the CData JDBC Driver for WooCommerce (must be downloaded and licensed separately).
Where does the data live?
The server connects to your WooCommerce instance via the JDBC driver; data remains in WooCommerce – it is not stored locally.
How do I authenticate?
Authentication depends on the WooCommerce setup. The CData JDBC Driver supports OAuth if required; use the connection string utility to configure it.
What transport does the server use?
It uses stdio, so the MCP client must be on the same machine as the server.
Basic information
More Other MCP servers
ghidraMCP
LaurieWiredMCP Server for Ghidra
Mobile Mcp
mobile-nextModel Context Protocol Server for Mobile Automation and Scraping (iOS, Android, Emulators, Simulators and Real Devices)

EverArt
modelcontextprotocolModel Context Protocol Servers
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,

Peekaboo MCP – lightning-fast macOS screenshots for AI agents
steipetePeekaboo is a macOS CLI & optional MCP server that enables AI agents to capture screenshots of applications, or the entire system, with optional visual question answering through local or remote AI models.
Comments