Connect to Any AI Client That Supports MCP

Easy MCP AI works with any AI client or automation tool that supports the Model Context Protocol. Browse the guides below to get your connection up and running in minutes.

C

ChatGPT (Developer Mode)

ChatGPT is OpenAI's flagship conversational AI. In Developer Mode, it supports remote MCP servers, letting you connect your WordPress site directly so ChatGPT can create posts, manage pages, and more — all from the chat interface.

View Setup Guide
C

Claude Code

Claude Code is Anthropic's agentic coding assistant built for terminal-native workflows. It supports MCP servers natively over Streamable HTTP, allowing developers to trigger WordPress content actions directly from their coding environment.

View Setup Guide
C

Claude Desktop

Claude Desktop is Anthropic's native desktop application for macOS and Windows. It offers first-class MCP support through a simple JSON config file, making it one of the easiest ways to give Claude direct access to your WordPress site.

View Setup Guide
C

Claude.ai (Claude Connector)

Claude.ai by Anthropic is a leading AI assistant known for its thoughtful, nuanced responses. It supports remote MCP servers via the Connectors feature, enabling Claude to read and write content on your WordPress site without leaving the chat.

View Setup Guide
C

Cline (VS Code)

Cline is a powerful autonomous coding agent that runs inside VS Code. It supports MCP servers via Streamable HTTP, allowing it to manage your WordPress content — such as creating posts or updating settings — as part of a broader automated coding workflow.

View Setup Guide
C

Cursor

Cursor is an AI-first code editor built on VS Code, designed to let developers write and edit code with AI assistance. It supports MCP servers so your AI assistant can interact with your WordPress site — publishing posts, managing media, and more — right from your editor.

View Setup Guide
G

Gemini CLI

Gemini CLI is Google's open-source AI assistant for the terminal, powered by the Gemini model family. It supports MCP servers via HTTP, giving you a fast command-line interface for interacting with your WordPress site through natural language.

View Setup Guide
G

GitHub Copilot (VS Code)

GitHub Copilot is Microsoft and GitHub's AI pair programmer, deeply integrated into VS Code. Its MCP support lets Copilot agent mode call tools on your WordPress site — such as publishing content or managing taxonomy — directly from within your development environment.

View Setup Guide
G

Google Antigravity

Google Antigravity is an AI-powered coding assistant by Google DeepMind. It uses the same MCP config format as Gemini CLI and can call tools on your WordPress site, making it ideal for developers who prefer a Google-backed AI pair programmer in their terminal.

View Setup Guide
L

LibreChat

LibreChat is a free, open-source AI chat platform that you can self-host with support for multiple LLM providers including OpenAI, Claude, and Gemini. It integrates MCP servers via YAML configuration, making it a flexible self-hosted option for connecting AI to your WordPress site.

View Setup Guide
M

Manus

Manus is an autonomous AI agent platform capable of planning and executing complex, multi-step tasks without continuous user input. By connecting it to Easy MCP AI, Manus can manage your entire WordPress content workflow — from drafting to publishing — in a fully automated fashion.

View Setup Guide
n

n8n

n8n is a powerful open-source workflow automation platform that connects hundreds of apps and services. Its native MCP Client node lets you incorporate Easy MCP AI into any automated workflow — for example, automatically drafting and publishing a WordPress post when a form is submitted.

View Setup Guide
P

Pydantic AI (Python)

Pydantic AI is a Python agent framework built by the team behind Pydantic, designed to make building production-grade AI applications straightforward and type-safe. It supports MCP servers via Streamable HTTP, making it ideal for Python developers who want programmatic, code-driven control over their WordPress site.

View Setup Guide
R

Roo Code (VS Code)

Roo Code is an open-source, highly-customizable AI coding agent for VS Code. It supports multiple AI models and MCP servers via Streamable HTTP, enabling developers to manage WordPress content — such as creating or updating posts — as a seamless part of their development workflow.

View Setup Guide
W

Windsurf

Windsurf is an AI-powered code editor by Codeium, featuring a deep agentic mode called Cascade that can reason, plan, and act across your entire codebase. With MCP support, Windsurf can also take actions on your WordPress site — like publishing content or managing settings — without ever leaving the editor.

View Setup Guide
Z

Zed Editor

Zed is a high-performance, multiplayer code editor built in Rust, designed for speed and collaborative coding. It has built-in AI assistant capabilities and supports MCP context servers, letting you give the AI direct access to your WordPress site from within the editor.

View Setup Guide

Works with Any MCP-Compatible AI Tool

The Model Context Protocol is an open standard — which means Easy MCP AI is not limited to the clients listed above. If your preferred AI tool, agent framework, or automation platform supports MCP over HTTP, you can connect it to your WordPress site using the same connection URL and API token.

This includes tools such as OpenAI Agents SDK, LangChain, CrewAI, AutoGen, Dify, Flowise, LM Studio, Jan, Continue.dev, Trae IDE, and any other platform that speaks the MCP protocol.

Universal MCP connection endpoint:

https://yoursite.com/wp-json/easy-mcp-ai/v1/mcp

Append your API token as a Bearer header: Authorization: Bearer YOUR_API_TOKEN