mcpbeat Sign in

TRIZ MCP Server

local only

TRIZ runs on your own machine — the client starts it, so there is no endpoint to ping. 114 installs a week from npm.

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

The linked repository no longer exists on GitHub — it was deleted or made private.

Installs per day peak 313 · avg 10
a month agotoday
114
Installs / week
npm · triz-mcp
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

This one has been quiet for a while

Quiet is not dead — but it is worth knowing when it wakes up, or when someone else takes it over. We watch the repository and tell you either way.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add triz -- npx -y triz-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "triz": {
      "args": [
        "-y",
        "triz-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.triz]
command = "npx"
args = ["-y", "triz-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "triz": {
      "args": [
        "-y",
        "triz-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "triz": {
      "args": [
        "-y",
        "triz-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: TRIZ_DATA_DIR (Directory containing the TRIZ JSON data files; only needed when running outside the packaged layout.), TRIZ_GRAPH (Optional path to a project OTSM Network of Problems JSON for the triz_graph tool.), TRIZ_REGISTRY (Optional path to a project contradiction registry JSON for purpose verification.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to TRIZ

same job, measured the same way
Personal Finance
by sarveshtalele

54 robust financial calculators based on deterministic mathematical principles.

111 installs/wk local only
C
Sophon Consulting
by sophon

Read-only, deterministic AI triage and readiness tools implementing Sophon's published rubrics.

2 tools answering
I Ching Hexagram MCP
by iching

Public, read-only MCP over the complete 64-hexagram I Ching corpus. Deterministic lookup only.

10 tools answering
Registry Expansion Routing
by bonissystems

Public-registry routing map by entity kind. Read-only reference data, not a determination.

1 tools answering
Agent Core
by kinbinghua-lgtm

Deterministic computation tools for AI agents. Zero dependencies, no network, read-only.

341 installs/wk local only
RegexForge
by walkojas-boop

Deterministic regex synthesis from labeled examples. Zero LLM, proof matrix, backtracking audit.

1 tools answering
AsDecided
by asdecided

Read-only access to deterministic engineering decisions stored in a local repository.

local only
Frasma
by francemazzi

Read-only Frasma MCP: profile, knowledge search, diagnostic handoff. No email.

5 tools answering

TRIZ — questions

Answers built from our own checks of this server.

Why is there no uptime for TRIZ?
TRIZ runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package triz-mcp was installed 114 times last week.
Is TRIZ still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect TRIZ?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls triz-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use TRIZ?
The npm package triz-mcp was installed 114 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.