wp-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@wp-mcpCreate a new draft post titled 'Hello World'."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
WordPress MCP Server
A MCP server that connects WordPress sites to AI agents. Enable Claude Desktop, Cursor, VS Code, and other MCP-compatible AI clients to manage your WordPress content through natural language commands.
✨ Features
🔗 Direct WordPress Integration - Connect to any WordPress site via REST API
🛠 Comprehensive Content Management - Create, read, update, and delete posts, pages, taxonomies, users and media
🔒 Secure Authentication - Uses WordPress Application Passwords
Related MCP server: WordPress MCP Server
🎥 Demo
🚀 Installation
npm install @adi.lib/wp-mcpRequirements
Node.js v18 or higher
WordPress site with REST API enabled
WordPress Application Password
🔧 Configuration
Environment Variables
Variable | Description | Example |
| WordPress site URL |
|
| WordPress username |
|
| Application password |
|
Setup WordPress Application Password
Go to your WordPress Admin Dashboard
Navigate to Users → Your Profile
Scroll down to Application Passwords
Enter a name for your application (e.g., "MCP Server")
Click Add New Application Password
Copy the generated password and use it as
WP_APP_PASSWORD
Adding MCP config to your client:
{
"servers": {
"wp-mcp": {
"type": "stdio",
"command": "npx",
"args": ["-y", "@adi.lib/wp-mcp"],
"env": {
"WP_BASE_URL": "https://your-site.com",
"WP_USERNAME": "admin",
"WP_APP_PASSWORD": "abc1 def2 ghi3 jkl4"
}
}
}
}
🤝 Contributing
Fork the repository
Create a feature branch
Add your improvements
Test thoroughly with a WordPress site
Submit a pull request
📝 License
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Adi-ty/wp-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server