# saber-notes/saber | Model Context Protocol (MCP) Server > The cross-platform open-source app built for handwriting - **Stars**: ⭐ 4,429 - **Language**: Dart - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "saber": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-saber" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "saber": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-saber" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-saber` - **Docker**: `docker run -i --rm mcp/saber`