mcp-server

mcp-server

3.3

If you are the rightful owner of mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

DemoWay MCP Server allows you to provide an existing single page or all pages in a functional flow to the AI for further modification, generating new page designs or frontend code.

| |

@demoway/mcp-server

DemoWay MCP Server allows you to provide an existing single page or all pages in a functional flow to the AI for further modification, generating new page designs or frontend code.

You need to install the DemoWay browser extension to use it with the DemoWay MCP Server.

Available Tools

  • download_demo_step_pretty_html: Download the captured pages in an AI-friendly HTML format to your local computer for further modification by AI
  • search_demo_step: Search for a specific page by keyword in the specified demo

Usage

Configuration

For Mac/Linux User

{
  "mcpServers": {
    "demoway": {
      "command": "npx",
      "args": ["-y", "@demoway/mcp-server@latest"],
      "env": {
        "DEMOWAY_API_KEY": "<YOUR_API_KEY>"
      }
    }
  }
}

For Windows User

{
  "mcpServers": {
    "demoway": {
      "command": "cmd",
      "args": ["/c", "npx", "-y", "@demoway/mcp-server"],
      "env": {
        "DEMOWAY_API_KEY": "<YOUR_API_KEY>"
      }
    }
  }
}

You can get the DEMOWAY_API_KEY from the dashboard in DemoWay.

Detailed Guide

https://demoway.com/docs/mcp

License

MIT ©DemoWay