AutoWP MCP
AutoWP MCP (Model Context Protocol) server connects Claude to WordPress site and allows users to ask Claude to write blog posts and automatically publish them to WordPress sites.
What is AutoWP MCP?
AutoWP MCP is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to autowp mcp (model context protocol) server connects claude to wordpress site and allows users to ask claude to write blog posts and automatically publish them to wordpress sites.
AutoWP MCP (Model Context Protocol) server connects Claude to WordPress site and allows users to ask Claude to write blog posts and automatically publish them to WordPress sites.
This server falls under the Business Applications category on MCPgee, the world's largest MCP server directory with 33,000+ servers.
Features
- AutoWP MCP (Model Context Protocol) server connects Claude t
Use Cases
Maintainer
Works with
Installation
Manual Installation
npx autowpmcpConfiguration
Configuration Details
claude_desktop_config.json
Performance
Response Metrics
Resource Usage
How to Set Up and Use AutoWP MCP
AutoWP MCP Server is a Node.js Model Context Protocol server that connects Claude to WordPress sites through the WordPress REST API, enabling AI-assisted content creation, publishing, and site management without direct database access. It supports creating and publishing blog posts, managing media uploads, handling categories and tags, managing users and roles, checking site health, and applying WordPress core updates. Content teams and developers can use it to have Claude draft and publish posts, manage taxonomy, handle media libraries, and perform routine WordPress administration — all through natural language.
Prerequisites
- Node.js 18 or higher installed
- npm installed with the package
- A WordPress site with the REST API enabled (enabled by default on WordPress 4.7+)
- WordPress Application Passwords enabled (built in since WordPress 5.6) — create one under Users > Profile > Application Passwords
- An MCP-compatible client such as Claude Desktop
Clone the repository
Clone the AutoWP MCP repository to your local machine.
git clone https://github.com/Njengah/autowpmcp.git
cd autowpmcpInstall dependencies and build
Install npm dependencies and build the TypeScript source to JavaScript.
npm install
npm run buildCreate a WordPress Application Password
In your WordPress admin, go to Users > Your Profile > Application Passwords. Enter a name like 'Claude MCP' and click Add New Application Password. Copy the generated password — you will need it when the MCP tool prompts for authentication.
Add to your MCP client configuration
Edit your claude_desktop_config.json to register AutoWP MCP. Use the absolute path to the built index.js file.
Authenticate on first use
After connecting, use the authenticate-wp tool in Claude. Provide your WordPress site URL, username, and the Application Password you generated. You can also use test-wp-connection to verify connectivity.
AutoWP MCP Examples
Client configuration
Add this block to your claude_desktop_config.json to connect Claude to your WordPress site via the AutoWP MCP server.
{
"mcpServers": {
"autowp": {
"command": "node",
"args": ["/absolute/path/to/autowpmcp/build/index.js"]
}
}
}Prompts to try
Use these prompts with Claude after authenticating to your WordPress site.
- "Write a 1000-word blog post about the benefits of remote work and publish it to my WordPress site"
- "Create a draft post titled 'Top 10 JavaScript Tips' and save it for review"
- "List all categories on my WordPress site"
- "Upload the image at /path/to/photo.jpg to my media library with alt text 'Office workspace'"
- "Check my WordPress site health and tell me if there are any critical issues"
- "List all users on my site and show their roles"Troubleshooting AutoWP MCP
Authentication fails when connecting to WordPress
Ensure you are using an Application Password, not your regular WordPress login password. Application Passwords are separate credentials created under Users > Profile > Application Passwords. Also confirm the WordPress REST API is accessible by visiting https://yoursite.com/wp-json/wp/v2/posts in a browser.
Posts are created as drafts instead of being published
This may be due to user role limitations. WordPress contributors can only create drafts; authors and above can publish directly. Either elevate the user role associated with your Application Password or ask Claude to explicitly set the post status to 'publish' when creating content.
node build/index.js fails with module not found errors
Ensure you ran both npm install and npm run build before adding the server to your MCP configuration. The build step compiles TypeScript to JavaScript in the build/ directory. Also confirm you are using an absolute path in the args array.
Frequently Asked Questions about AutoWP MCP
What is AutoWP MCP?
AutoWP MCP is a Model Context Protocol (MCP) server that autowp mcp (model context protocol) server connects claude to wordpress site and allows users to ask claude to write blog posts and automatically publish them to wordpress sites. It connects AI assistants to external tools and data sources through a standardized interface.
How do I install AutoWP MCP?
Follow the installation instructions on the AutoWP MCP GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.
Which AI clients work with AutoWP MCP?
AutoWP MCP works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.
Is AutoWP MCP free to use?
Yes, AutoWP MCP is open source and available under the MIT license. You can use it freely in both personal and commercial projects.
AutoWP MCP Alternatives — Similar Business Applications Servers
Looking for alternatives to AutoWP MCP? Here are other popular business applications servers you can use with Claude, Cursor, and VS Code.
n8n
★ 189.1kA comprehensive MCP server that provides full control over n8n automation workflows through natural language. It offers 43 tools for managing workflows, executions, credentials, and data tables, with safety features like write-mode protection and dou
LobeHub
★ 77.5k🤯 LobeHub is your Chief Agent Operator, organizing your agents into 7×24 operations by hiring, scheduling, and reporting on your entire AI team.
Jeecgboot
★ 46.4kAI 低代码平台,「低代码 + 零代码」双模式驱动:低代码一键生成前后端代码,零代码 5 分钟搭建系统,AI Skills 一句话画流程、设计表单、生成整套系统。内置 AI聊天、知识库、流程编排、MCP插件等,兼容主流大模型。引领「AI 生成 → 在线配置 → 代码生成 → 手工合并->AI修改」开发模式,消除 Java 项目 80% 的重复工作,提效而不失灵活。
CowAgent
★ 44.7kCowAgent (chatgpt-on-wechat) 是基于大模型的超级AI助理,能主动思考和任务规划、访问操作系统和外部资源、创造和执行Skills、通过长期记忆和知识库不断成长,比OpenClaw更轻量和便捷。同时支持微信、飞书、钉钉、企微、QQ、公众号、网页等接入,可选择DeepSeek/OpenAI/Claude/Gemini/ MiniMax/Qwen/GLM/LinkAI,能处理文本、语音、图片和文件,可快速搭建个人AI助理和企业数字员工。
Minds Platform
★ 39.2kPlatform dedicated to building an open foundation for applied Artificial Intelligence, designed for people seeking production-ready AI systems they can truly control, extend and deploy anywhere.
Astrbot
★ 32.8kAI Agent Assistant & development framework that integrates lots of IM platforms, LLMs, plugins and AI feature, and can be your openclaw alternative. ✨
Browse More Business Applications MCP Servers
Explore all business applications servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.
Set Up AutoWP MCP in Your Editor
Choose your AI client for step-by-step setup instructions.
Quick Config Preview
Add this to your claude_desktop_config.json or .cursor/mcp.json
Ready to use AutoWP MCP?
Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.