Skip to content
Zed

jisho mcp for Zed

io.github.mrfentmen/jisho-mcp

Use this MCP server to Jisho, the Japanese English dictionary. Words, kanji, readings, and...

client:Zed transport:stdio runtime:npm

Install jisho mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "jisho-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "jisho-mcp"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

jisho mcp in other clients