slang-workflows
Rank #41,574io.github.shofer-dev/slang-workflows
Provable, declarative multi-agent workflows for Claude Code (typed .slang, non-LLM executor).
slang-workflows is a Model Context Protocol (MCP) server published by shofer-dev. It ranks #41,574 of 132,113 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. slang-workflows is listed across 3 registries — Official MCP, PulseMCP and Glama, with 1 tracked version. It was first listed on Jul 5, 2026 and most recently updated on Jul 5, 2026.
Ranks ahead of 90,539 of 132,113 servers on MCP Toplist.
Use slang-workflows
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add slang-workflows -- npx -y slang-workflows[mcp_servers.slang-workflows]
command = "npx"
args = ["-y", "slang-workflows"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"slang-workflows": {
"command": "npx",
"args": [
"-y",
"slang-workflows"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"slang-workflows": {
"command": "npx",
"args": [
"-y",
"slang-workflows"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"slang-workflows": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"slang-workflows"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"slang-workflows": {
"command": "npx",
"args": [
"-y",
"slang-workflows"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"slang-workflows": {
"command": "npx",
"args": [
"-y",
"slang-workflows"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.shofer-dev%2Fslang-workflows)<a href="https://mcptoplist.com/server/io.github.shofer-dev%2Fslang-workflows"><img src="https://mcptoplist.com/badge/io.github.shofer-dev%2Fslang-workflows.svg" alt="MCP Toplist: Top 50% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
shofer-dev
Other servers by shofer-dev
View all shofer-dev servers →Available versions (1)
| Version | Published |
|---|---|
| 0.1.2 | Jul 5, 2026 |
Frequently asked questions
- Who maintains slang-workflows?
- slang-workflows is maintained by shofer-dev, which publishes 2 MCP servers (4 total versions) tracked on MCP Toplist.
- Is slang-workflows listed on the Official MCP Registry?
- Yes — slang-workflows is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does slang-workflows have?
- MCP Toplist tracks 1 version of slang-workflows, most recently published on Jul 5, 2026.
- Where can I find the source code for slang-workflows?
- The source code for slang-workflows is hosted at github.com/shofer-dev/claude-code-slang-orchestrator.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.