Skip to content

Commit 160b584

Browse files
authored
Merge pull request modelcontextprotocol#999 from modelcontextprotocol/ihrpr/lmstudio
Add LM Studio to client examples
2 parents 949dfb5 + b1a9772 commit 160b584

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

docs/clients.mdx

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ This page provides an overview of applications that support the Model Context Pr
5050
| [Kilo Code][Kilo Code] |||||||| Supports tools and resources. |
5151
| [Klavis AI Slack/Discord/Web][Klavis AI] |||||||| Supports tools and resources. |
5252
| [LibreChat][LibreChat] |||||||| Supports tools for Agents |
53+
| [LM Studio][LM Studio] |||||||| Supports tools, GUI interface, and automatic server loading from mcp.json. |
5354
| [Lutra][Lutra] |||||||| Supports any MCP server for reusable playbook creation. |
5455
| [mcp-agent][mcp-agent] ||||| ⚠️ ||| Supports tools, prompts, resources, roots, server connection management, and agent workflows. |
5556
| [mcp-client-chatbot][mcp-client-chatbot] |||||||| Supports tools. |
@@ -133,6 +134,7 @@ This page provides an overview of applications that support the Model Context Pr
133134
[JetBrains AI Assistant]: https://plugins.jetbrains.com/plugin/22282-jetbrains-ai-assistant
134135
[Kilo Code]: https://github.com/Kilo-Org/kilocode
135136
[LibreChat]: https://github.com/danny-avila/LibreChat
137+
[LM Studio]: https://lmstudio.ai
136138
[Lutra]: https://lutra.ai
137139
[mcp-agent]: https://github.com/lastmile-ai/mcp-agent
138140
[mcp-client-chatbot]: https://github.com/cgoinglove/mcp-client-chatbot
@@ -603,6 +605,24 @@ Delegate tasks to [GitHub Copilot coding agent](https://docs.github.com/en/copil
603605
- Open-source and self-hostable, with secure multi-user support
604606
- Future roadmap includes expanded MCP feature support
605607

608+
### LM Studio
609+
610+
[LM Studio](https://lmstudio.ai) is a cross-platform desktop app for discovering, downloading, and running open-source LLMs locally. You can now connect local models to tools via Model Context Protocol (MCP).
611+
612+
**Key features:**
613+
614+
- Use MCP servers with local models on your computer. Add entries to `mcp.json` and save to get started.
615+
- Tool confirmation UI: when a model calls a tool, you can confirm the call in the LM Studio app.
616+
- Cross-platform: runs on macOS, Windows, and Linux, one-click installer with no need to fiddle in the command line
617+
- Supports GGUF (llama.cpp) or MLX models with GPU acceleration
618+
- GUI & terminal mode: use the LM Studio app or CLI (lms) for scripting and automation
619+
620+
**Learn more:**
621+
622+
- [Docs: Using MCP in LM Studio](https://lmstudio.ai/docs/app/plugins/mcp)
623+
- [Create a 'Add to LM Studio' button for your server](https://lmstudio.ai/docs/app/plugins/mcp/deeplink)
624+
- [Announcement blog: LM Studio + MCP](https://lmstudio.ai/blog/mcp)
625+
606626
### Lutra
607627

608628
[Lutra](https://lutra.ai) is an AI agent that transforms conversations into actionable, automated workflows.

0 commit comments

Comments
 (0)