read-frog

GitHub

🐸 Read Frog - Language Learning & Translate | 🐸 ι™ͺθ―»θ›™ - θ―­θ¨€ε­¦δΉ δΈŽηΏ»θ―‘

RAW Config

Claude Desktop Configuration

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

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