Provides an MCP server to programmatically interact with Web-LLM models running in a browser environment.
This tool serves as an MCP (Multi-Component Platform) server designed to facilitate interactions with @mlc-ai/web-llm. It achieves this by launching a headless Chromium browser instance using Playwright, loading a dedicated HTML page that hosts the Web-LLM interface, and then exposing its functionalities. This setup allows for seamless, automated operations like text generation, chat, model management, and status checks directly within a browser context, making local LLM inference accessible via an API.