MCP.so
Sign In
W

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

Category

Other

Transports

stdio

Publisher

CDataSoftware

Submitted by

Cameron Leblanc

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 .prp file 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.

Comments

More Other MCP servers