| 开发者 | masrawy2025 |
|---|---|
| 更新时间 | 2026年7月28日 00:57 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
manage_options, read, manage_woocommerce, …). There is no anonymous access, ever. Connected agents are listed in settings and can be revoked in one click.mcp-remote) covers agents that cannot speak HTTP directly, including LM Studio, Goose and most self-hosted or open-source clients.claude mcp add --transport http flavoursuite https://example.com/wp-json/flavoursuite-ai/mcp
Full documentation — including per-client connection guides (Claude Code, Claude Desktop, Cursor, ChatGPT), the Approvals walkthrough, and troubleshooting: flavoursuite.github.io/docsInstalling it changes nothing until you opt in: the MCP endpoint is not even registered while the master switch is off. When enabled, every request must authenticate as a WordPress user and every tool re-checks that user's capabilities. Tools that read are read-only; tools that would change anything only create proposals for you to review.
No. The plugin contains no API keys and makes no outbound requests. It's a server: AI agents you control connect to your site, authenticated as a user you created, seeing only what that user may see.
Three ways, all as a real WordPress user limited to that user's capabilities.
Connection tokens (recommended for desktop and command-line clients) are created on the settings screen, sent as Authorization: Bearer …, and accepted only on the MCP endpoint — the same token is refused by every other REST route, so an agent that has one cannot use it to read your users or edit posts directly. Each token has a name, an optional expiry, and its own Revoke button. Only a hash is stored.
Application Passwords still work, for setups already built around them. Be aware that they authenticate against the entire REST API, not just MCP.
OAuth 2.1 with PKCE is for cloud clients such as claude.ai and ChatGPT: they discover the site automatically, you approve the connection on a consent screen in wp-admin, and you can revoke that agent at any time under Settings → FlavourSuite AI.
Whoever holds it can call the MCP tools you have enabled, as the user it was issued for — and nothing else. It is rejected on every REST route except the MCP endpoint, so it cannot be replayed against wp-json/wp/v2/*. Revoke it on the settings screen and it stops working on the next request; other agents are unaffected. Every call it made is in the audit log.
Any MCP client, and any model. This plugin is an MCP server, so the model your agent runs — Claude, GPT, Gemini, DeepSeek, Qwen, Kimi, GLM, Llama, Mistral, an OpenRouter route, or something local — never touches this plugin and makes no difference to it. The settings screen generates the right config for Claude Code, Codex CLI, OpenCode, Cursor, VS Code, Cline, Roo Code, Windsurf, Claude and ChatGPT cloud connectors, and GUI apps like Cherry Studio, ChatWise, 5ire, LibreChat, Dify and n8n. For anything not listed, the mcp-remote stdio bridge recipe works with any agent that accepts an mcpServers block.
The Model Context Protocol is an open standard that lets AI assistants use external tools. Claude, Cursor, ChatGPT, and a growing list of clients support it natively.
Yes. The core site tools work on any WordPress site. WooCommerce tools appear only when WooCommerce is active.
FluentCRM 3.0 or newer — that's where FluentCRM introduced its own abilities, which this plugin curates. With an older FluentCRM the CRM tools simply don't appear; nothing breaks.
Only through you. Agents can propose changes (Additional CSS, post/page content), which appear as pending change requests under Tools → Agent Changes with a before/after diff. Nothing touches the live site until an administrator approves it there, and applied changes can be rolled back. The propose tools are also disabled by default — you switch them on per tool.
/.well-known/, so cloud MCP clients (claude.ai, ChatGPT) can find and connect to the site without an Application Password.mcp-remote stdio bridge that covers any other agent. Works regardless of which model the agent runs.