🚀 Ultron MCP 一鍵安裝

連接您的 Claude Desktop 到 Ultron IoT 平台

Remote MCP Server: 線上運行中
版本: 1.8.1
端點: https://remote-mcp.ultronsmart.com
🏠
智慧控制
控制所有 IoT 設備
📊
用電監測
即時功率與歷史數據
🤖
AI 整合
Claude 自然語言控制
極速響應
優化 Token 使用
1 準備您的 API 認證資訊
從 Ultron Cloud 控制台獲取
通常使用預設值即可
2 執行一鍵安裝命令

在終端機執行以下命令:

curl -sSL https://remote-mcp.ultronsmart.com/install | bash
3 重啟 Claude Desktop

完全關閉並重新開啟 Claude Desktop,即可開始使用!

1 定位配置文件

macOS:

~/Library/Application Support/Claude/claude_desktop_config.json

Windows:

%APPDATA%\Claude\claude_desktop_config.json
2 編輯配置文件

將以下內容複製到配置文件:

{ "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" } } } }
3 重啟 Claude Desktop

儲存文件後,重新啟動 Claude Desktop 即可。

測試 MCP Server 連接
快速測試命令

在終端機測試連接:

curl https://remote-mcp.ultronsmart.com/health
✅ 操作成功!
❌ 操作失敗,請檢查設定