mcpbeat Sign in

Slac MCP Server

by dennisprediger Your server? Claim it
local only

Slac MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 44 installs a week from npm. Last commit 18 Jul 2026.

MCP server exposing SLAC (Simple Logic & Arithmetic Compiler) as tools for LLM agents

Installs per day peak 130 · avg 8 · -81% w/w
a month agotoday
44
Installs / week
npm · slac-mcp
0
Stars
0 open issues
18 Jul 2026
Last commit
0 releases in 90 days
Apache-2.0
License
Rust

What the code does

We read the source, 20 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.

File ships in the package but is absent from the source [пакет] bin/slac-mcp.js:1
этот файл ставится пользователю, но в репозитории его нет
const result = require('child_process').spawnSync(bin, process.argv.slice(2), { stdio: 'inherit' })

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

Alternatives to Slac MCP

same job, measured the same way
Backtest360
by backtest360

MCP server exposing the Backtest360 engine API as tools for AI agents.

311 installs/wk 20 tools answering
Untappd
by darrenjrobinson

MCP server exposing Untappd API tools for AI agents — full v4 read API coverage

70 installs/wk local only
Modern CLI MCP Server
by nacosolutions

MCP server exposing 104+ modern CLI tools for AI agents with JSON output.

local only
Yourimageshare
by mediashareorg

MCP server exposing the YourImageShare upload API (upload/list/delete) as tools for AI agents.

51 installs/wk local only
Dbatools MCP Server
by dataplat

MCP server for dbatools — exposes SQL Server management commands as MCP tools

39 installs/wk local only
npm Run MCP Server
by fstubner

An MCP server that exposes package.json scripts as tools for agents.

94 installs/wk local only
Dwarf Fortress (DFHack)
by alexanderolvera

MCP server exposing a live Dwarf Fortress fort to an AI agent as curated, semantic tools

64 installs/wk local only
MCP Manimgl
by daedalus

MCP server exposing manimgl mathematical animation functionality as tools for LLMs

66 installs/wk local only

Slac MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Slac MCP?
Slac MCP 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 slac-mcp was installed 44 times last week.
How do I connect Slac MCP?
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 slac-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Slac MCP?
The npm package slac-mcp was installed 44 times in the last week. Week over week that is -81%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Slac MCP open source?
Yes — it is published under the Apache-2.0 licence, written in Rust and 0 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.