Skip to main content
MCP Server
SaC — Software as Content avatar

SaC — Software as Content

by @Software-As-Content

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

Share
0 stars Python Unknown Updated: 2026-05-24

Send to Your Agent

Copy this prompt and paste it into Claude, Cursor, or any MCP client to install instantly.

Install the SaC — Software as Content MCP server for me.

Server: SaC — Software as Content
Description: Give your AI agent the ability to respond with live, interactive apps that evolve.
Install command: python -m sac-sdk

Environment variables needed:
- SAC_API_KEY: API key for the LLM provider (OpenRouter, Anthropic, OpenAI, etc.) (required)
- 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

GitHub: https://github.com/Software-As-Content/software-as-content-sdk

Please install this MCP server and confirm when ready.

Paste into any AI agent with MCP support — works with Claude Desktop, Cursor, Cline, and more.

Quick Install

Config file: ~/Library/Application Support/Claude/claude_desktop_config.json

  1. Open Claude Desktop app
  2. Go to Settings → Developer → Edit Config
  3. Paste the config below into the file
  4. Restart Claude Desktop
{
  "mcpServers": {
    "ai-dynsoft-sac": {
      "command": "python",
      "args": [
        "-m",
        "sac-sdk"
      ],
      "env": {
        "SAC_API_KEY": "your-value-here"
      }
    }
  }
}

Add this to your ~/Library/Application Support/Claude/claude_desktop_config.json

Installation Methods

pip Run after pip install
python -m sac-sdk

Tools (1)

execute

Execute SaC — Software as Content operations

Environment Variables

SAC_API_KEY Required

API key for the LLM provider (OpenRouter, Anthropic, OpenAI, etc.)

Example: your-value-here
SAC_API_BASE Optional

Custom API endpoint for OpenAI-compatible providers

Example: value
SAC_MODEL Optional

Override the default generation model

Example: value
SAC_SEARCH_API_KEY Optional

Tavily API key for web search in generated apps

Example: your-value-here

Compatibility

Claude Desktop
Cursor
Cline
VS Code
Devin (formerly Windsurf)

About

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

Overview

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

Repository

Find the source code at https://github.com/Software-As-Content/software-as-content-sdk.

Tools

  • execute: Execute SaC — Software as Content operations

Environment Variables

  • SAC_API_KEY: API key for the LLM provider (OpenRouter, Anthropic, OpenAI, etc.) (Required)
  • 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

Installation

PIP

python -m sac-sdk

Related Resources

Compare LLM Pricing

This server works with Claude, GPT-4o, and other models. Compare API costs side-by-side to find the cheapest option for your workflow.