
claudeus-wp-mcp
by deus-h·★ 142·Score 50
A comprehensive MCP server with 145 WordPress management tools for content, media, users, and site operations.
Overview
Claudeus WordPress MCP Server is an enterprise-grade TypeScript implementation providing extensive WordPress management capabilities through the MCP protocol. With 145 production-ready tools, it covers every aspect of WordPress from content creation and media management to site health monitoring and e-commerce operations. The server features modular architecture with type safety, robust security measures, and excellent performance optimizations including pagination and batch operations.
Try asking AI
After installing, here are 5 things you can ask your AI assistant:
When to choose this
Choose this server when you need comprehensive WordPress site management through AI workflows, especially if you're already using Astra Pro theme or require full site editing capabilities.
When NOT to choose this
Avoid if you're not using WordPress or if you need a lightweight solution with fewer than 50 specialized tools.
Tools this server exposes
12 tools extracted from the READMEget_postsRetrieve posts from WordPress with filtering options
create_postCreate a new post with content and metadata
update_postUpdate an existing post with new content and metadata
get_mediaRetrieve media items from the WordPress media library
upload_mediaUpload media files to the WordPress media library
get_usersRetrieve users from WordPress with filtering options
create_userCreate a new WordPress user with specified role
get_templatesRetrieve site templates for Full Site Editing
get_mega_menuRetrieve Astra Pro mega menu configuration
run_all_testsRun comprehensive site health diagnostics
searchSearch across all WordPress content types
get_productsRetrieve WooCommerce products with filtering
Comparable tools
Installation
Installation
Via NPM (Recommended):
npm install -g claudeus-wp-mcpFor Development:
git clone https://github.com/deus-h/claudeus-wp-mcp
cd claudeus-wp-mcp
pnpm install
pnpm buildConfiguration
- Create a
wp-sites.jsonfile with your WordPress sites configuration:
{
"default_test": {
"URL": "https://your-site.com",
"USER": "admin",
"PASS": "your-application-password",
"authType": "basic"
}
}- Add to Claude Desktop configuration:
{
"mcpServers": {
"claudeus-wp-mcp": {
"command": "npx",
"args": ["-y", "claudeus-wp-mcp"],
"env": {
"WP_SITES_PATH": "/absolute/path/to/your/wp-sites.json"
}
}
}
}FAQ
- What WordPress versions are supported?
- The server works with any WordPress site that has the REST API enabled, with no specific version requirements mentioned.
- Can I use this with other AI assistants besides Claude?
- While specifically designed for Claude Desktop, the MCP protocol is standardized and could theoretically work with other MCP-compatible clients.
Compare claudeus-wp-mcp with
Last updated · Auto-generated from public README + GitHub signals.