[WordPress] 外掛分享: WDS MCP Content Manager

首頁外掛目錄 › WDS MCP Content Manager
WordPress 外掛 WDS MCP Content Manager 的封面圖片
10+
安裝啟用
尚無評分
60 天前
最後更新
問題解決
WordPress 6.9+ PHP 7.4+ v3.10.4 上架:2026-06-16

外掛標籤

開發者團隊

⬇ 下載最新版 (v3.10.4) 或搜尋安裝

① 下載 ZIP → 後台「外掛 › 安裝外掛 › 上傳外掛」
② 後台搜尋「WDS MCP Content Manager」→ 直接安裝(推薦)
📦 歷史版本下載

原文外掛簡介

WDS MCP Content Manager connects your WordPress site to AI agents (Claude, Cursor, and other MCP-compatible clients) so they can read, create, and manage your content through natural language prompts.
How it works
The plugin registers a set of abilities on top of the WordPress MCP Adapter. Once installed, your AI agent can list posts, create content, manage categories and tags, upload images, and more — all without leaving your AI client.
Free abilities (no license required)

wds/get-posts — List published posts with title, URL, date, and excerpt
wds/get-post — Fetch full post content, categories, tags, and SEO meta
wds/create-post — Create a post with categories, tags, and featured image
wds/update-post — Update any field of an existing post
wds/reindex-yoast-seo — Run Yoast SEO data optimization (indexables reindex) after bulk SEO updates
wds/get-pages — List pages with URL, status, parent, and template
wds/create-page — Create a page with slug, parent, template, and featured image
wds/update-page — Update page content, status, slug, hierarchy, and template
wds/sync-knowledge-graph — Paginated cursor-based export of all site content as a graph (nodes + edges) — traverse the full site incrementally with delta-sync support
wds/get-categories — List all post categories
wds/create-category — Create a new post category
wds/update-category — Update an existing post category
wds/delete-category — Delete an existing post category
wds/get-tags — List all post tags
wds/create-tag — Create a new post tag
wds/update-tag — Update an existing post tag
wds/delete-tag — Delete an existing post tag

Pro abilities (requires a Pro license)

wds/build-content-graph — Build a full site content graph with PageRank scores, internal link analysis, topic clusters, and SEO metadata (supports Yoast, Rank Math, SEOPress, AIOSEO)
wds/get-content-insights — Query the content graph for actionable insights: orphaned pages, weak SEO scores, duplicate keyphrases, noindexed content, stale content, top-ranked pages, topic clusters, and internal link gaps
wds/get-products — List WooCommerce products with pricing and status
wds/get-product — Fetch full WooCommerce product details and taxonomy terms
wds/create-product — Create a WooCommerce product with pricing and downloads
wds/update-product — Update any field of an existing WooCommerce product
wds/get-product-categories — List WooCommerce product categories
wds/create-product-category — Create a WooCommerce product category
wds/update-product-category — Update a WooCommerce product category
wds/delete-product-category — Delete a WooCommerce product category
wds/get-product-tags — List WooCommerce product tags
wds/create-product-tag — Create a WooCommerce product tag
wds/update-product-tag — Update a WooCommerce product tag
wds/delete-product-tag — Delete a WooCommerce product tag
wds/set-product-schema — Inject JSON-LD structured data into the page head
wds/set-elementor-page — Inject a full HTML design via Elementor Canvas
wds/inject-elementor-json — Inject native Elementor sections JSON
wds/upload-image — Sideload an image from URL into the Media Library
wds/set-featured-image — Set or remove the featured image on a post
wds/set-post-language — Set Polylang language on a post
wds/link-translations — Link posts as Polylang translation pairs
wds/set-term-language — Set Polylang language for taxonomy terms
wds/link-term-translations — Link taxonomy terms as Polylang translation pairs
wds/get-term-translations — Get Polylang translation map for a taxonomy term
site-kit/get-top-queries — Returns top Google Search Console queries for the site (requires Google Site Kit plugin)
site-kit/get-top-pages — Returns top pages by traffic from Google Analytics 4 (requires Google Site Kit plugin)
site-kit/get-page-performance — Returns combined Search Console + GA4 metrics for a single URL (requires Google Site Kit plugin)
site-kit/get-traffic-overview — Returns site-wide traffic summary by channel from GA4 (requires Google Site Kit plugin)

