Skip to content
Cursor

jisho mcp for Cursor

io.github.mrfentmen/jisho-mcp

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

client:Cursor transport:stdio runtime:npm

Install jisho mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

jisho mcp in other clients