TS
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"
}
}
}
}
Transport:
stdio
Language: 
Created: 4/3/2025
Updated: 7/22/2025
Recommend MCP Servers 💡
@mobilenext/mobile-mcp
mobile-next
Model Context Protocol Server for Mobile Automation and Scraping (iOS, Android, Emulators, Simulators and Real Devices)
2025-03-28
airtop-mcp
alecf
An MCP server that provides tools for interacting with Airtop's browser automation service
2025-03-31
playwright
microsoft
Playwright MCP server
2025-03-21
tmux-mcp
nickgnd
Model Context Protocol server that enables Claude Desktop to interact with and view tmux session content.
2025-03-13
playwright-mcp
hiroooo000
A Model Context Protocol (MCP) server that leverages Playwright for browser automation, packaged as a Docker image.
2025-04-12
gbox
babelcloud
Cli and MCP for gbox. Enable AI agents to operate Android/Browser/Desktop like human.
2025-03-19