wordpress-mcp
WordPress MCP Server
複数のクライアントサイトにわたる日常のWordPressメンテナンスのためのMCPサーバー。
できること
設定済みサイトの一覧表示
サイトの健全性と保留中の更新の確認
プラグインとテーマの一覧表示
プラグインの更新
テーマの更新
WordPressコアの更新
SSH + WP-CLIによるリモートバックアップの作成
要件
Python 3.11+
mcppydanticPyYAML各WordPressホストへのSSHアクセス
各リモートホストにインストールされたWP-CLI
インストール
オプションA — リポジトリからインストール
git clone https://github.com/nextestudios/wordpress-mcp.git
cd wordpress-mcp
uv tool install .オプションB — pipxでインストール
git clone https://github.com/nextestudios/wordpress-mcp.git
cd wordpress-mcp
pipx install .どちらのオプションでもwordpress-mcpコマンドがインストールされます。
設定
~/.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: bashWORDPRESS_MCP_CONFIGを使用して、サーバーを別のファイルに指定することもできます。
ローカルで実行
wordpress-mcpHermes設定
これを~/.hermes/config.yamlに追加します:
mcp_servers:
wordpress:
command: wordpress-mcpまたは対話的に追加します:
hermes mcp add wordpress --command wordpress-mcpHermesを再起動すると、mcp_wordpress_*プレフィックスが付いたツールが表示されます。
推奨ワークフロー
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