Generates live React apps that agents and users can evolve through conversation, clicks, and chat.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag โ we're steadily working through the catalog.
๐ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by SaC โ Software as Content.
SaC โ Software as Content MCP server lets an agent respond with a live application that users can open in a browser and interact with. Generated interfaces are intended to change as the conversation continues, so the result is not limited to a static page, screenshot, or block of markdown. The project is currently at version 0.1.2 and is described as alpha software.
The SDK is aimed at tasks where users need to inspect options, manipulate information, or guide the result. Documented examples include trip planning, data-analysis dashboards, comparison shopping, project planning, research, financial reviews, decision aids, and internal tools. Simple questions, one-time automations, and text-only conversations are listed as less suitable cases.
A conversation produces an app and exposes its URL. The same URL remains associated with the conversation while the agent evolves the existing app instead of creating a separate page for every turn. A user can interact through controls in the app or send a message in chat; both paths return input to the agent through the same callback loop.
The project supports two operating patterns. sac serve starts a local experience with a built-in agent loop, after which the user opens http://localhost:18420. Alternatively, an existing agent can connect through the MCP integration. The Python API provides a SaC object, a conversation, and a generated app whose URL and TSX source can be accessed by code.
Install the Python package with pip install sac-sdk. Running sac serve requests an API key on first use and saves it. The README does not specify the key name or the service behind that key.
For Claude Code, run sac setup claude-code to register SaC as an MCP server, then restart Claude Code. Codex and OpenClaw use setup commands that install a skill rather than an MCP registration: sac setup codex or sac setup openclaw. Those integrations also require sac serve to remain running.
Python applications can instantiate SaC and call conversation() followed by generate(). The language-model provider, search provider, and storage implementation are replaceable through the SDK interfaces. The README shows FileStore as one storage option and indicates that prompts and the default design system are stored in the source tree.
SaC โ Software as Content is therefore most relevant when the interface itself is part of the agent's answer. Its documented architecture includes a runtime generation-and-evolution pipeline, an HTTP layer with FastAPI and SSE streaming, an MCP server, and an iframe-based renderer.
The project does not claim to replace ordinary text responses or one-shot automation workflows. Its core protocol is described as stable in production use, but the SDK surface is still being refined toward version 1.0. The README does not document supported API-key providers, environment-variable names, hosted deployment instructions, or a compatibility list for Claude Desktop, Cursor, Windsurf, or Cline.
The repository is licensed under Apache-2.0. Local development uses pip install -e ..
Always refer to the official documentation for the most accurate and up-to-date information.
Factual signals from GitHub, npm, and our automated checks โ not a rating.
No reviews yet โ be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/sac-software-as-content)<a href="https://allmcps.com/mcp/sac-software-as-content"><img src="https://allmcps.com/api/badge/sac-software-as-content?style=directory" alt="SaC โ Software as Content on AllMCPs" /></a>