Loading MCP server directory, please wait...
Give your AI agent the ability to respond with live, interactive apps that evolve.
npx @getmcp/cli add ai.dynsoft/sacRequires Python 3.10+. Community-contributed server. Review source before installing.
SAC_API_KEYAPI key for the LLM provider (OpenRouter, Anthropic, OpenAI, etc.)
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"ai.dynsoft/sac": {
"command": "uvx",
"args": [
"sac-sdk"
],
"env": {
"SAC_API_KEY": "",
"SAC_API_BASE": "",
"SAC_MODEL": "",
"SAC_SEARCH_API_KEY": ""
}
}
}
}