Title: Born Creative MCP Server
Author: jonathansblog
Published: <strong>2026 年 6 月 16 日</strong>
Last modified: 2026 年 6 月 16 日

---

搜尋外掛

![](https://s.w.org/plugins/geopattern-icon/born-creative-mcp-server.svg)

# Born Creative MCP Server

 由 [jonathansblog](https://profiles.wordpress.org/jonathansblog/) 開發

[下載](https://downloads.wordpress.org/plugin/born-creative-mcp-server.zip)

 * [詳細資料](https://tw.wordpress.org/plugins/born-creative-mcp-server/#description)
 * [使用者評論](https://tw.wordpress.org/plugins/born-creative-mcp-server/#reviews)
 *  [安裝方式](https://tw.wordpress.org/plugins/born-creative-mcp-server/#installation)
 * [開發資訊](https://tw.wordpress.org/plugins/born-creative-mcp-server/#developers)

 [技術支援](https://wordpress.org/support/plugin/born-creative-mcp-server/)

## 外掛說明

Born Creative MCP Server transforms your WordPress site into a fully authenticated
remote MCP (Model Context Protocol) endpoint. It allows AI assistants — such as 
Claude.ai — to securely connect to your site and create, update, schedule, and manage
posts, pages, media, and taxonomy, all via a standards-compliant OAuth 2.1 and JSON-
RPC 2.0 interface.

Unlike local stdio-based MCP servers, this plugin exposes a remote HTTP transport,
meaning your AI tools can connect to your live WordPress site without needing direct
server access.

**How it works**

The plugin registers a set of REST API endpoints that implement the MCP streamable
HTTP transport. Clients authenticate using OAuth 2.1 with PKCE (Proof Key for Code
Exchange), receive a bearer access token, and then use that token to call any of
the 18 built-in MCP tools.

**MCP Tools included**

 * **Posts** — list, get, create, update, delete, search
 * **Pages** — list, get, create, update, delete
 * **Media** — list, get, upload from URL, upload base64-encoded, delete
 * **Categories** — list, create, update
 * **Tags** — list, create
 * **Yoast SEO** _(optional)_ — get and update Yoast SEO metadata (requires Yoast
   SEO plugin)

**OAuth 2.1 Authentication**

 * Dynamic client registration (RFC 7591)
 * Authorization code flow with PKCE
 * Access token and refresh token lifecycle management
 * Token rotation and revocation
 * Tokens are SHA-256 hashed — plaintext tokens are never stored

**Advanced content features**

 * Schedule posts by setting a future publish date
 * Set featured images
 * Add custom post meta
 * Sideload media from external URLs
 * Full category and tag assignment

**Yoast SEO integration**

If the Yoast SEO plugin is active, two additional MCP tools are automatically registered:`
yoast_get_seo` and `yoast_update_seo`, allowing AI assistants to read and write 
SEO titles, descriptions, and focus keywords.

## 安裝方式

 1. Upload the `born-creative-mcp-server` folder to `/wp-content/plugins/`.
 2. Activate the plugin through the **Plugins** menu in WordPress.
 3. Navigate to **Settings > MCP Server** to review configuration options.
 4. Ensure your site uses HTTPS — required for OAuth 2.1 in production.
 5. If using nginx, ensure your server config permits access to `/.well-known/` paths.
 6. Connect your MCP client (e.g. Claude.ai) using the OAuth authorization server URL
    displayed in the plugin settings.

## 常見問題集

### What is MCP?

Model Context Protocol (MCP) is an open standard that allows AI assistants to interact
with external tools and data sources in a structured way. This plugin implements
the MCP server side of that protocol over HTTP.

### Which AI assistants are supported?

Any MCP-compatible client that supports the streamable HTTP transport and OAuth 
2.1 with PKCE. Claude.ai (claude.ai/settings/integrations) is the primary tested
client.

### Is HTTPS required?

Yes, for production use. OAuth 2.1 requires HTTPS to protect bearer tokens and authorization
codes in transit. The plugin will function over HTTP for local development only.

### Can any WordPress user authorise an MCP client?

No. Only authenticated WordPress users can complete the OAuth consent flow. The 
MCP session inherits that user’s capabilities, so content tools are limited to what
that user is permitted to do within WordPress.

### Does this plugin store access tokens in the database?

Tokens are stored as SHA-256 hashes — the plaintext token is only ever visible to
the client at the moment it is issued. This means tokens cannot be recovered from
the database if compromised.

### What database tables does the plugin create?

Four tables are created on activation (using your configured table prefix):
 born_mcp_oauth_clients,`
born_mcp_oauth_codes`, `born_mcp_oauth_tokens`, `born_mcp_sessions`. All tables 
are removed on uninstall.

### Does the plugin support Yoast SEO?

Yes. If Yoast SEO is active, two additional tools — `yoast_get_seo` and `yoast_update_seo`—
are automatically registered. No additional configuration is needed.

## 使用者評論

這個外掛目前沒有任何使用者評論。

## 參與者及開發者

以下人員參與了開源軟體〈Born Creative MCP Server〉的開發相關工作。

參與者

 *   [ jonathansblog ](https://profiles.wordpress.org/jonathansblog/)
 *   [ borncreative ](https://profiles.wordpress.org/borncreative/)

[將〈Born Creative MCP Server〉外掛本地化為台灣繁體中文版](https://translate.wordpress.org/projects/wp-plugins/born-creative-mcp-server)

### 對開發相關資訊感興趣？

任何人均可[瀏覽程式碼](https://plugins.trac.wordpress.org/browser/born-creative-mcp-server/)、
查看 [SVN 存放庫](https://plugins.svn.wordpress.org/born-creative-mcp-server/)，
或透過 [RSS](https://plugins.trac.wordpress.org/log/born-creative-mcp-server/?limit=100&mode=stop_on_copy&format=rss)
訂閱[開發記錄](https://plugins.trac.wordpress.org/log/born-creative-mcp-server/)。

## 變更記錄

#### 0.0.1

 * Initial release.
 * OAuth 2.1 with PKCE authorization code flow.
 * Dynamic client registration (RFC 7591).
 * 18 MCP tools: posts, pages, media, categories, tags, and optional Yoast SEO.
 * Streamable HTTP MCP transport (JSON-RPC 2.0).
 * SHA-256 token hashing, token rotation, and revocation.
 * Admin settings page and active connections view.
 * Automatic `.well-known/oauth-authorization-server` metadata endpoint.

## 中繼資料

 *  版本 **0.0.6**
 *  最後更新 **2 週前**
 *  啟用安裝數 **少於 10 次**
 *  WordPress 版本需求 ** 6.0 或更新版本 **
 *  已測試相容的 WordPress 版本 **6.9.4**
 *  PHP 版本需求 ** 8.1 或更新版本 **
 *  語言
 * [English (US)](https://wordpress.org/plugins/born-creative-mcp-server/)
 * 標籤:
 * [AI](https://tw.wordpress.org/plugins/tags/ai/)[Claude](https://tw.wordpress.org/plugins/tags/claude/)
   [mcp](https://tw.wordpress.org/plugins/tags/mcp/)[oauth](https://tw.wordpress.org/plugins/tags/oauth/)
   [rest-api](https://tw.wordpress.org/plugins/tags/rest-api/)
 *  [進階檢視](https://tw.wordpress.org/plugins/born-creative-mcp-server/advanced/)

## 評分

這個項目尚無任何評論記錄。

[Your review](https://wordpress.org/support/plugin/born-creative-mcp-server/reviews/#new-post)

[查看全部使用者評論](https://wordpress.org/support/plugin/born-creative-mcp-server/reviews/)

## 參與者

 *   [ jonathansblog ](https://profiles.wordpress.org/jonathansblog/)
 *   [ borncreative ](https://profiles.wordpress.org/borncreative/)

## 技術支援

使用者可在技術支援論壇提出意見反應或使用問題。

 [檢視技術支援論壇](https://wordpress.org/support/plugin/born-creative-mcp-server/)