# Toxblh/MTMR | Model Context Protocol (MCP) Server > 🌟 [My TouchBar My rules]. The Touch Bar Customisation App for your MacBook Pro - **Stars**: ⭐ 4,291 - **Language**: Swift - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "MTMR": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-MTMR" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "MTMR": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-MTMR" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-MTMR` - **Docker**: `docker run -i --rm mcp/MTMR`