Servers
@demoway/mcp-server
@DemoWayOfficial
Demoway MCP standalone service
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"demoway": {
"command": "npx",
"args": [
"-y",
"@demoway/mcp-server@latest"
],
"env": {
"DEMOWAY_API_KEY": "<YOUR_API_KEY>"
}
}
}
}