mcp-for-wordpress

mcp-for-wordpress

3.2

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 is designed to facilitate seamless interaction with WordPress sites through the WordPress REST API using the Model Context Protocol (MCP). This integration allows users to create, retrieve, and update WordPress posts efficiently. By leveraging the MCP protocol, developers can automate content management tasks on WordPress sites, enhancing productivity and streamlining workflows. The integration supports configuration through environment variables or direct request parameters, providing flexibility in setup. Security is prioritized by recommending the use of WordPress application passwords. The integration is built on Node.js and requires a WordPress site with REST API enabled.

Features

  • Create new WordPress posts using the MCP protocol.
  • Retrieve existing WordPress posts with customizable parameters.
  • Update existing WordPress posts, including title, content, and status.
  • Flexible configuration through environment variables or request parameters.
  • Security enhancement by using WordPress application passwords.

Tools

  1. create_post

    Create a new WordPress article

  2. get_posts

    Search WordPress articles

  3. update_post

    Update existing WordPress articles