GET STARTED

Up and Running in 5 Minutes

Install the plugin, grab your API key, configure your AI client, and start controlling WordPress with natural language.

1

Install mumcp

  1. Go to WordPress Admin → Plugins → Add New
  2. Search for "mumcp"
  3. Click Install Now, then Activate
  4. Or download from sitepilotai.mumega.com and upload manually
2

Generate an API Key

  1. Go to WordPress Admin → mumcp → Settings
  2. Click "Generate API Key"
  3. Copy the key (starts with spai_)
  4. Keep it secure — this key grants full access to your site
3

Connect to Claude, Cursor, or Any MCP Client

Add this to your MCP client configuration:

{
  "mcpServers": {
    "site-pilot-ai": {
      "url": "https://yoursite.com/wp-json/site-pilot-ai/v1/mcp",
      "headers": {
        "X-API-Key": "spai_your_api_key_here"
      }
    }
  }
}

Replace yoursite.com with your domain and the API key with your actual key.

4

Tell Your AI What to Do

Just type natural language commands. Here are some examples:

"Create a new blog post about our product launch" "Update the homepage hero text" "Add a Contact page to the main menu" "Clone the landing page and change the headline"

Need help?

Check the docs or contact us