
外掛標籤
開發者團隊
原文外掛簡介
Aculect AI Companion is a secure MCP connector for WordPress. It lets approved AI assistants such as ChatGPT, Claude, Codex, and OpenAI-compatible tools work with your WordPress content, media, comments, and site information through permission-aware workflows.
Instead of switching between WordPress admin screens, you can ask your AI assistant in plain English to draft a post, update a page, review comments, upload media, inspect safe site details, or prepare long-form content using WordPress blocks.
WordPress remains the source of truth. Aculect AI Companion checks the connected WordPress user’s permissions before every action, lets administrators choose which abilities are available, and keeps risky write actions behind configurable controls.
What is MCP for WordPress?
MCP stands for Model Context Protocol. In Aculect AI Companion, MCP gives supported AI assistants a structured, permission-controlled way to request WordPress actions. The assistant does not receive direct database access. It can only use the enabled tools exposed by WordPress and approved by an administrator.
Why use Aculect AI Companion?
Connect WordPress to ChatGPT, Claude, Codex, and OpenAI-compatible MCP clients
Create, update, and organize WordPress content through controlled AI workflows
Work with posts, pages, custom post types, categories, tags, comments, and media
Use block-aware content workflows instead of raw custom HTML
Review AI activity with sanitized audit logs
Control access globally, by connection, by role, and by WordPress user permissions
Use diagnostics to verify OAuth, MCP, endpoint, and environment readiness
Setup is designed to be simple:
Copy your connection URL from AI Companion > Connect.
Open your AI tool and add a new connector.
Paste the URL when prompted.
Approve the connection on the screen that appears.
After approval, Aculect AI Companion checks the connected WordPress user’s permissions before every action. You can also choose exactly what your AI assistant can do and disconnect assistants at any time.
Features
Create, edit, and publish posts, pages, and supported custom post types
Plan and draft long-form block content for WordPress
Manage categories, tags, custom taxonomies, and content groups
Moderate, reply to, and bulk-manage comments
Upload, list, update, attach, detach, and safely rename media
View safe site settings, active plugins, active themes, and diagnostics
Connect, pause, review, and disconnect AI assistants
Control which MCP abilities each assistant can use
Supported AI Tools
Aculect AI Companion includes setup guidance for popular AI assistants and MCP clients:
ChatGPT app with Developer Mode connectors
OpenAI API integrations that support remote connectors
Claude app, Claude Desktop, Claude Cowork, and Claude mobile
Claude Code
Claude API integrations that support remote connectors
Your AI tool must be able to reach your WordPress site over HTTPS to complete OAuth approval and send MCP requests.
Supported Abilities
Admins can enable or disable these abilities from AI Companion > Abilities after the first assistant connection is active.
Long-form content workflows:
Prepare a post outline, section plan, taxonomy recommendations, media recommendations, and SEO recommendations
Create a draft from validated serialized WordPress block content
Update an existing post with block-safe content workflows
Update Rank Math SEO title, description, and focus keywords when Rank Math is active
Content:
List readable content types, including custom post types
List posts, pages, and custom content items with pagination
Read one content item by ID
Create a post, page, or custom content item with optional featured image, author, and taxonomy assignments
Update title, content, excerpt, slug, status, featured image, author, or taxonomy assignments for an existing item
Update SEO title, SEO description, and focus keywords for supported SEO plugins
Content groups:
List available categories, tags, and custom content groups
List terms for a supported taxonomy with pagination
Create a category, tag, or custom content group
Update a category, tag, or custom content group
Assign or clear an image for supported taxonomy terms
Comments:
List comments for review with pagination
Read one comment by ID
Reply to a comment as the connected WordPress user
Moderate comment content or status
Bulk moderate multiple comments
Media:
List media library attachments with pagination
Read, update, trash, and safely rename media items
Upload media from a public URL with server-side request checks
Attach media to posts or detach media from posts
Site information:
View safe, non-secret site settings
View WordPress version, PHP version, active theme, and basic site metadata
List installed plugins and active state for users who can manage plugins
List installed themes and active state for users who can manage themes
WordPress abilities:
Discover supported public WordPress abilities registered by WordPress and plugins
Inspect one supported public WordPress ability
Run a supported public WordPress ability using the connected user’s permissions
Third Party Services
Aculect AI Companion does not send site data to an external service on activation, page load, cron, or without a site administrator connecting an AI assistant.
When a site administrator copies the connection URL into an external AI assistant and approves the connection screen in WordPress, that assistant can request the enabled abilities. Depending on the enabled abilities and the connected WordPress user’s permissions, requested data may include post titles, post content, excerpts, slugs, statuses, authors, dates, permalinks, category and tag names, media metadata, comments, and safe site settings such as site name, description, URLs, locale, timezone, date format, time format, permalink structure, and active theme name.
The external service that receives this data is the AI assistant selected and configured by the administrator. Aculect AI Companion’s built-in setup UI includes links for:
ChatGPT by OpenAI: https://chatgpt.com/, terms at https://openai.com/policies/terms-of-use/, and privacy policy at https://openai.com/policies/row-privacy-policy/
Claude by Anthropic: https://claude.ai/, terms at https://www.anthropic.com/legal/consumer-terms, and privacy policy at https://www.anthropic.com/legal/privacy
Administrators should review the terms and privacy policy for the AI assistant they connect. Aculect AI Companion controls the WordPress-side approval and permissions checks; it does not control how a connected external assistant processes data after the administrator authorizes access.
Development
The production package ships built assets and Composer dependencies. Development manifests such as composer.json, composer.lock, and package.json are intentionally excluded from release ZIP files. Generated files under build/ are not committed to the source repository; release automation generates them before packaging.
For source code, build tooling, and exact dependency manifests, use the public GitHub repository:
https://github.com/mehul0810/aculect-ai-companion
Contributing guidelines:
https://github.com/mehul0810/aculect-ai-companion/blob/main/CONTRIBUTING.md
Security policy:
https://github.com/mehul0810/aculect-ai-companion/security/policy
From the repository checkout, use the Node.js version in .nvmrc and rebuild assets with:
npm ci
npm run build
Composer dependencies for production releases are installed with:
composer install --no-dev --prefer-dist --optimize-autoloader
