An MCP server is what lets an AI agent such as Claude Code, Cursor or Codex actually work on your WordPress site instead of just giving advice. Several options now exist, and they differ a lot in what the agent can build. This guide explains how WordPress MCP servers work, what to compare, and which one fits which kind of site.
How WordPress MCP servers work
The Model Context Protocol (MCP) is an open standard for connecting AI agents to tools. A WordPress MCP server exposes a set of tools, such as “create a post” or “upload media”, that an agent can call over a secure connection. The agent can only do what those tools allow. That is why the tool set matters more than anything else:
- A server that only wraps the REST API can manage posts and media, but it can’t design pages.
- A server built into a page builder can also create layouts, templates and dynamic sections.
What to compare
- Page building: can the agent create real, visually editable layouts, or only plain post content?
- Dynamic content: can it set up custom post types, query loops, filters and custom fields?
- Permissions: can you limit what each connection is allowed to do, and revoke it?
- Setup: does it support Streamable HTTP, and does it give you ready-made configs for your client?
- Output: is what the agent builds readable and portable, or locked into a proprietary format?
The main options in 2026
1. Tuli Builder’s built-in MCP server
Tuli Builder is a WordPress theme and visual page builder with an MCP server built in. Because Tuli stores pages as standard HTML and CSS, the language AI models already know best, agents can build complete, visually editable pages rather than only text.
- Pages, posts, custom post types, taxonomies, terms, media and plugins
- Visual layouts and reusable templates with display conditions
- Query loops, AJAX filters and dynamic data for live content
- Global CSS and JavaScript, and code snippets
- Scoped application passwords: pick the user and the allowed actions, add instructions, revoke any time
- Ready-made setup for Claude Code, Claude Desktop, Codex CLI, Gemini CLI, Cursor, VS Code, Windsurf, OpenCode, Cline and Antigravity
Best for: building and running whole sites with AI, including design. See the Claude Code setup.
2. The WordPress MCP Adapter
The WordPress project’s MCP Adapter exposes abilities, the actions that WordPress core and plugins register through the Abilities API, to MCP clients. What an agent can do depends on which abilities your installed plugins provide.
Best for: developers who want a standard, core-aligned way to expose their own plugin’s actions to AI.
3. AI plugins with an MCP feature
Some general AI plugins for WordPress, such as AI Engine by Meow Apps, include an MCP server alongside chatbots and content tools. They’re useful for content and site management tasks. How far they can go with page design depends on the page builder you use.
Best for: sites that already use that plugin for other AI features.
4. Open-source REST API MCP servers
Community projects run as a separate MCP server that talks to your site’s REST API with an application password. They’re flexible and free, but limited to what the REST API exposes, which is mostly posts, pages, users, media and terms.
Best for: developers who want content automation without installing anything new on the site.
Quick comparison
| Tuli Builder MCP | WordPress MCP Adapter | AI plugin MCP | REST API MCP servers | |
|---|---|---|---|---|
| Posts and pages | Yes | Via abilities | Yes | Yes |
| Visual page layouts | Yes | Depends on plugins | Depends on builder | No |
| Templates, loops and filters | Yes | Depends on plugins | Limited | No |
| Per-connection permissions | Yes | Via abilities and users | Varies | Via WordPress user role |
| Runs inside WordPress | Yes | Yes | Yes | No, separate process |
MCP tooling changes quickly, so check each project’s current documentation before you decide.
Which should you choose?
- You want AI to build and design the whole site: choose a builder with MCP built in, such as Tuli Builder.
- You’re a developer exposing your own plugin’s features: use the WordPress MCP Adapter and the Abilities API.
- You only need content automation: an AI plugin or a REST API server may be enough.
FAQ
What is the best MCP server for WordPress?
For building and managing complete sites, including page design, templates and dynamic content, a page builder with a built-in MCP server such as Tuli Builder does the most. For content-only automation, a REST API based server can be enough.
Is it safe to connect an AI agent to WordPress?
It is when access is scoped and revocable. Use a separate password per agent, allow only the actions it needs, and test big changes on staging first.
Which AI agents can use a WordPress MCP server?
Any MCP client, including Claude Code, Claude Desktop, Cursor, OpenAI Codex CLI, Gemini CLI, VS Code with GitHub Copilot and Windsurf. See the setup guide for each client.
Do I need to code to use one?
No. You describe what you want in any language and the agent calls the tools. Knowing a little HTML helps when you review.
Give your agent the full toolset
Get Tuli Builder and connect your AI agent to a WordPress MCP server that can build real, editable, dynamic pages, not just posts.
