Skip to content
Claude Desktop

TRIZ for Claude Desktop

io.github.sv/triz

Deterministic, read-only TRIZ knowledge: parameters, principles, matrix, tool routing, effects.

client:Claude Desktop transport:stdio runtime:npm

Install TRIZ in Claude Desktop

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "triz": {
      "command": "npx",
      "args": [
        "-y",
        "triz-mcp"
      ],
      "env": {
        "TRIZ_DATA_DIR": "<TRIZ_DATA_DIR>",
        "TRIZ_GRAPH": "<TRIZ_GRAPH>",
        "TRIZ_REGISTRY": "<TRIZ_REGISTRY>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

TRIZ in other clients