mcp-wordpress
If you are the rightful owner of mcp-wordpress 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 Model Context Protocol (MCP) server for interacting with WordPress sites, providing tools to fetch posts, pages, categories, and site information from any WordPress installation with REST API enabled.
The WordPress MCP Server is designed to facilitate seamless interaction with WordPress sites by leveraging the REST API. It allows users to fetch various types of content such as posts, pages, and categories, as well as general site information. This server is particularly useful for developers and content managers who need to programmatically access and manipulate WordPress data. With robust error handling and easy configuration, the server ensures reliable communication with WordPress installations. The server requires Python 3.13 and the UV package installer for setting up a virtual environment and managing dependencies. Once configured, it can be integrated with platforms like Claude for Desktop to enhance content management workflows.
Features
- Fetch basic site information using the WordPress REST API.
- Retrieve recent posts and list all categories available on the site.
- Fetch posts by specific categories and retrieve site pages.
- Get specific posts or pages by their ID.
- Robust error handling for JSON responses, network errors, and API authentication issues.