ext-saladict

GitHub

๐Ÿฅ— All-in-one professional pop-up dictionary and page translator which supports multiple search modes, page translations, new word notebook and PDF selection searching.

RAW Config

Claude Desktop Configuration

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

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