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.
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:
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 READMEcontent/list-postsList posts with filtering by status, category, author, search
content/get-postGet single post by ID or slug
content/create-postCreate new post, including featured_image_id
content/update-postUpdate existing post, including featured_image_id
content/delete-postDelete post (trash or permanent)
content/patch-postFind/replace in post content
content/list-pagesList pages with filtering
content/get-pageGet single page by ID or slug
content/create-categoryCreate new category
content/list-categoriesList all categories
plugins/search-directorySearch the official WordPress.org plugin directory
plugins/install-directoryInstall WordPress.org plugins by slug
Comparable tools
Installation
Installation
- Install and activate the required plugins:
- Abilities API: https://github.com/WordPress/abilities-api/releases/latest - MCP Adapter: https://github.com/WordPress/mcp-adapter
- Download the latest release from [Releases](https://github.com/bjornfix/mcp-expose-abilities/releases)
- Upload via WordPress Admin → Plugins → Add New → Upload Plugin
- Activate the plugin
- (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
Last updated · Auto-generated from public README + GitHub signals.