ASMI — AI avatars for your site for Claude Desktop
tech.broen/asmi
Design your site's AI avatar in the ASMI studio; your coding agent ships it into your repo.
client:Claude Desktop
transport:streamable-http
Install ASMI — AI avatars for your site in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"asmi": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://broen.tech/api/asmi/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs