# crimx/ext-saladict | Model Context Protocol (MCP) Server > 🥗 All-in-one professional pop-up dictionary and page translator which supports multiple search modes, page translations, new word notebook and PDF selection searching. - **Stars**: ⭐ 13,192 - **Language**: TypeScript - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "ext-saladict": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-ext-saladict" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "ext-saladict": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-ext-saladict" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-ext-saladict` - **Docker**: `docker run -i --rm mcp/ext-saladict`