up (MCP Server)

GitHub

An advanced guide which might benefit you a lot πŸŽ‰ . δΊΊη”ŸθΏ›ι˜ΆζŒ‡ε— η¦»θ°±ηš„δΊΊη”Ÿ η¦»θ°±ηš„θ‹±θ―­ε­¦δΉ ζŒ‡ε—/英语学习教程/θ‹±θ―­ε­¦δΉ /ε­¦θ‹±θ―­

Claude Desktop Configuration

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

{
  "mcpServers": {
    "up": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-up"
      ]
    }
  }
}