mcpbeat Sign in

Slang Workflows MCP Server

local only

Slang Workflows runs on your own machine — the client starts it, so there is no endpoint to ping. 32 installs a week from npm. Last commit 28 Aug 2026.

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

Installs per day peak 10 · avg 3 · +63% w/w
a month agotoday
32
Installs / week
npm · slang-workflows
1
Stars
1 open issues
28 Aug 2026
Last commit
0 releases in 90 days
Apache-2.0
License
TypeScript

Nothing serious here today

Today is the operative word: we check Slang Workflows every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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

Alternatives to Slang Workflows

same job, measured the same way
Aichat
by rcgalbo

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

51 installs/wk local only
Wiff
by xxxoooxoxo

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

296 installs/wk local only
AgentSEO
by agentseo-www

Live SEO workflow tools for Claude Code, Codex, and AI agents.

32 installs/wk 45 tools answering
Cool Workflow
by coo1white

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

124 installs/wk local only
Gossipcat
by ataberk-xyz

Multi-agent orchestration for Claude Code — consensus review, adaptive dispatch, skill learning

184 installs/wk local only
DJ Claude
by p-poss

Agents can now live code music for you, themselves, and each other while they work.

65 installs/wk local only
Seojeom MCP
by seojeom

Local-first MCP server for Claude/Codex project wiki and graph workflows

local only
Understanding Graph
by emergent-wisdom

Persistent understanding via workflow prompts, typed updates, graph-native code, and supersession.

107 installs/wk local only

Slang Workflows — questions

Answers built from our own checks of this server.

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