Linux 软件免费装
Banner图

NIBWP – WordPress MCP Server - Connect Claude, ChatGPT, Cursor & Any AI Agent via MCP

开发者 nibwp
更新时间 2026年9月6日 18:05
PHP版本: 8.0 及以上
WordPress版本: 7.1
版权: GPLv2 or later
版权网址: 版权信息

标签

chatgpt claude mcp ai-assistant

下载

1.0.0 1.0.1 1.0.2

详情介绍:

NIBWP is the self-hosted WordPress MCP server. It turns your WordPress site into a Model Context Protocol (MCP) server so AI assistants like Claude, Claude Code, ChatGPT, Google Gemini and Cursor can read and manage your content over MCP through one standard, authenticated MCP endpoint - no copy-pasting, no scraping, and no external MCP relay touching your data. Every WordPress action is exposed as an MCP tool your MCP client calls directly. Every MCP request runs inside your own WordPress install: there is no cloud MCP proxy, no account and no separate API key. NIBWP authenticates each MCP call with WordPress core Application Passwords and is built directly on the WordPress 6.9 Abilities API and the official wordpress/mcp-adapter, which maps your site's abilities to MCP tools - so the MCP server stays lightweight and aligned with WordPress core instead of shipping a proprietary protocol layer. A true MCP server for WordPress NIBWP is a native MCP server: it speaks the Model Context Protocol directly, so any MCP client connects to the same MCP endpoint and calls the same MCP tools. Because the MCP server runs on your own host, every MCP request and MCP response stays on your infrastructure - no third-party MCP gateway, no MCP relay, and no data leaving your WordPress site. Point your MCP client at the WordPress MCP endpoint, authenticate with an Application Password, and start issuing MCP calls. Whether you run one WordPress MCP server or many, each site is an independent MCP endpoint you fully control. Why NIBWP What your AI can do over MCP (free plugin) Once your MCP client is connected, NIBWP exposes these WordPress capabilities as MCP tools: Works with Claude, ChatGPT, Cursor & any MCP client Built on the official WordPress Abilities API WordPress 6.9 shipped the Abilities API - the official mechanism for plugins to register typed, AI-callable functions. NIBWP bundles the official wordpress/mcp-adapter and exposes your site through it, so your install is MCP-ready in a way that stays aligned with WordPress core's AI roadmap - no proprietary, soon-to-diverge protocol layer. How it compares Some WordPress MCP plugins route every request through their own cloud servers - your content leaves your site. Others bolt on a custom API-key system and a large proprietary tool set. NIBWP takes the opposite approach: 100% self-hosted (no external relay), built on WordPress core (Abilities API + Application Passwords), with a focused, capability-checked ability set - free, no account, no external calls. NIBWP Pro The free plugin is fully functional on its own. NIBWP Pro - a paid upgrade at https://nibwp.com, not included in this free plugin - adds 190+ typed MCP tools across 66 integrations, plus agent tooling built for people who run real sites and real client portfolios. Pro Skills - design in, validated build out Skills teach an agent a specific builder or framework so the output is correct, on-system and production-ready - not a guess: MCP tools per plugin and theme (Pro) Each integration registers its own set of typed MCP tools. Ability counts per plugin or theme: Browse every integration and its full tool list at https://nibwp.com/integrations - for example, the Figma integration exposes nibwp/figma-list, nibwp/figma-get, nibwp/figma-pull, nibwp/figma-pro-fetch, nibwp/figma-pro-analyze, nibwp/figma-pro-detect-builder and nibwp/figma-pro-convert. Common Pro use cases Content automation (briefs become drafted, interlinked, SEO-ready posts), SEO at scale (empty metas, accidental noindex and missing schema found and fixed in bulk), WooCommerce operations (supplier sheets become products with variations and pricing), Elementor-to-Bricks and Bricks-to-Etch migrations, 404 cleanup after a migration, multilingual backfill, Voxel directory builds, course creation from transcripts, and monthly care-plan reporting. Pricing, Skills and the full integration directory: https://nibwp.com/pricing, https://nibwp.com/solutions and https://nibwp.com/integrations.

安装:

  1. Install through the WordPress.org plugin directory, or upload the nibwp folder to /wp-content/plugins/.
  2. Activate the plugin.
  3. Open the NIBWP → Connect screen.
  4. Turn on AI Abilities, generate an Application Password, and copy the ready-made connection prompt.
  5. Paste the prompt into Claude, Claude Code, ChatGPT, Gemini or Cursor - it connects itself.

屏幕截图:

  • Dashboard - exposed abilities, memory entries and the live REST endpoint.
  • Claude Desktop connected to NIBWP, reading and updating posts over MCP.
  • Claude Code wired to NIBWP as a remote MCP server during an agentic build.

升级注意事项:

1.0.2 Full documentation of every NIBWP Pro module and integration. No functional changes. 1.0.1 Admin UI update and NIBWP Pro promo. 1.0.0 First public release.

常见问题:

What is the Model Context Protocol (MCP)?

MCP is an open standard that lets AI assistants call structured "tools" on external systems through an MCP server. Without an MCP server, you copy-paste content between WordPress and your AI by hand. NIBWP is that MCP server for WordPress: with it, Claude, Claude Code, ChatGPT, Gemini and Cursor connect over MCP and can read posts, create and update content, manage media and menus, and look up site data directly - through a secure, authenticated MCP connection.

How is NIBWP different from other WordPress MCP plugins?

