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!
Aucun avis encore. Soyez le premier à donner votre avis !
Connectez-vous pour rejoindre la conversation
Creates a new WordPress post. Parameters: siteUrl (optional string), username (optional string), password (optional string), title (string), content (string), status (optional string, 'draft' | 'publish' | 'private', default: 'draft')
Retrieves WordPress posts. Parameters: siteUrl (optional string), username (optional string), password (optional string), perPage (optional integer, default: 10), page (optional integer, default: 1)
Updates an existing WordPress post. Parameters: siteUrl (optional string), username (optional string), password (optional string), postId (integer), title (optional string), content (optional string), status (optional string, 'draft' | 'publish' | 'private')