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
{
"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