Two things. First, NIBWP is a 100% self-hosted MCP server - there is no external MCP relay or cloud proxy, so your content never leaves your server (some alternative MCP plugins route every MCP request through their own infrastructure). Second, this MCP server is built on WordPress core - the official Abilities API plus Application Passwords - instead of a custom API-key system and a proprietary protocol layer. Every MCP call is capability-checked per object, and a master switch turns the MCP server off in one click.

Do I need an API key or an account?

No. NIBWP uses WordPress core Application Passwords for authentication. You generate one on the Connect screen, paste it into your AI client, and revoke it whenever you like. There is no separate API key, no account, and no subscription.

Does NIBWP require Node.js, a proxy or a cloud service?

No. NIBWP is pure PHP and runs inside your existing WordPress install on any standard host. There is no Node.js requirement, no cloud relay, and no external service dependency.

How do I connect Claude Desktop or Claude Code?

Open NIBWP → Connect, enable AI Abilities, and generate an Application Password. Copy the ready-made prompt (it already contains your endpoint, username and password) and paste it into Claude - it adds the MCP server itself. Claude Code users can also run the shown claude mcp add command.

Does it work with ChatGPT, Gemini, Cursor, VS Code or Windsurf?

Yes. Any MCP-compatible client can connect using the site's MCP endpoint and an Application Password sent as HTTP Basic auth. The Connect screen shows the exact endpoint and credentials, with setup snippets for 15+ clients including Claude, Claude Code, ChatGPT, Gemini, Cursor, VS Code, GitHub Copilot, Windsurf, Zed, JetBrains, Neovim, Cline, Warp, Raycast and Ollama.

What is the WordPress Abilities API?

Introduced in WordPress 6.9, the Abilities API is the official way for plugins to register typed, AI-callable functions. The wordpress/mcp-adapter package bridges those abilities to the MCP protocol. NIBWP bundles the adapter and adds a curated, capability-checked ability set on top - keeping your site aligned with WordPress core's AI roadmap.

Is my site safe?

Security is enforced at several layers. Every ability requires authentication and passes WordPress capability checks plus per-object checks (per-post, per-term, per-user). Option access is limited to a non-sensitive allowlist, and sensitive option and meta values (passwords, secrets, API keys, auth salts, session tokens, capabilities) are filtered out. Comment creation respects your moderation and "comments open" settings. A master switch disables every ability for the whole site in one click.

Can AI read and write my custom fields (ACF, Meta Box, Pods, JetEngine)?

Yes. NIBWP exposes post, term and user meta abilities. Because those plugins store data as standard WordPress meta, an AI agent can read and write their fields the same way a human editor would. NIBWP Pro adds dedicated, schema-typed integrations for ACF, Meta Box, Pods, JetEngine and ACPT.

Does NIBWP work with WooCommerce, Elementor, Bricks, Yoast or Rank Math?

The free plugin reads and writes any post type and meta, so it already covers products, custom fields and most builder content generically. For deeper, schema-typed control, NIBWP Pro adds dedicated integrations for 66 plugins and themes - including WooCommerce, Elementor, Bricks, Breakdance, Etch, Divi, Kadence, Voxel, ACF, Yoast SEO, Rank Math, SEOPress, LearnDash, Tutor LMS, MemberPress, ten form plugins and Automatic.css. See https://nibwp.com/integrations.

What are Pro Skills?

Pro Skills are premium, builder-aware skill packs that turn a screenshot, URL, HTML or Figma frame into a validated, on-system build - Bricks, Elementor, EtchWP, Kadence, Breakdance, Voxel, Automatic.css and Figma - plus full course generation for Tutor LMS. They are part of NIBWP Pro; see https://nibwp.com/solutions.

What are Workflows?

A Workflow is a structured playbook NIBWP injects into the agent as mandatory instructions rather than suggestions: when to use it, the standards to hold, the ordered steps, the hard constraints, the validation checks, and the report to hand back. 18 default playbooks ship across nine categories. A workflow can stay private to one site or be shared across every site on your license, so the same method runs on site one and site one hundred. Workflows are part of NIBWP Pro.

What are AI Jobs?

AI Jobs run real site maintenance from inside wp-admin: you state the outcome, NIBWP plans the work, asks for approval before changing anything, and returns a plain-English report. Broken-link crawls, security scans, update checks and database cleanup are available today, on a manual, daily or weekly schedule. AI Jobs are part of NIBWP Pro.

What is Agent View?

Agent View is a browser workspace where an agent opens and drives the real, rendered pages of your site while you watch - clicking elements, filling fields, resizing the viewport, auditing accessibility and reading console errors, with a selector for every element. Every change stops for approval by default. It is part of NIBWP Pro.

Will it slow down my site?

No. The MCP endpoint is a REST route that only runs when an authenticated AI client makes a request. It does not execute on visitor-facing pages or normal admin screens.

Can I use local AI models (Ollama, LM Studio)?

Yes. The connection happens on the client side, so any local MCP-compatible runner such as Ollama or LM Studio can talk to your site. Your data stays on your own infrastructure.

Does it work on multisite?

Yes, per site. Activate it on each subsite; every site gets its own endpoint, credentials and settings.

What happens when I turn AI Abilities off?

The master switch stops NIBWP from registering any abilities, so the site exposes nothing over MCP until you turn it back on. Existing Application Passwords are left untouched.

更新日志:

1.0.2 1.0.1 1.0.0