Linux 软件免费装

Invizo MCP

开发者 invizo
更新时间 2026年6月20日 01:32
捐献地址: 去捐款
PHP版本: 7.4 及以上
WordPress版本: 7.0
版权: GPLv2 or later
版权网址: 版权信息

标签

woocommerce developer tools wordpress management mcp ai automation

下载

2.0.3

详情介绍:

Invizo MCP turns your WordPress site into a standalone Model Context Protocol server. It lets approved AI clients work with site content and supported plugins through a native endpoint hosted by WordPress: https://example.com/wp-json/mcp/invizo No Invizo-hosted MCP backend, account, subscription, or license key is required. The plugin bundles the official WordPress MCP Adapter and PHP MCP Schema packages and exposes Invizo's action library through the WordPress Abilities API. The MCP server exposes three compact protocol tools: These tools discover and execute 143 scoped Invizo abilities without flooding AI clients with 143 top-level MCP tools. Highlights What can agents manage? Who is this for? Invizo MCP is intended for administrators, developers, agencies, and site maintainers who want an AI coding or automation client to work with a WordPress site through a documented, scoped protocol. Because enabled write and delete scopes can modify important site data, use the plugin only with trusted clients and dedicated Application Passwords. Test destructive workflows on a staging site first. Authentication Invizo MCP uses WordPress Application Passwords and WordPress REST authentication. Only authenticated users with the manage_options capability can access the MCP transport or execute Invizo abilities. In a standard WordPress installation this means administrators only. Create a dedicated Application Password from Settings > Invizo MCP for every AI client or computer. Passwords can be revoked individually from the same screen. Application Passwords normally require HTTPS. Local HTTP sites can enable them by setting: define( 'WP_ENVIRONMENT_TYPE', 'local' ); Security plugins can disable Application Passwords. Invizo reports this condition on its settings screen. Scopes and safeguards Administrators choose exactly which read, write, and delete scopes are enabled. Abilities outside enabled scopes are hidden from MCP discovery and rejected during execution. Optional integration scopes are unavailable unless their required plugin is active. Existing handler safeguards remain in place, including: Data stored by the plugin Invizo MCP stores: Application Passwords are created and stored by WordPress in user metadata. Invizo tags only the credentials it creates so they can be listed and revoked from the settings page. Invizo MCP does not collect analytics or send usage information to Invizo.

安装:

  1. Install the Invizo MCP release ZIP, including its bundled vendor directory.
  2. Activate the plugin on WordPress 6.9 or newer.
  3. Open Settings > Invizo MCP.
  4. Enable the MCP endpoint.
  5. Select only the scopes your agent needs.
  6. Create an Application Password.
  7. Choose Claude, Codex, Cursor, or Antigravity and copy the generated configuration.
  8. Restart or reload the AI client.
  9. Verify the connection by listing the server tools and running discover-abilities.
Do not install a source-only archive that omits Composer dependencies. Minimum requirements

升级注意事项:

2.0.3 Resolves WordPress.org review finding for dynamic option keys in site settings handlers. 2.0.2 Hardens WooCommerce customer updates, scopes admin notices, and resolves WordPress.org review findings for asset loading and bundled dependencies. 2.0.1 Adds WordPress.org release metadata, uninstall controls, dependency notices, and submission-related security hardening. 2.0.0 Invizo MCP is now standalone. Reconnect AI clients using a WordPress Application Password and the new /wp-json/mcp/invizo endpoint.

常见问题:

Does Invizo contact api.mcp.invizo.io?

No. Version 2.0 does not require or contact an Invizo backend.

Is WordPress itself the MCP server?

Yes. WordPress serves MCP JSON-RPC requests at /wp-json/mcp/invizo.

Why do some clients still use npx?

Some desktop clients communicate with local STDIO MCP processes more reliably than remote authenticated HTTP endpoints. @automattic/mcp-wordpress-remote is a local transport bridge; it is not an Invizo-hosted server.

Can editors connect?

No. Invizo requires manage_options at the MCP transport and ability layers.

What happens when the endpoint is disabled?

The Invizo MCP route is not initialized. Existing Application Passwords remain valid WordPress credentials until revoked, but they cannot access an inactive Invizo endpoint.

Why is an integration scope disabled?

WooCommerce, Elementor, Rank Math SEO, LearnPress, and The Events Calendar scopes require the corresponding plugin to be active.

更新日志:

2.0.3 2.0.2 2.0.1 2.0.0