Duyet MCP Server. See https://github.com/duyet/duyet-mcp-server for more details. Usage: Update your AI assistant configuration to point to the URL of Duyet MCP server ``` { "mcpServers": { "duyet-mcp-server": { "command": "npx", "args": [ "mcp-remote", "https://mcp.duyet.net/sse" ] } } } ```