# Caldis/Mos | Model Context Protocol (MCP) Server > 一个用于在 macOS 上平滑你的鼠标滚动效果或单独设置滚动方向的小工具, 让你的滚轮爽如触控板 | A lightweight tool used to smooth scrolling and set scroll direction independently for your mouse on macOS - **Stars**: ⭐ 21,050 - **Language**: Swift - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "Mos": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-Mos" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "Mos": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-Mos" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-Mos` - **Docker**: `docker run -i --rm mcp/Mos`