Easy MCP AI

Description

Easy MCP AI connects your WordPress site to the world’s most powerful AI assistants through the Model Context Protocol (MCP). Once connected, your AI can read, write, and manage your entire site — posts, pages, media, users, menus, and more — just by having a conversation.

No Node.js. No external proxy. No complicated setup. Just install, generate a token, and start building.

Vibe Blogging — Blog Without Touching WordPress Admin

Imagine telling your AI assistant: “Write a 1,000-word post about productivity tips, add a featured image from my media library, assign it to the Blog category, and publish it” — and it just happens.

That’s Vibe Blogging. With Easy MCP AI installed on your WordPress site, you and your AI work together as a team. You bring the ideas, the AI handles all the clicking, writing, and publishing. No tab-switching, no copy-pasting, no admin panel required.

Combined with other MCP tools (web search, image generation, SEO analyzers), your AI can research a topic, write the content, source visuals, optimize for search, and hit publish — all in one go.

Works With Every Major AI

Connect any of the following AI assistants directly to your WordPress site:

  • Manus — the autonomous AI agent that can run multi-step workflows start to finish
  • Claude (Claude.ai, Claude Desktop, Claude Code) — Anthropic’s powerful assistant
  • ChatGPT (OpenAI Developer Mode) — the world’s most popular AI, connected to your site
  • Gemini CLI / Google Antigravity — Google’s AI tools with MCP support
  • Cursor, Windsurf, Cline, Roo Code — AI-powered code editors that can also manage your content
  • n8n — automate content pipelines and publishing workflows
  • Any MCP-compatible client — the protocol is open and supported by a growing ecosystem

What Can Your AI Do On Your Site?

Once connected, your AI assistant can handle everything you’d normally do in the WordPress admin:

Content — draft, write, edit, and publish posts and pages; search and update existing content

Media — browse your media library, upload new images, update alt text and captions

Organization — manage categories, tags, and navigation menus

Users — list users, create accounts, update profiles and roles

Plugins & Themes — see what’s installed, activate or deactivate plugins

Site Settings — read and update core WordPress settings

