MCP Cursor

Enhance your development workflow with AI-powered MCP tools and extensions for Cursor IDE.

Product

  • MCP Servers
  • Getting Started
  • Documentation
  • Open Source

Resources

  • MCP Specification
  • Cursor IDE
  • MCP GitHub
  • Contributing

Legal

  • Privacy Policy
  • Terms of Service
  • Cookie Policy
Made withfor the developer community
© 2025 MCP Cursor. All rights reserved.
MCP Logo
MCP Cursor
IntroductionMCPs
IntroductionMCPs
3D MCP Cursor Visualization
  1. Home
  2. Servers
  3. @demoway/mcp-server MCP
@demoway/mcp-server MCP Logo

@demoway/mcp-server MCP

Model Context Protocol Integration

Overview

The world’s first: Empower AI to modify pages in your existing web product and generate new designs or frontend code

# DemoWay AI Design MCP

The world’s first: Empower AI to modify pages in your existing web product and generate new designs or frontend code

Installation Instructions


README: https://github.com/DemoWayOfficial/mcp-server

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

Featured MCPs

Github MCP - Model Context Protocol for Cursor IDE

Github

This server provides integration with Github's issue tracking system through MCP, allowing LLMs to interact with Github issues.

Sequential Thinking MCP - Model Context Protocol for Cursor IDE

Sequential Thinking

An MCP server implementation that provides a tool for dynamic and reflective problem-solving through a structured thinking process. Break down complex problems into manageable steps, revise and refine thoughts as understanding deepens, and branch into alternative paths of reasoning.

Puppeteer MCP - Model Context Protocol for Cursor IDE

Puppeteer

A Model Context Protocol server that provides browser automation capabilities using Puppeteer. This server enables LLMs to interact with web pages, take screenshots, execute JavaScript, and perform various browser-based operations in a real browser environment.