Linux 软件免费装
Banner图

VideoWhisper Site Manager for ChatGPT, Claude, Codex

开发者 videowhisper
更新时间 2026年6月23日 16:17
PHP版本: 7.4 及以上
WordPress版本: 7.0
版权: GPLv2 or later
版权网址: 版权信息

标签

ai chatgpt claude mcp wordpress automation

下载

1.2.4 0.2.1

详情介绍:

VideoWhisper Site Manager lets you manage WordPress posts and pages through external AI assistants such as ChatGPT (Custom GPT + Actions), Claude (MCP: web, desktop, mobile, CLI), and Codex (MCP) using own account, not API keys. It exposes authenticated WordPress endpoints and setup guidance while you keep using your own AI account and subscription. It provides: The plugin does not call OpenAI, Anthropic, or any AI provider directly. Your WordPress site exposes authenticated endpoints and setup guidance. You connect it to ChatGPT, Claude, or Codex yourself with your own account and subscription. Ideal for Supported Authentication The onboarding flow recommends using one authentication option for clarity, but development and migration setups can enable more than one. Connecting ChatGPT
  1. Install and activate VideoWhisper Site Manager.
  2. Open VideoWhisper Site Manager > Onboarding.
  3. Create (or link) a dedicated WordPress user (recommended role: Editor).
  4. Choose Turnkey OAuth for a shared GPT workflow, or create an Application Password from the onboarding page for a direct site-owned GPT.
  5. In ChatGPT Builder (desktop), create a Custom GPT and import the plugin OpenAPI schema URL.
  6. Use the provided copy/paste values for Configure, Actions, authentication, and privacy policy fields.
  7. Test on desktop, then use the same GPT on mobile.
Connecting Claude (MCP) The free plugin includes an MCP endpoint at /wp-json/videowhisper-site-manager/v1/mcp. Claude.ai (web):
  1. Go to claude.ai/customize/connectors.
  2. Click the + button in the Connectors sidebar → Add custom connector.
  3. Set a name and paste the MCP endpoint URL.
  4. Authorize via Turnkey OAuth when connected to a compatible Relay & OAuth Server, or use an Application Password for direct setup.
  5. The connector also works in the Claude mobile apps (iOS and Android) and desktop once authorized.
Claude CLI: claude mcp add --transport http "YourSiteName" "https://yoursite.com/wp-json/videowhisper-site-manager/v1/mcp" Automatic OAuth authorization requires a compatible Relay & OAuth Server. Without that connection, use WordPress Application Passwords over HTTPS. Connecting Codex (MCP) The onboarding flow includes Codex setup values for both direct and Turnkey MCP architectures. Codex can connect to the same Streamable HTTP MCP endpoint at /wp-json/videowhisper-site-manager/v1/mcp.
  1. Open VideoWhisper Site Manager > Onboarding and enable Codex in the AI Tools selection step.
  2. Choose Turnkey OAuth for shared relay access, or Application Passwords for direct site-owned MCP access.
  3. Copy the generated Codex config.toml block or OAuth login command from the Codex onboarding tab.
  4. Restart or reload Codex MCP settings, then use /mcp in Codex to confirm the WordPress MCP server is active.

安装:

  1. Upload the videowhisper-site-manager plugin folder to /wp-content/plugins/, or install it via the WordPress Plugins screen.
  2. Activate the plugin through the "Plugins" screen in WordPress.
  3. Open VideoWhisper Site Manager > Onboarding (you will also see an admin reminder notice until setup is complete).
  4. Create or link a dedicated WordPress user (recommended role: Editor).
  5. Choose Turnkey OAuth or create an Application Password directly from the onboarding page.
  6. For ChatGPT: open ChatGPT Builder on desktop and follow the provided step-by-step instructions. Import the OpenAPI schema from the URL shown in onboarding.
  7. For Claude: copy the MCP endpoint URL from the onboarding page and follow the Claude.ai, Desktop, or CLI setup instructions shown there.
  8. For Codex: copy the Codex MCP configuration or OAuth login command from the Codex onboarding tab, then verify the server with /mcp.

