Skip to content

Releases: cvrt-jh/wordpress-mcp

v2.0.0 - Extended MCP Endpoints Support

Choose a tag to compare

@cvrt-jh cvrt-jh released this 03 Feb 17:11

What's New

85 tools - Up from 42 in v1.x

Extended Tools for mcp-endpoints Plugin

This release adds 43 new tools that use the mcp-endpoints WordPress plugin (v1.2.0+). These tools provide functionality not available in the standard WordPress REST API.

Category Tools Highlights
Plugin Management 4 Install from WordPress.org, update all
Theme Management 5 Install from WordPress.org, update all
Core Management 6 WordPress updates, cache flush
Database Management 5 Search-replace, optimize tables
Options Management 5 Full CRUD, bulk operations
Menu Management 8 Full menu/item control
Widget Management 8 Sidebar widget CRUD
Health & Diagnostics 6 Site health, cron, PHP info

Setup

  1. Install mcp-endpoints plugin on your WordPress site
  2. Update to wordpress-mcp v2.0.0:
npm update -g @cavort-it-systems/wordpress-mcp

Standard Tools

All 42 standard WordPress REST API tools from v1.x remain unchanged and work without the plugin.

Full Changelog

See README for complete tool list.

v1.0.0

Choose a tag to compare

@cvrt-jh cvrt-jh released this 02 Feb 23:03

Initial release - Lightweight WordPress MCP server

Features

  • 42 tools for WordPress site management
  • Token-optimized responses (95%+ reduction in REST API verbosity)
  • Posts, pages, users, plugins, themes, media, categories, tags, comments
  • Application Passwords authentication (WP 5.6+)

Install

npx @cavort-it-systems/wordpress-mcp

Configure

claude mcp add wordpress \
  -e WORDPRESS_SITE_URL=https://example.com \
  -e WORDPRESS_USERNAME=admin \
  -e WORDPRESS_PASSWORD="app-password" \
  -- npx @cavort-it-systems/wordpress-mcp