Pro licenses are available at wallstrdev.de.
Requirements

WordPress 6.3 or later
WordPress MCP Adapter plugin (free, required)
WooCommerce — optional, needed for product abilities
Elementor — optional, needed for Elementor abilities
Polylang — optional, needed for multilingual abilities

External Services
WordPress MCP Adapter
If the WordPress MCP Adapter plugin is not installed, an admin notice offers a one-click install button. Clicking it downloads the adapter from:
https://github.com/WordPress/mcp-adapter/releases/latest/download/mcp-adapter.zip

This is the official plugin from the WordPress GitHub organisation. The download is triggered only by an explicit admin click — nothing is downloaded automatically.
WDS License Server
This plugin connects to an external license validation service only when a Pro license key is entered.
Service: WDS License Server, operated by Wallstrdev (https://wallstrdev.de)
When it is called:
– When you save a Pro license key under Settings → WDS MCP Setup → License
– Once per day (in the background on admin_init) to revalidate the key
What is sent:
– Your license key
– Your site domain (e.g. example.com)
What is NOT sent: post content, user data, personally identifiable information, or site configuration.
Why: To confirm the license key is valid for your domain and determine your plan tier (free vs. pro).
Data policy: wallstrdev.de/privacy-policy/
Free users (no license key entered) never trigger any external HTTP request.
Google Search Console API
The Pro abilities site-kit/get-top-queries and site-kit/get-page-performance call the Google Search Console API directly on behalf of the site owner.
Service: Google Search Console API, provided by Google LLC (https://searchconsole.googleapis.com)
When it is called: Only when an AI agent explicitly invokes the site-kit/get-top-queries or site-kit/get-page-performance Pro ability. Requires the Google Site Kit plugin to be installed, activated, and connected to Search Console.
What is sent:
– Your Search Console property URL (your site’s domain)
– Query parameters: date range, dimensions (query/page), row limit
– An OAuth 2.0 Bearer token retrieved from the Site Kit plugin’s stored credentials — no token is stored or transmitted by this plugin
What is NOT sent: post content, user data, passwords, or any personally identifiable information beyond the site URL.
Why: To retrieve search query and page performance data from Google Search Console so the AI agent can analyse your organic search traffic.
Google Terms of Service: https://developers.google.com/terms
Google Privacy Policy: https://policies.google.com/privacy
Google Analytics Data API
The Pro abilities site-kit/get-top-pages, site-kit/get-page-performance, and site-kit/get-traffic-overview call the Google Analytics Data API directly on behalf of the site owner.
Service: Google Analytics Data API, provided by Google LLC (https://analyticsdata.googleapis.com)
When it is called: Only when an AI agent explicitly invokes one of the above Pro abilities. Requires the Google Site Kit plugin to be installed, activated, and connected to a Google Analytics 4 property.
What is sent:
– Your GA4 numeric property ID
– Query parameters: date range, metrics (sessions, pageviews, etc.), dimensions (pagePath, sessionDefaultChannelGroup, etc.), row limit
– An OAuth 2.0 Bearer token retrieved from the Site Kit plugin’s stored credentials — no token is stored or transmitted by this plugin
What is NOT sent: post content, visitor PII, passwords, or any data beyond the analytics query parameters listed above.
Why: To retrieve traffic and engagement metrics from Google Analytics 4 so the AI agent can summarise your site’s performance.
Google Terms of Service: https://developers.google.com/terms
Google Privacy Policy: https://policies.google.com/privacy

延伸相關外掛

文章
Filter
Mastodon