mcpbeat Sign in

SaC — Software as Content MCP Server

local only

SaC — Software as Content runs on your own machine — the client starts it, so there is no endpoint to ping. 83 installs a week from pypi. Last commit 11 Sep 2026.

Give your AI agent the ability to respond with live, interactive apps that evolve.

Installs per day peak 49 · avg 15 · -3% w/w
a month agotoday
83
Installs / week
pypi · sac-sdk
3
Stars
0 open issues
11 Sep 2026
Last commit
0 releases in 90 days
Apache-2.0
License
Python

What changed 41

Every tool that appeared, vanished or quietly changed what it asks for. Recorded since 9 August 2026. No other catalogue keeps this.

18 Sep the owner changed
17 Sep the owner changed
16 Sep the owner changed
15 Sep the owner changed
14 Sep the owner changed
13 Sep the owner changed
12 Sep the owner changed
11 Sep the owner changed
10 Sep the owner changed
9 Sep the owner changed
and 31 more, back to 9 August 2026

Nothing serious here today

Today is the operative word: we check SaC — Software as Content 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 sac -- uvx sac-sdk
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "sac": {
      "args": [
        "sac-sdk"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.sac]
command = "uvx"
args = ["sac-sdk"]
.cursor/mcp.json
{
  "mcpServers": {
    "sac": {
      "args": [
        "sac-sdk"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "sac": {
      "args": [
        "sac-sdk"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: SAC_API_KEY (API key for the LLM provider (OpenRouter, Anthropic, OpenAI, etc.)), SAC_API_BASE (Custom API endpoint for OpenAI-compatible providers), SAC_MODEL (Override the default generation model), SAC_SEARCH_API_KEY (Tavily API key for web search in generated apps). The author declared them in the registry entry; get the values from the project itself.

Alternatives to SaC — Software as Content

same job, measured the same way
MCP Listen
by decibri

Give your AI agents the ability to listen. Microphone capture and speech-to-text.

67 installs/wk local only
MCP Listen
by analyticsinmotion

Give your AI agents the ability to listen. Microphone capture and speech-to-text.

local only
WebUplink
by webuplink

Give any MCP client the ability to browse and interact with the web via WebUplink.

57 installs/wk local only
Learn with Agents
by learnwithagents

Your AI agent builds interactive block-based courses over MCP; take them at learnwithagents.app.

answering
Intercept
by bighippoman

Give your AI the ability to read the web. Fetches URLs as clean markdown with multi-tier fallback.

83 installs/wk local only
Open MCP Apps
by 2nd1st

Persistent, interactive MCP Apps — the AI builds an app once, you both reuse it

111 installs/wk local only
I
NetScaler Console MCP Server
by citrix

MCP server providing AI assistants the ability to interact with NetScaler environments

local only
three.ws Avatars
by nirholas

three.ws 3D avatars in your agent: render a live, interactive 3D avatar inline, or get an embed.

197 installs/wk local only

SaC — Software as Content — questions

Answers built from our own checks of this server.

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