Model Context Protocol (@charisol/plexo-mcp)

Prompt Any AI to Generate & Publish Web Pages

Connect Claude Desktop, ChatGPT, Cursor, and Gemini to Plexo. Create landing pages, compile responsive HTML, publish to custom subdomains, and inspect analytics via plain language.

Live MCP Tool Call Simulation

Click a scenario to see how Plexo MCP processes AI prompts under the hood.

Prompt (User Input in Claude / Cursor)

"Generate a modern dark-mode SaaS landing page for an AI CRM called Acme and publish it to subdomain 'acme-crm'"

Plexo MCP Server -> publishLandingPage200 OK
{
  "status": "success",
  "action": "Plexo MCP Server -> publishLandingPage",
  "templateName": "Acme AI CRM Landing Page",
  "subdomain": "acme-crm.plexobuilder.com",
  "publishedUrl": "https://acme-crm.plexobuilder.com",
  "editableUrl": "https://plexobuilder.com/dashboard/templates/t_982a17f",
  "compiledStatus": "Compiled 100% valid Plexo JSON & HTML bundle with responsive hero, features, and form."
}

Connection Guides

1-minute setup for Claude Desktop, Cursor IDE, Windsurf, and ChatGPT.

Claude Desktop Configuration

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "plexo": {
      "command": "npx",
      "args": ["-y", "@charisol/plexo-mcp"],
      "env": {
        "PLEXO_API_KEY": "plexo_sk_your_key_here"
      }
    }
  }
}

Cursor & Windsurf Config

Add to your project's .cursor/mcp.json:

{
  "mcpServers": {
    "plexo": {
      "command": "npx",
      "args": ["-y", "@charisol/plexo-mcp"],
      "env": {
        "PLEXO_API_KEY": "plexo_sk_your_key_here"
      }
    }
  }
}

Start Commanding Your Landing Pages with AI

Generate your Plexo API key and connect your favorite AI assistant today.

Get Free API Key