|
/ Documentation / Using ZipWP MCP with AI Tools

Using ZipWP MCP with AI Tools

Imagine telling your AI assistant, “Create a new site for my bakery” and just watching it happen. No clicking around dashboards, no hunting through menus. That’s exactly what ZipWP’s new MCP integration makes possible.

ZipWP now supports the Model Context Protocol (MCP), an open standard that lets AI tools like Claude connect directly to your ZipWP account and manage your WordPress sites through plain conversation. It’s kind of like giving your AI a backstage pass to your account.

So What Exactly Is MCP?

MCP stands for Model Context Protocol, and while that sounds technical, the idea is simple: it’s a secure bridge between your AI assistant and the apps you use. Once connected, your AI can list your sites, spin up new ones, clone templates, and more, all from a chat window.

image

You talk, it acts. That’s really it.

What You’ll Need Before Getting Started

A few things to have ready:

  • A ZipWP account on an active plan
  • Claude Desktop and/or the Claude CLI installed
  • Node.js on your computer (grab the latest LTS version at nodejs.org. It’s free and quick to install.)

Step 1: Create an API Token

Your AI needs a token to prove it’s allowed to access your account. This also lets you control exactly what it can and can’t do.

  • Go to my accounts from ZipWP account
  • Head to API Tokens in your account settings
API Token
  • Click Create Token and give it a friendly name like Claude MCP
image
  • Choose the permissions (called “scopes”) you want to grant:
ScopeWhat it allows
readList sites, templates, and blueprints; check build progress
writeCreate and clone sites
deletePermanently delete sites

Quick tip: Select all three for full access. If you’d rather your AI only read and create but never delete, just leave delete unchecked.

  • Click Create and copy your token right away. You won’t be able to see it again after you leave the page.

Step 2: Connect Your AI Client in Claude

Claude Desktop supports MCP servers via a configuration file. You can edit it by going to Settings → Developer → Edit Config, which opens a claude_desktop_config.json file.

Claude MCP Connect

Add your server like this:

Then add this to the mcpServers section, swapping in your actual token, in Authorization, that you created from your ZipWP account.:

{
  "mcpServers": {
    "zipwp": {
      "command": "npx",
      "args": [
        "mcp-remote",
        "https://api.zipwp.com/mcp/zipwp",
        "--header",
        "Authorization: Bearer YOUR_TOKEN_HERE"
      ]
    }
  }
}

Save the file and restart Claude Desktop.

That’s it! You can start giving prompts to Claude related to ZipWP like create an AI site with ZipWP, create a blank site with ZipWP, etc.

Using Claude with ZipWP

What Can You Actually Do?

Here’s a rundown of everything ZipWP’s MCP integration supports:

ToolWhat it doesScope needed
list-sitesList and search your sitesmcp:read
get-site-progressCheck live build progressmcp:read
list-templatesBrowse templates by category or keywordmcp:read
list-blueprintsBrowse your saved blueprintsmcp:read
create-blank-siteCreate a blank site with optional plugins & themesmcp:write
create-ai-siteGenerate a site from a template + your business infomcp:write
create-site-from-blueprintBuild a new site from one of your blueprintsmcp:write
clone-siteClone an existing sitemcp:write
delete-sitePermanently delete a site (requires confirmation)mcp:delete

Some Prompts to Get You Started

Not sure what to say? Try these:

  • “List my sites”
  • “Show me templates in the restaurant category”
  • “Create a blank site called My Portfolio with the Astra theme and WooCommerce”
  • “Create an AI site for a bakery called Sunrise Bakery — family-owned, specializing in artisan breads”
  • “Create a site from my [blueprint name] blueprint”
  • “Clone my site [site-uuid]”
  • “Delete site [site-uuid]”

A Few Common Questions

Do I need to install anything on my WordPress sites?

Nope! ZipWP MCP runs entirely in the cloud. The only local requirement is Node.js on your computer, and that’s just for the connector.

Can the AI accidentally delete my sites?

It can only delete sites if you explicitly granted the delete scope. Even then, the delete tool requires an extra confirmation in chat as a second safeguard. So it’s safe to use. And blueprint sites can’t be deleted via MCP at all.

Site creation feels slow. Is something wrong?

It’s totally normal! Provisioning a WordPress site takes 60–90 seconds on average. Your AI will keep you updated with live progress so you’re never left guessing.

What plan do I need?

MCP is available on the free plan, so you can start connecting your AI and managing your sites right away. That said, if you want to unlock more site generations and get the most out of ZipWP’s AI-powered tools, upgrading to a premium plan is the way to go. Check out your options at app.zipwp.com/pricing.

Does this work with AI tools besides Claude?

Absolutely. Any MCP-compatible client works, including Cursor, Windsurf, and Zed. The process is almost similar in all apps. You just have to make sure that you update Node.js version, update the config file with correct API token in the AI tool.

Was this doc helpful?
What went wrong?

We don't respond to the article feedback, we use it to improve our support content.

Need help? Contact Support
%title %title
On this page
Scroll to Top