屏幕截图:

  • ChatGPT listing sites available to operate.
  • Onboarding screen with authentication method, Claude / GPT.
  • Frontend user connection instructions to chatbots.
  • Shared GPT for muti site support.

升级注意事项:

1.2.4 WordPress.org review compliance update for plugin naming, asset placement, enqueue usage, and stable tag metadata. 1.0.8 Maintenance release with refreshed version metadata and a clean installable distribution package. 1.0.4 Maintenance release that refreshes Site Manager packaging and current Turnkey/shared GPT onboarding metadata. 1.0.2 Turnkey OAuth now uses server-provided shared GPT and MCP details more consistently across settings and onboarding. 1.0.1 Adds top VideoWhisper admin-bar access for Site Manager and updates the shared contact links. 0.4.0 Adds MCP GET/SSE endpoint required for Claude.ai, Claude Desktop, and Claude CLI connections. Also fixes onboarding notice detection on some server configurations. 0.3.1 Security and compliance fixes: enqueued scripts and tightened REST permission checks per WordPress.org review. 0.2.0 Improved onboarding, logging, settings controls, and WordPress.org compliance updates.

常见问题:

Does this plugin store an OpenAI or Anthropic API key?

No. This plugin does not store or use any AI provider API keys.

How does authentication work?

The plugin supports Turnkey OAuth and WordPress Application Passwords. Turnkey OAuth uses a compatible Relay & OAuth Server for shared GPT/MCP workflows. Application Passwords use WordPress core HTTP Basic Authentication over HTTPS. Developers can add more authentication flows with the documented hooks.

Can the API publish posts immediately?

Not by default. Publishing is blocked unless an administrator enables Allow publish in the plugin settings. The onboarding instructions and GPT/Claude guidance also reflect whether publishing is enabled.

Why does ChatGPT, Claude, or Codex get a 403 on logs?

The /logs endpoint is restricted by the log access settings. This is intentional. A dedicated Editor account can still create/edit content, but cannot access operational audit data unless that access is enabled.

Does the plugin require HTTPS?

Yes, by default plugin REST endpoints (including the OpenAPI and MCP endpoints) require HTTPS. A development-only setting can allow HTTP if needed on a local/dev environment.

How quickly are revoked external OAuth bearer tokens rejected?

External bearer-token validation uses a short cache to reduce remote validation traffic. The cache TTL is configurable in settings (External token cache (seconds)), so revoked tokens are typically rejected after that cache window expires.

Can I set up everything from the plugin without visiting Users > Profile?

Yes. You can create the dedicated user and create the Application Password directly from the onboarding page. A profile link is still provided for later review/revocation.

Does the free plugin manage CRM support tickets?

When Live Support Tickets is active, the Content settings tab can enable read-only CRM conversation access. Authenticated users can list conversations where they are participants and retrieve conversation messages. Message writing, CRM stats, contact listing, and admin conversation management require VideoWhisper Site Manager Pro.

What content types are supported?

Posts and pages by default (both enabled). Admins can enable or disable each in the Content settings tab. Developers can extend supported content types and tool behavior with hooks such as vwsm_allowed_content_types, vwsm_mcp_extra_tools, vwsm_mcp_dispatch_tool, vwsm_openapi_components, and vwsm_openapi_document.

Does it include an AI chat interface inside WordPress?

No. You need to use ChatGPT, Claude, Codex, or another compatible external AI application. This plugin only provides REST endpoints, an MCP endpoint, and onboarding for those external AI applications.

Does the Claude connector work on mobile?

Yes. Once you set up and authorize the connector in Claude.ai on desktop, it is automatically available in the Claude iOS and Android mobile apps — no additional setup is needed.

更新日志:

1.2.4 1.0.8 1.0.4 1.0.2 1.0.1 0.4.0 0.3.1 0.2.0 0.1.0