🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis →
Socket
Book a DemoInstallSign in
Socket

@demoway/mcp-server

Package Overview
Dependencies
Maintainers
2
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@demoway/mcp-server

DemoWay MCP standalone service

latest
Source
npmnpm
Version
1.2.2
Version published
Maintainers
2
Created
Source

English | 日本語 | 中文

@demoway/mcp-server

npm package Downloads Issues Commitizen Friendly

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

Keywords

boilerplate

FAQs

Package last updated on 30 May 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts