Remote Model Context Protocol server for VizScript — the scripting language powering Viz Engine broadcast graphics.
{
"mcpServers": {
"vizscript": {
"url": "https://vizscript.mcp.felipeiasi.dev/"
}
}
}
claude mcp add \ --transport http \ vizscript \ https://vizscript.mcp.felipeiasi.dev/
# In any OpenAI MCP client config { "type": "url", "server_label": "vizscript", "server_url": "https://vizscript.mcp.felipeiasi.dev/" }
# In Open WebUI: Settings > Tools # Add MCP Server URL: https://vizscript.mcp.felipeiasi.dev/ # Or via mcphost CLI: mcphost --transport http \ https://vizscript.mcp.felipeiasi.dev/
VizScript MCP gives any AI assistant instant access to the complete VizScript documentation — the scripting language used in Viz Engine for broadcast graphics and real-time 3D.
It implements the Model Context Protocol (MCP) over Streamable HTTP, so it works with Claude, ChatGPT, Ollama, and any MCP-compatible client. The server runs on the edge with sub-50ms response times worldwide.
Instead of searching through docs manually, your AI can look up types, search properties, find methods, and get code examples in real time.