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 💡
patch-file-mcp
PyneSys
An MCP Server that allows AI agents to make precise changes to files using block format patches
2025-04-24
@browserbasehq/mcp
browserbase
Allow LLMs to control a browser with Browserbase and Stagehand
2024-12-05
cpecf/docker-mcp
cpecf
MCP server for Docker operations enabling container and compose stack management through Claude AI
2025-04-01
airtop-mcp
alecf
An MCP server that provides tools for interacting with Airtop's browser automation service
2025-03-31
UnrealMCPBridge
appleweed
An MCP server implementation as an Unreal Engine plugin enabling MCP clients to access the UE Editor Python API.
2025-04-07
streamable
facebook-mcp-server
HagaiHen
Facebook MCP server for automating posts, comment moderation, insights, and sentiment filtering.
2025-05-08