[flagged]
MCP in LM Studio
51–60 of 156 posts
Re: MCP in LM Studio
#52Earlier quoted context omitted.
It's "Tools as a service", so it's really trying to make tool calling easier to use.
Near as I can tell it's supposed to make calling other people's tools easier. But I don't want to spin up an entire server to invoke a calculator. So far it seems to make building my own local tools harder, unless there's some guidebook I'm missing.
Re: MCP in LM Studio
#53Re: MCP in LM Studio
#54Earlier quoted context omitted.
I'm using it on MacBook Air M1 / 8 GB RAM with Qwen3-4B to generate summaries and tags for my vibe-coded Bloomberg Terminal-style RSS reader :-) It works fine (the laptop gets hot and slow, but fine). Probably should just use llama.cpp server/ollama and not waste a gig of memory on Electron, but I like GUIs.
8 GB of RAM with local LLMs in general is iffy: a 8-bit quantized Qwen3-4B is 4.2GB on disk and likely more in memory. 16 GB is usually the minimum to be able to run decent models without compromising on heavy quantization.
https://www.pcgamer.com/apple-vp-says-8gb-ram-on-a-macbook-p...
Re: MCP in LM Studio
#55Just ordered a $12k mac studio w/ 512GB of integrated RAM. Can't wait for it to arrive and crank up LM Studio. It's literally the first install. I'm going to download it with safari. LM Studio is newish, and it's not a perfect interface yet, but it's fantastic at what it does which is bring local LLMs to the masses w/o them having to know much. There is another project that people should be aware of: https://github.c…
I love LM studio but I’d never waste 12k like that. The memory bandwidth is too low trust me. Get the RTX Pro 6000 for 8.5k with double the bandwidth. It will be way better
Re: MCP in LM Studio
#56Just ordered a $12k mac studio w/ 512GB of integrated RAM. Can't wait for it to arrive and crank up LM Studio. It's literally the first install. I'm going to download it with safari. LM Studio is newish, and it's not a perfect interface yet, but it's fantastic at what it does which is bring local LLMs to the masses w/o them having to know much. There is another project that people should be aware of: https://github.c…
I love LM studio but I’d never waste 12k like that. The memory bandwidth is too low trust me. Get the RTX Pro 6000 for 8.5k with double the bandwidth. It will be way better
The whole point of spending that much money for them is to run massive models, like the full R1, which the Pro 6000 cant
Re: MCP in LM Studio
#57Re: MCP in LM Studio
#58Earlier quoted context omitted.
I've been using openwebui and am pretty happy with it. Why do you like lm studio more?
i recently tried openwebui but it was so painful to get it to run with local model. that "first run experience" of lm studio is pretty fire in comparison. can't really talk about actually working with it though, still waiting for the 8GB download
Re: MCP in LM Studio
#59Great to see more local AI tools supporting MCP! Recently I've also added MCP support to recurse.chat. When running locally (LLaMA.cpp and Ollama) it still needs to catch up in terms of tool calling capabilities (for example tool call accuracy / parallel tool calls) compared to the well known providers but it's starting to get pretty usable.
I'd love to learn more about your MCP implementation. Wanna chat?
Re: MCP in LM Studio
#60The initial experience with LMStudio and MCP doesn't seem to be great, I think their docs could do with a happy path demo for newcomers. Upon installing the first model offered is google/gemma-3-12b - which in fairness is pretty decent compared to others. It's not obvious how to show the right sidebar they're talking about, it's the flask icon which turns into a collapse icon when you click it. I set the MCP up with…