mcp-for-wordpress

mcp-for-wordpress

3.3

If you are the rightful owner of mcp-for-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.

This is a streamlined version of the Model Context Protocol (MCP) TypeScript SDK that focuses specifically on WordPress integration.

The WordPress MCP integration provides a seamless way to interact with WordPress sites using the Model Context Protocol (MCP). It leverages the WordPress REST API to perform operations such as creating, retrieving, and updating WordPress posts. This integration is particularly useful for developers looking to automate content management tasks on WordPress sites. By using environment variables or request parameters, users can configure the integration to connect to their WordPress site securely. The use of WordPress application passwords is recommended for enhanced security. The integration supports various operations through its available tools, making it a versatile solution for WordPress content management.

Features

  • Create new WordPress posts using the MCP protocol.
  • Retrieve existing WordPress posts with customizable parameters.
  • Update existing WordPress posts with new content or status.
  • Secure authentication using WordPress application passwords.
  • Flexible configuration through environment variables or request parameters.

Tools

  1. create_post

    Creates a new WordPress post with specified title, content, and status.

  2. get_posts

    Retrieves a list of WordPress posts with pagination support.

  3. update_post

    Updates an existing WordPress post with new title, content, or status.