MCP.so
ログイン
W

WordPress MCP Server by CData

@CDataSoftware

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

基本情報

カテゴリ

その他

トランスポート

stdio

公開者

CDataSoftware

投稿者

Cameron Leblanc

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "{classname_dash}": {
      "command": "PATH\\TO\\java.exe",
      "args": [
        "-jar",
        "PATH\\TO\\CDataMCP-jar-with-dependencies.jar",
        "PATH\\TO\\wordpress.prp"
      ]
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

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.

コメント

「その他」の他のコンテンツ