https://lmstudio.ai/blog/lmstudio-v0.3.17

LM Studio 0.3.17: Introducing Model Context Protocol (MCP) Support

The latest LM Studio update (v0.3.17) brings a game-changing feature to the popular AI model management platform: full support for Model Context Protocol (MCP). This integration allows users to connect both local and remote MCP servers to the app, significantly expanding the capabilities of local models.

What is MCP?

Model Context Protocol is a set of interfaces that gives language models access to tools and external resources. Originally introduced by Anthropic, MCP enables "MCP Servers" (programs providing tools and resources) to connect with "MCP Hosts" (applications like LM Studio that make these resources available to models).

Key Features in This Release:

Getting Started with MCP

Users can add MCP servers by editing the mcp.json file (accessible via Install > Edit mcp.json in the Program tab). The file follows Cursor's mcp.json notation and allows for configuring connections to various MCP servers.

For example, users can try the Hugging Face MCP Server, which provides access to model and dataset search functionality.

Security Considerations

LM Studio emphasizes caution when installing MCPs from untrusted sources, as some MCP servers can run arbitrary code, access local files, and use network connections. The app includes a confirmation dialog for tool calls, allowing users to review arguments before execution.

Additional Improvements