@demoway/mcp-server
@DemoWayOfficial
@demoway/mcp-server について
Demoway MCP standalone service
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"demoway": {
"command": "npx",
"args": [
"-y",
"@demoway/mcp-server@latest"
],
"env": {
"DEMOWAY_API_KEY": "<YOUR_API_KEY>"
}
}
}
}ツール
2Search step by keyword in a demo
Download demo's step pretty html
概要
What is @demoway/mcp-server?
@demoway/mcp-server is a Model Context Protocol (MCP) server implementation that provides standardized MCP interface services for DemoWay. It allows AI agents to search and download demo steps via two tools. The server is intended for developers integrating DemoWay content into AI workflows.
How to use @demoway/mcp-server?
Install and configure the server in your MCP client using npm (npx -y @demoway/mcp-server@latest) with a DEMOWAY_API_KEY environment variable and an optional --region flag (world or china). For local development, use tsx to run the source index file with a local server URL.
Key features of @demoway/mcp-server
- Search for demo steps by keyword using
search_demo_step - Download a demo step's pretty HTML using
download_demo_step_pretty_html - Supports two regions: world and china
- Uses environment variable for API key authentication
- Easy to run via npx without global install
Use cases of @demoway/mcp-server
- AI assistants fetching step-by-step demo instructions from DemoWay
- Automating the retrieval of pretty HTML documentation for demo steps
- Integrating DemoWay content into chatbots or automated help systems
- Prototyping and testing DemoWay MCP integrations locally
FAQ from @demoway/mcp-server
What tools does @demoway/mcp-server provide?
It provides two tools: search_demo_step (search steps by keyword) and download_demo_step_pretty_html (download a demo step's pretty HTML).
How do I configure @demoway/mcp-server?
Use the JSON configuration in your MCP client with command: "npx", args: ["-y", "@demoway/mcp-server@latest", "--region={world,china}"], and set DEMOWAY_API_KEY in the env field.
What dependencies or runtime does @demoway/mcp-server require?
It runs via Node.js with the npx command (or tsx for local development). No additional global dependencies are needed for production use.
Where does @demoway/mcp-server get data from?
The server accesses DemoWay's API using the provided DEMOWAY_API_KEY. No local data is used; all data comes from DemoWay's cloud service.
What is the region parameter for?
The --region flag accepts world or china to specify which DemoWay instance to use. This is set in the server arguments.
「その他」の他のコンテンツ
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
Core Philosophy: Connect, Unify, Respond
mindsdbDelegate anything. It comes back done.
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Nginx UI
0xJackyYet another WebUI for Nginx
コメント