DemoWay MCP 服务器实现,提供标准化的 Model Context Protocol (MCP) 接口服务。借助该服务器,可利用其提供的工具进行演示步骤的搜索和精美 HTML 下载。
search_demo_step:通过关键词在演示中搜索步骤download_demo_step_pretty_html:下载演示步骤的精美 HTML{
"mcpServers": {
"demoway": {
"command": "npx",
"args": ["-y", "@demoway/mcp-server@latest", "--region={world,china}"],
"env": {
"DEMOWAY_API_KEY": ""
}
}
}
}
pnpm --global install tsx
{
"mcpServers": {
"demoway": {
"command": "tsx",
"args": ["" , "--url=http://localhost:3333"],
"env": {
"DEMOWAY_API_KEY": ""
}
}
}
}
pnpm --global install tsx
配置 MCP 服务器:
{
"mcpServers": {
"demoway": {
"command": "npx",
"args": ["-y", "@demoway/mcp-server@latest", "--region={world,china}"],
"env": {
"DEMOWAY_API_KEY": ""
}
}
}
}
本地开发时配置 MCP 客户端:
{
"mcpServers": {
"demoway": {
"command": "tsx",
"args": ["" , "--url=http://localhost:3333"],
"env": {
"DEMOWAY_API_KEY": ""
}
}
}
}
欢迎提交拉取请求。请确保:
MIT © DemoWay