mumcp turns a single AI conversation into a command center for every WordPress site you manage. Instead of logging into 10 different dashboards, you connect each client site to your MCP client once — then manage all of them through natural language. Agencies using this workflow report cutting content operations time by 60-80%.
The Agency Problem
You manage 10 client WordPress sites. Each has its own login, its own theme, its own plugin stack. A “simple” task like updating footer copy across all sites means:
- 10 separate logins
- 10 different Elementor editors
- Finding the right section in each site’s unique layout
- Making the edit, saving, checking the preview
- Repeat × 10
With mumcp, that same task is one prompt: “Update the footer copyright year to 2026 on all sites.”
How It Works
1. Install mumcp on Every Client Site
mumcp is free — no per-site license fees, no feature gates. Install the plugin on each client site and generate an API key.
2. Connect All Sites to Your MCP Client
In your Claude Desktop config (or Claude Code, Cursor, etc.), add each site as a separate MCP server:
{
"mcpServers": {
"client-acme": {
"command": "npx",
"args": ["-y", "@anthropic-ai/mcp-remote",
"https://acme-corp.com/wp-json/site-pilot-ai/v1/mcp/sse"],
"env": { "API_KEY": "spai_acme_key_here" }
},
"client-baker": {
"command": "npx",
"args": ["-y", "@anthropic-ai/mcp-remote",
"https://baker-co.com/wp-json/site-pilot-ai/v1/mcp/sse"],
"env": { "API_KEY": "spai_baker_key_here" }
}
}
}
Each site gets its own namespace — Claude knows which tools belong to which site.
3. Manage Everything Through Conversation
Now you can work across sites naturally:
Agency Workflows That Save Hours
Cross-Site Content Updates
| Prompt | What Happens |
|---|---|
| “Update the privacy policy on all client sites with the new GDPR text” | Finds and updates the privacy page on each connected site |
| “Add a holiday banner to the homepage of Acme and Baker sites” | Uses wp_add_section to insert an Elementor section on each site |
| “Create a blog post about our new service on all sites” | Uses wp_create_post on each site with customized content |
Bulk SEO Audits
| Prompt | What Happens |
|---|---|
| “Audit SEO on all published posts across all sites” | Runs wp_analyze_seo on each site, returns consolidated report |
| “Which client sites are missing meta descriptions?” | Checks SEO data on every page/post across all sites |
| “Set focus keywords for all Acme blog posts based on content” | Reads content, suggests and sets keywords via wp_set_seo |
Elementor Page Building at Scale
| Prompt | What Happens |
|---|---|
| “Build a landing page for Acme’s new product launch” | Uses wp_build_page to create full Elementor layout |
| “Clone Baker’s pricing page layout for the new client site” | Gets Elementor data from one site, pushes to another |
| “Update the CTA button color to #2563EB on all sites” | Uses wp_patch_elementor to find and update button widgets |
Client Reporting
| Prompt | What Happens |
|---|---|
| “Give me a content summary for all client sites this month” | Uses wp_analytics to pull post counts, page views, changes |
| “How many WooCommerce orders did Acme get this week?” | Uses wp_woo_order_stats for revenue data |
| “List all draft posts across all sites” | Uses wp_list_drafts on each site |
Why Agencies Choose mumcp
| Feature | mumcp | Manual Dashboard |
|---|---|---|
| Sites per session | Unlimited (all connected) | 1 at a time |
| Content update (10 sites) | 1 prompt, ~30 seconds | 10 logins, ~45 minutes |
| SEO audit (all sites) | 1 prompt, ~2 minutes | 10 audits, ~2 hours |
| Page building | Describe in natural language | Drag-and-drop each element |
| Cost | Free (all 207 tools) | Free (but costs your time) |
| Integrations | Elementor, WooCommerce, SEO, Forms, LMS | Plugin-dependent |
Getting Started
- Download mumcp (free)
- Install on each client site
- Generate API keys
- Add all sites to your Claude Desktop config
- Start managing everything from one conversation
All 207 MCP tools are free — no per-site fees, no feature limits. See the complete tool reference for everything you can do.