wordpress-mcp
Provides tools for managing WordPress sites across multiple clients, including listing configured sites, checking site health and pending updates, managing plugins and themes, updating WordPress core, and creating remote backups via SSH and WP-CLI.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@wordpress-mcpcheck all client sites for pending updates"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
WordPress MCP Server
An MCP server for day-to-day WordPress maintenance across multiple client sites.
What it can do
list configured sites
inspect site health and pending updates
list plugins and themes
update plugins
update themes
update WordPress core
create remote backups via SSH + WP-CLI
Requirements
Python 3.11+
mcppydanticPyYAMLSSH access to each WordPress host
WP-CLI installed on each remote host
Install
Option A — install from the repo
git clone https://github.com/nextestudios/wordpress-mcp.git
cd wordpress-mcp
uv tool install .Option B — install with pipx
git clone https://github.com/nextestudios/wordpress-mcp.git
cd wordpress-mcp
pipx install .Both options install the wordpress-mcp command.
Configuration
Create ~/.hermes/wordpress-mcp.yaml:
sites:
client-a:
label: Client A
ssh:
host: your-server.example.com
user: deploy
port: 22
key_path: ~/.ssh/id_ed25519
path: /var/www/client-a/public_html
wp_bin: wp
shell: bashYou can also point the server at a different file with WORDPRESS_MCP_CONFIG.
Run locally
wordpress-mcpHermes config
Add this to ~/.hermes/config.yaml:
mcp_servers:
wordpress:
command: wordpress-mcpOr add it interactively:
hermes mcp add wordpress --command wordpress-mcpRestart Hermes and the tools will appear with the mcp_wordpress_* prefix.
Suggested workflow
wordpress_list_siteswordpress_site_statuswordpress_site_backupwordpress_site_update_pluginswordpress_site_update_themeswordpress_site_update_coreRe-check
wordpress_site_status
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
WordPress MCP server: publish posts, AI images, SEO and full site management, self-hosted
WordPress MCP server: generate SEO posts, AI images, autoblog & WooCommerce on your self-hosted site
Security-first WordPress MCP server. 129 tools for Claude, ChatGPT, Gemini. Free on wp.org.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/nextestudios/wordpress-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server