wordpress-mcp-server
If you are the rightful owner of wordpress-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A Machine Communication Protocol (MCP) server that allows publishing content to WordPress sites.
The WordPress MCP Server is designed to facilitate seamless content publishing to WordPress sites. It operates as both a standalone FastAPI server and an MCP server, providing flexibility in deployment. The server supports a range of features including article publishing, category and tag management, and featured image handling. It is equipped with tools to test WordPress connections and manage WordPress categories and tags automatically. Environment variables can be used to store WordPress credentials, simplifying the setup process.
Features
- Publish articles to WordPress
- Test WordPress connection
- Create, retrieve, and manage WordPress categories and tags
- Support for featured images via URL or base64-encoded data
- Environment variable support for WordPress credentials
Tools
PUBLISH_ARTICLE
Publish an article to WordPress with category and tag IDs
PREPARE_ARTICLE_METADATA
Check for existing categories and tags, create them if they don't exist, and return their IDs
TEST_CONNECTION
Test connection to WordPress site