Wordpress Automation MCP
This is a MCP tool to interact with Wordpress posts.
Tech Stack
- Python 3.13
- UV
Features
- Connect to WordPress sites using environment variables or direct credentials
- Create, read, update, and delete posts
- Support for post status (draft, publish, etc.)
- Pagination support for listing posts
Usage
You must specify the environment variables in your MCP configuration:
{
"mcpServers": {
"wordpress": {
"command": "uv",
"args": [
"--directory",
"/path/to/wordpress-automation-mcp",
"run",
"main.py"
],
"env": {
"WP_SITE_URL": "https://your-wordpress-site.com",
"WP_USERNAME": "your-username",
"WP_APP_PASSWORD": "your-app-password"
}
}
}
}
Recommend MCP Servers 💡
android-mcp-server
An MCP server for programmatic control over Android devices through ADB, exposing various device management capabilities.
playwright-mcp
A Model Context Protocol (MCP) server that leverages Playwright for browser automation, packaged as a Docker image.
mcp-difyworkflow-server
mcp-difyworkflow-server is an mcp server Tools application that implements the query and invocation of Dify workflows, supporting the on-demand operation of multiple custom Dify workflows.
phone-mcp
An MCP server plugin to control Android phones via ADB commands, enabling calls, SMS, app management, and UI automation
Chotu Robo Server
An MCP server for Arduino-based robotics, enabling AI control of hardware components like LEDs, motors, and sensors via NodeMCU ESP32 or Arduino Nano 368 boards.
mcp-excel-controller-pro
An MCP server that provides tools to read, write, modify, and manage Excel files, including bulk updates, sheet operations, and handling open files via COM interface.