Skip to content
Claude Desktop

potto japan for Claude Desktop

app.potto/potto-japan

Authoritative JLPT-graded Japanese dataset (kanji, vocab, grammar, history) via MCP and REST.

client:Claude Desktop transport:streamable-http

Install potto japan in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "potto-japan": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://potto.app/mcp"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

potto japan in other clients