Skip to content
VS Code

jisho mcp for VS Code

io.github.mrfentmen/jisho-mcp

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

client:VS Code transport:stdio runtime:npm

Install jisho mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "jisho-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "jisho-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

jisho mcp in other clients