MCP.so
Sign In
Servers

@demoway/mcp-server

@DemoWayOfficial

Demoway MCP standalone service

npm package Downloads Issues Commitizen Friendly

DemoWay MCP server implementation providing standardized Model Context Protocol (MCP) interface services.

Available Tools

  • search_demo_step: Search step by keyword in a demo
  • download_demo_step_pretty_html: Download demo's step pretty html

Usage

Configuration

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

Local Development

  1. Install tsx globally
pnpm --global install tsx
  1. Configure MCP client
{
  "mcpServers": {
    "demoway": {
      "command": "tsx",
      "args": ["<ABSOLUTE_PATH_TO_SRC_INDEX_FILE>", "--url=http://localhost:3333"],
      "env": {
        "DEMOWAY_API_KEY": "<YOUR_API_KEY>"
      }
    }
  }
}

Contributing

Pull requests are welcome. Please ensure:

  1. Code follows ESLint rules
  2. Add appropriate test cases
  3. Use Commitizen for commit messages

License

MIT © DemoWay

More from Other