WooCommerce MCP Server by CData
@CDataSoftware
关于 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
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"{classname_dash}": {
"command": "PATH\\TO\\java.exe",
"args": [
"-jar",
"PATH\\TO\\CDataMCP-jar-with-dependencies.jar",
"PATH\\TO\\woocommerce.prp"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
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.
其他 分类下的更多 MCP 服务器
Blender
ahujasidOpen-source MCP to use Blender with any LLM
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
Servers
modelcontextprotocolModel Context Protocol Servers
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
评论