WordPress
Summary
The WordPress MCP server provides a bridge between AI assistants and WordPress sites, enabling content management operations through the Model Context Protocol. Developed by Leonelberio, this TypeScript implementation leverages the MCP SDK and Axios to offer tools for creating, retrieving, and updating WordPress posts via the WordPress REST API. The server supports authentication through environment variables or request parameters, making it flexible for various deployment scenarios. It's particularly valuable for content creation workflows where AI assistants need to directly interact with WordPress sites without requiring users to manually transfer content.
Available Actions(3)
create_post
Creates a new WordPress post. Parameters: siteUrl (optional), username (optional), password (optional), title, content, status (optional)
get_posts
Retrieves WordPress posts. Parameters: siteUrl (optional), username (optional), password (optional), perPage (optional), page (optional)
update_post
Updates an existing WordPress post. Parameters: siteUrl (optional), username (optional), password (optional), postId, title (optional), content (optional), status (optional)
社区评论
暂无评论. 成为第一个评论的人!
登录以参与讨论