mcpbeat Sign in

Wiff MCP Server

by xxxoooxoxo Your server? Claim it
local only

Wiff runs on your own machine — the client starts it, so there is no endpoint to ping. 87 installs a week from npm. Last commit 10 Sep 2026.

Deterministic, resumable multi-agent workflows across Codex, Claude, Cursor, and Kimi.

Installs per day peak 182 · avg 19 · -51% w/w
a month agotoday
87
Installs / week
npm · @xxxoooxoxo/wiff
5
Stars
0 open issues
10 Sep 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

What the code does

We read the source, 1 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

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 wiff -- npx -y @xxxoooxoxo/wiff
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "wiff": {
      "args": [
        "-y",
        "@xxxoooxoxo/wiff"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.wiff]
command = "npx"
args = ["-y", "@xxxoooxoxo/wiff"]
.cursor/mcp.json
{
  "mcpServers": {
    "wiff": {
      "args": [
        "-y",
        "@xxxoooxoxo/wiff"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "wiff": {
      "args": [
        "-y",
        "@xxxoooxoxo/wiff"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Wiff

same job, measured the same way
Aichat
by rcgalbo

Inter-agent communication for multi-agent Claude Code workflows.

51 installs/wk local only
Cool Workflow
by coo1white

Signed, cited, replayable workflows for Claude, Codex, Gemini, DeepSeek, and other agents.

52 installs/wk local only
C
Wontopos
by wontopos

Wontopos (WOS) long-term memory - one memory across Claude Code, Cursor, and your agents.

132 installs/wk local only
Slang Workflows
by shofer-dev

Provable, declarative multi-agent workflows for Claude Code (typed .slang, non-LLM executor).

24 installs/wk local only
Agent Release Auditor
by veyndrasystems

Deterministic release gate for AI-written code and coding agents.

26 installs/wk local only
Claudexor
by razzant

Route coding work across Claude Code, Codex, Cursor, and OpenCode with shared context.

1 354 installs/wk local only
thread-keeper
by po4erk91

Multi-agent shared brain across Claude, Codex, Antigravity, Gemini, Copilot, and VS Code.

184 installs/wk local only
AgentDrive
by agentdrive

Cross-agent artifact workspace with provenance across Claude Code, Codex, Cursor, LangGraph.

20 tools answering

Wiff — questions

Answers built from our own checks of this server.

Why is there no uptime for Wiff?
Wiff 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 @xxxoooxoxo/wiff was installed 87 times last week.
How do I connect Wiff?
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 @xxxoooxoxo/wiff straight from npm; nothing to host, nothing to sign up for.
How many people use Wiff?
The npm package @xxxoooxoxo/wiff was installed 87 times in the last week. Week over week that is -51%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Wiff open source?
Yes — it is published under the MIT licence, written in JavaScript and 5 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.