wordpress-mcp
Related Servers
Alternatives to wordpress-mcp
No user-submitted related servers found.
Related Servers
- FlicenseNot gradedqualityFmaintenanceEnables AI assistants to interact with a WordPress site, allowing content and taxonomy management (list, create, update, delete) through 17 MCP tools.2-
- AlicenseNot gradedqualityDmaintenanceEnables managing self-hosted WordPress sites via AI assistants, providing 69 tools for content creation, SEO, media, comments, and site management through the MCP protocol.3MIT
- AlicenseNot gradedqualityCmaintenanceEnables AI assistants to manage and interact with WordPress sites through MCP, providing tools for content creation, moderation, WooCommerce operations, and governance.47GPL 2.0
- AlicenseNot gradedqualityBmaintenanceEnables AI agents to manage WordPress sites by providing tools for posts, media, users, plugins, menus, widgets, comments, options, and system administration over the MCP protocol, with support for application passwords and OAuth 2.1.GPL 2.0
- AlicenseCqualityDmaintenanceEnables AI to manage WordPress sites with 190+ tools for complete control over content, themes, plugins, files, and more.10026MIT
- AlicenseCqualityBmaintenanceEnables AI agents to manage WordPress sites with 190+ tools for content management, theme/plugin customization, file system operations, WooCommerce, and complete site control through natural language.1002656MIT
TDQS
Scored across 191 tools
Several core resources are duplicated under different prefixes: wp_list_users/mcp_list_users, wp_get_user/mcp_get_user, wp_list_media/mcp_list_media, and wp_get_media/mcp_get_media all target the same resources with only slightly different descriptions. Taxonomy tools also overlap (wp_create_category vs mcp_create_term), making it hard for an agent to reliably choose the intended tool.
Most tools follow a readable verb_noun snake_case pattern, especially within the acf_ and woo_ domains. However, the wp_ and mcp_ prefixes are used inconsistently for the same WordPress core resources, and a few names like wp_me and wp_site_info are noun-only rather than verb-led.
191 tools is an extreme number for an MCP server, far beyond a well-scoped tool surface. The count is inflated by duplicated user/media tools and by bolting together four different domains (core WordPress, Elementor, ACF, WooCommerce), which would be overwhelming for an agent to navigate.
The tool surface is remarkably broad, covering core WordPress CRUD for posts, pages, media, comments, users, taxonomies, options, menus, widgets, plugins, themes, and system maintenance, plus dedicated Elementor, ACF, and WooCommerce modules. Minor gaps exist, such as no generic post-meta CRUD and WooCommerce product tags being list-only, but most workflows can still be completed.