WordPress MCP Server by CData
@CDataSoftware
About WordPress 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 WordPress (beta): https://www.cdata.com/download/download.aspx?sku=FWZK-V&type=beta
Basic information
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\\wordpress.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 WordPress MCP Server by CData?
The WordPress MCP Server by CData is a read-only Model Context Protocol (MCP) server that lets LLMs (like Claude Desktop) query live WordPress data using natural language. It wraps the CData JDBC Driver for WordPress, exposing WordPress data as relational SQL models accessible through a simple MCP interface — no SQL required.
How to use WordPress MCP Server by CData?
Clone the repository, build with mvn clean install, download and license the CData JDBC Driver for WordPress, configure a connection string, create a .prp file with driver and connection details, then add the server to your MCP client (e.g., Claude Desktop) via claude_desktop_config.json. The server uses the stdio transport and runs locally via java -jar.
Key features of WordPress MCP Server by CData
- Read-only access to live WordPress data.
- Natural language querying via any MCP‑capable LLM client.
- Powered by the CData JDBC Driver for WordPress.
- Exposed tools:
get_tables,get_columns,run_query. - Simple
.prpfile configuration for connection details. - MIT licensed, open source.
Use cases of WordPress MCP Server by CData
- Ask an AI assistant about WordPress site statistics, posts, or users.
- Retrieve live WordPress data without writing SQL queries.
- Integrate WordPress data into AI‑powered dashboards or reports.
FAQ from WordPress MCP Server by CData
Is this server read‑only?
Yes. This project builds a read‑only MCP server. CData offers a separate free beta MCP Server for WordPress with full read, write, update, delete, and action capabilities.
What are the runtime dependencies?
You need Java (JDK), Maven (to build), and a licensed CData JDBC Driver for WordPress installed on the same machine.
Where does the data live?
The server queries live WordPress data directly through the JDBC driver. No local copy of the data is stored.
What transport does it use?
The server uses stdio transport and can only be used with clients running on the same machine.
How is authentication handled?
Authentication is configured via the JDBC connection string (e.g., OAuth, username/password). For OAuth flows, you authenticate in your browser using the connection string utility.
More Other MCP servers

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,
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Comments