LM Studio is now an MCP Host

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. Ollamac

    Mac app for Ollama

    It is even worse; they are offering a commercial product under the same name of the open source project it is based on: https://github.com/kevinhermawan/Ollamac?tab=readme-ov-file#... and https://github.com/gregorym/ollamac-pro/issues/1.

  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  3. exo

    Run frontier AI locally.

    https://github.com/exo-explore/exo

    Exo is this radically cool tool that automatically clusters all hosts on your network running Exo and uses their combined GPUs for increased throughput.

    Like HPC environments, you are going to need ultra fast interconnects, but it's just IP based.

  4. ollama

    Get up and running with Kimi-K2.6, GLM-5.1, MiniMax, DeepSeek, gpt-oss, Qwen, Gemma and other models.

    That's clearly your own product (it links to Koroworld in the footer and you've posted about that on Hacker News in the past).

    Are you sharing any of your revenue from that $79 license fee with the https://ollama.com/ product that your app builds on top of?

  5. koboldcpp

    Run GGUF models easily with a KoboldAI UI. One File. Zero Install.

    Oh, that horrible Electron UI. Under Windows it pegs a core on my CPU at all times!

    If you're just working as a single user via the OpenAI protocol, you might want to consider koboldcpp. It bundles a GUI launcher, then starts in text-only mode. You can also tell it to just run a saved configuration, bypassing the GUI; I've successfully run it as a system service on Windows using nssm.

    https://github.com/LostRuins/koboldcpp/releases

    Though there are a lot of roleplay-centric gimmicks in its feature set, its context-shifting feature is singular. It caches the intermediate state used by your last query, extending it to build the next one. As a result you save on generation time with large contexts, and also any conversation that has been pushed out of the context window still indirectly influences the current exchange.

  6. ollamac-pro

    The native Mac app for Ollama

    It is even worse; they are offering a commercial product under the same name of the open source project it is based on: https://github.com/kevinhermawan/Ollamac?tab=readme-ov-file#... and https://github.com/gregorym/ollamac-pro/issues/1.

  7. modelcontextprotocol

    Specification and documentation for the Model Context Protocol

    So it is, I stand corrected. I googled mcp host and the lmstudio link was the first result.

    Some more discussion on the confusion here https://github.com/modelcontextprotocol/modelcontextprotocol... where they acknowledge that most people call it a client and that that's ok unless the distinction is important.

    I think host is a bad term for it though as it makes more intuitive sense for the host to host the server and the client to connect to it, especially for remote MCP servers which are probably going to become the default way of using them.

  8. anytype-mcp

    An MCP server enabling AI assistants to interact with Anytype - your encrypted, local and collaborative wiki - to organize objects, lists, and more through natural language.

    great! it's very convenient to try mcp servers with local models that way.

    just added the `Add to LM Studio` button to the anytype mcp server, looks nice: https://github.com/anyproto/anytype-mcp

  9. typescript-sdk

    The official TypeScript SDK for Model Context Protocol servers and clients

    For TypeScript you can refer to https://github.com/modelcontextprotocol/typescript-sdk/blob/...

    There isn't much documentation available right now but you can ask coding agent eg. Claude Code to generate an example.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Show HN: Onit – open-source ChatGPT Desktop with local mode, Claude, Gemini

    6 projects | news.ycombinator.com | 24 Jan 2025
  • Quick and easy local AI RAG setup with JetBrains IDE integration and browser UI

    2 projects | dev.to | 2 Jun 2026
  • Adding Gemma 4 speech recognition to a .NET desktop app: the llama-server sidecar that survived

    4 projects | dev.to | 26 May 2026
  • I Trained an LLM on 75K of My Own Messages So It Would Stop Writing Like a Chatbot

    1 project | dev.to | 8 May 2026
  • How to Fine-Tune Llama 3.1 8B for Under $5 Using QLoRA in 2026 – A Practical Guide

    1 project | dev.to | 28 Apr 2026

Did you know that TypeScript is
the 2nd most popular programming language
based on number of references?