Skip to content
Grok

TRIZ for Grok

io.github.sv/triz

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

client:Grok transport:stdio runtime:npm

Install TRIZ in Grok

.mcp.json (in your project root)

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

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

TRIZ in other clients