interact with your WordPress site (s) using this MCP WordPress Server
100% created with Cline. If you use Cline you can have it evaluate the code by pointing it to the repository and asking if the code is safe to use.
See the READ.me for a detailed overview.
Enjoy!
まだレビューはありません. 最初のレビューを投稿しましょう!
会話に参加するにはサインインしてください
Creates a new WordPress post. Parameters: siteUrl (optional), username (optional), password (optional), title (required), content (required), status (optional: 'draft', 'publish', 'private', default: 'draft')
Retrieves WordPress posts. Parameters: siteUrl (optional), username (optional), password (optional), perPage (optional, default: 10), page (optional, default: 1)
Updates an existing WordPress post. Parameters: siteUrl (optional), username (optional), password (optional), postId (required), title (optional), content (optional), status (optional: 'draft', 'publish', 'private')