MCP Catalogs
Home

mcp-expose-abilities

by bjornfix·25·Score 44

WordPress MCP server with 61+ core abilities and 12+ add-ons for content, SEO, and site management via AI agents.

developer-toolsproductivityweb-scraping
6
Forks
0
Open issues
1 mo ago
Last commit
2d ago
Indexed

Overview

MCP Expose Abilities is a WordPress plugin that exposes WordPress functionality through the Model Context Protocol, enabling AI assistants to directly interact with WordPress sites. It provides a modular architecture with 66 core WordPress abilities and additional 12+ specialized add-ons for popular tools like Elementor, GeneratePress, Cloudflare, Rank Math, and Wordfence. The plugin allows AI agents to perform real WordPress work including content creation, menu updates, media management, plugin operations, and security checks, transforming repetitive WordPress maintenance tasks from manual drudgery to automated workflows.

Try asking AI

After installing, here are 5 things you can ask your AI assistant:

you:Automate content fixes across multiple WordPress posts and pages
you:Update menus, media, and plugin settings through AI commands
you:Perform site maintenance tasks like SEO optimization and security checks
you:What WordPress versions are supported?
you:Do I need to install all add-ons?

When to choose this

Choose this if you're already using WordPress and want AI agents to directly manage content, plugins, and site operations without copy-paste workflows between chat and wp-admin.

When NOT to choose this

Don't choose if you need non-WordPress site management, or if you prefer not to install multiple dependent plugins (Abilities API, MCP Adapter) to get a working system.

Tools this server exposes

12 tools extracted from the README
  • content/list-posts

    List posts with filtering by status, category, author, search

  • content/get-post

    Get single post by ID or slug

  • content/create-post

    Create new post, including featured_image_id

  • content/update-post

    Update existing post, including featured_image_id

  • content/delete-post

    Delete post (trash or permanent)

  • content/patch-post

    Find/replace in post content

  • content/list-pages

    List pages with filtering

  • content/get-page

    Get single page by ID or slug

  • content/create-category

    Create new category

  • content/list-categories

    List all categories

  • plugins/search-directory

    Search the official WordPress.org plugin directory

  • plugins/install-directory

    Install WordPress.org plugins by slug

Comparable tools

wordpress-mcp-serverwp-cli-mcpheadless-wordpress-mcp

Installation

Installation

  1. Install and activate the required plugins:

- Abilities API: https://github.com/WordPress/abilities-api/releases/latest - MCP Adapter: https://github.com/WordPress/mcp-adapter

  1. Download the latest release from [Releases](https://github.com/bjornfix/mcp-expose-abilities/releases)
  2. Upload via WordPress Admin → Plugins → Add New → Upload Plugin
  3. Activate the plugin
  4. (Optional) Install add-on plugins for vendor-specific features

Claude Desktop Configuration

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "wordpress": {
      "command": "npx",
      "args": ["@modelcontextprotocol/server-wordpress"],
      "env": {
        "WORDPRESS_URL": "https://your-site.com",
        "WORDPRESS_USERNAME": "your-username",
        "WORDPRESS_APPLICATION_PASSWORD": "your-app-password"
      }
    }
  }
}

FAQ

What WordPress versions are supported?
Requires WordPress 6.9+ and PHP 8.0+. Tested up to WordPress 6.9.
Do I need to install all add-ons?
No. Install only the add-ons for tools you actually use on your site. Most sites only need one or two add-ons.

Compare mcp-expose-abilities with

GitHub →

Last updated · Auto-generated from public README + GitHub signals.