連接您的 Claude Desktop 到 Ultron IoT 平台
在終端機執行以下命令:
curl -sSL https://remote-mcp.ultronsmart.com/install | bash
完全關閉並重新開啟 Claude Desktop,即可開始使用!
macOS:
~/Library/Application Support/Claude/claude_desktop_config.json
Windows:
%APPDATA%\Claude\claude_desktop_config.json
將以下內容複製到配置文件:
{
"mcpServers": {
"ultron-remote": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-stdio",
"https://remote-mcp.ultronsmart.com"
],
"env": {
"ULTRON_API_KEY": "YOUR_API_KEY_HERE",
"ULTRON_APP_ID": "WRGbfWtd"
}
}
}
}
儲存文件後,重新啟動 Claude Desktop 即可。
在終端機測試連接:
curl https://remote-mcp.ultronsmart.com/health