Text Generation Webui – v4.4 – MCP server support!

Text Generation Webui – v4.4 – MCP server support!

text-generation-webui (v4.4) πŸš€

This powerhouse Gradio web UI is essentially the “AUTOMATIC1111” for Large Language Models, providing a comprehensive local interface to run LLMs via backends like llama.cpp and Transformers. It’s the go-to tool for anyone wanting a private, offline, and highly customizable way to interact with models.

The latest update is a massive one, focusing heavily on extensibility and UI polish! Here is what’s new:

  • Remote MCP Server Support: This is a game-changer! You can now connect to remote Model Context Protocol (MCP) servers directly from the Chat tab. The webui will automatically discover and use those tools alongside your local ones, massively expanding what your models can actually do.
  • Modernized UI: The interface has been sleeked up with better contrast, improved scrollbars, and tighter spacing to make your chat experience feel more professional and less cluttered.
  • Gemma 4 Support: Thanks to an updated `ik_llama.cpp` dependency, you can now jump straight into running Gemma 4!
  • Enhanced Image Metadata: For those using the API for image generation, PNG files now include embedded metadata (seed, model, steps, etc.) so your settings are always baked right into the file.
  • Expanded Platform Support: New portable builds are available for Windows users running AMD hardware via ROCm.

Technical & Developer Notes:

  • API Refinements: Added `instruction_template` parameters to the model load endpoint and cleaned up deprecated settings.
  • Bug Fixes: Resolved critical issues including LaTeX rendering protection, crashes during prompt truncation, and server restart errors.

πŸ› οΈ Pro-Tip for Tinkerers: If you use a portable installation, you can now move your `user_data` folder one level up (next to the install folder). This allows multiple versions of the webui to share the same models and settings, making updates a total breeze!

πŸ”— View Release