[74 Tools, Ready to Use](https://easymcpai.com/tools)

Posts — list, get, create, update, delete, search
Pages — list, get, create, update, delete
Media — list, get, upload, update, delete
Categories — list, get, create, update, delete
Tags — list, get, create, update, delete
Comments — list, get, create, update, delete
Users — list, get, create, update, delete
Menus — list menus, get, create, update, delete; list, create, update, delete menu items
Custom Post Types — list, get, create, update, delete CPT items
Post Meta — get and update post meta
Revisions — list, get, delete post revisions
Blocks — list, get, create, update, delete blocks
Templates — list, get, update block templates
Styles — get and update global styles
Site — get and update settings, list post types, taxonomies, and post statuses
Plugins — list installed plugins
Themes — list themes, get active theme
Search — search across all content

Built for Security

Giving an AI access to your site is serious — so security is built into every layer:

  • Bearer token authentication with SHA-256 hashing — the raw token is never stored
  • Per-token permissions — create a read-only token for one AI, a full-access token for another
  • WordPress capability checks on every single tool call
  • Rate limiting per token (default 60 requests/min, configurable)
  • Full audit log — every tool call is logged with the token used, arguments, result, and client IP
  • IP whitelisting — optionally restrict which IPs can use the MCP endpoint

Simple Admin Interface

  • Dashboard — your MCP endpoint URL and one-click connection configs for every major AI client
  • API Tokens — create and manage tokens with a checkbox-based tool permission tree
  • Audit Log — a paginated, searchable log of every AI action taken on your site
  • Settings — tune rate limits, log retention, IP whitelist, and more

Author

Developed by EasyMCPAI.

Installation

Automatic Installation

  1. In your WordPress admin, go to Plugins Add New Plugin.
  2. Search for “Easy MCP AI”.
  3. Click Install Now and then Activate.

Manual Installation

  1. Download the plugin ZIP from the WordPress plugin directory.
  2. In your WordPress admin, go to Plugins Add New Plugin Upload Plugin.
  3. Upload the ZIP, click Install Now, then Activate.

After Activation

  1. Go to Easy MCP AI API Tokens in your WordPress admin sidebar.
  2. Click Create New Token.
  3. Give the token a name, choose the WordPress user the AI will act as, and select which tools to allow.
  4. Click Create Token and copy the token — it is only shown once.
  5. Open your AI assistant, paste in the endpoint URL and token from the Dashboard page.
  6. Start talking to your site.

FAQ

What is Vibe Blogging?

Vibe Blogging is the idea of running your entire blog through conversation with an AI — no admin panel needed. You describe what you want, the AI does the work. With Easy MCP AI installed, your AI assistant can research, write, upload media, organize content, and publish — all from a single chat window.

What is the Model Context Protocol (MCP)?

MCP is an open standard created by Anthropic that lets AI assistants securely connect to external tools and data sources. It’s quickly becoming the universal protocol for AI-to-app communication, supported by Anthropic, OpenAI, Google, and dozens of other platforms. Learn more at modelcontextprotocol.io.

Does this require Node.js or a special server?

No. The plugin is pure PHP and runs entirely inside WordPress on any standard hosting. No long-running processes, no Node.js, no external services needed.

What WordPress and PHP versions are required?

WordPress 6.0+ and PHP 7.4+. PHP 8.0 or higher is recommended.

How does authentication work?

You create an API token in the plugin admin. Each token is stored as a SHA-256 hash — the raw token is never saved and cannot be recovered after creation. Your AI sends the token via a standard Authorization: Bearer header on every request.

Can I control what the AI is allowed to do?

Yes, fully. Each token has its own permission set — you choose exactly which of the 74 tools it can call. Create a read-only token for a summarization AI, a content-only token for your writing assistant, and a full-access token for your trusted automation workflows.

Is it safe to run on a live site?

Yes, when used over HTTPS. Every request is authenticated, rate-limited, capability-checked, and logged. You can also restrict access by IP address for additional security.

Can I connect multiple AI assistants at once?

Yes. Create one token per assistant. Each token tracks its own usage, has its own permissions, and is logged independently.

Does it work with custom post types?

Yes. The post and page tools accept a post_type parameter so your AI can work with any registered post type on your site.

Why does the endpoint return 404?

Go to Settings Permalinks in WordPress admin and click Save Changes to flush rewrite rules. Pretty permalinks must be enabled.

Reviews

25 Marz 2026
The plugins is better than other plugin/MCP for wordpress. It give you complete control on the MCP and easy to setup and use. I hope you integrate woocommerce later.
Read all 1 review

Contributors & Developers

“Easy MCP AI” is open source software. The following people have contributed to this plugin.

Contributors

Translate “Easy MCP AI” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

1.2.0

  • Admin interface now available in 50+ languages with a searchable language selector
  • Added direct links to AI client settings pages from the Dashboard quick-start guides
  • Delete page tool now returns the page title in the response
  • Security and reliability improvements

1.1.1

  • 26 new tools across 7 new categories: Custom Post Types, Post Meta, Revisions, Blocks, Styles, Templates, and Search
  • 11 new MCP Resources — your AI can now read site info, stats, and recent content as structured data
  • Tool count increased from 48 to 74
  • Fixed plugin activation/deactivation failing due to URL-encoded plugin slugs
  • Fixed tool whitelist bug that blocked all tools when no wildcard patterns were set
  • Renamed REST endpoint from wp-mcp/v1 to easy-mcp-ai/v1
  • Various security and code quality improvements

1.0.0

  • Initial release
  • 48 MCP tools covering all core WordPress REST APIs (now 74 in v1.1.1)
  • Bearer token authentication with SHA-256 hashing
  • Per-token tool permissions with admin checkbox UI
  • WordPress capability enforcement on every tool call
  • Rate limiting per token
  • Full audit logging with configurable retention
  • IP whitelisting
  • Quick-start connection guides for Manus, Claude, ChatGPT, Cursor, n8n, and more
  • MCP spec 2025-03-26, Streamable HTTP transport, JSON-RPC 2.0
  • Fully internationalized (i18n ready)