mcp-wp

mcp-wp

3.5

If you are the rightful owner of mcp-wp 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 Model Context Protocol (MCP) server for WordPress, enabling interaction with WordPress sites using natural language via an MCP-compatible client.

The WordPress MCP Server is designed to facilitate seamless interaction with WordPress sites through natural language processing. By leveraging the Model Context Protocol, this server allows users to manage and interact with their WordPress data and functionalities using an MCP-compatible client like Claude for Desktop. The server exposes various WordPress features as MCP tools, enabling users to perform actions such as managing posts, pages, media, users, categories, comments, and plugins. This integration aims to simplify the management of WordPress sites by providing a more intuitive and accessible interface for users, enhancing productivity and user experience. The server is built with Node.js and requires a WordPress site with REST API enabled, along with proper authentication setup. It supports both development and production environments, offering flexibility for developers and end-users alike.

Features

  • Interact with WordPress data using natural language via MCP-compatible clients.
  • Manage core WordPress functionalities such as posts, pages, media, users, categories, comments, and plugins.
  • Supports pagination, searching, filtering, and sorting for efficient data management.
  • Secure communication with HTTPS and input validation to prevent injection attacks.
  • Easily configurable with Claude Desktop for seamless integration.

Tools

  1. list_posts

    List all posts with pagination and searching support.

  2. get_post

    Retrieve a specific post by ID.

  3. create_post

    Create a new post.

  4. update_post

    Update an existing post.

  5. delete_post

    Delete a post.