LMStudio-MCP creates a bridge between Claude and locally running LLM models via LM Studio, allowing Claude to interact with private models running on your machine. The server exposes tools to check API health, list available models, identify the currently loaded model, and generate completions using local models through LM Studio's OpenAI-compatible API endpoints. This enables users to leverage their own models through Claude's interface, combining Claude's capabilities with private, locally-hosted language models.
まだレビューはありません. 最初のレビューを投稿しましょう!
会話に参加するにはサインインしてください
Verify if LM Studio API is accessible.
Get a list of all available models in LM Studio.
Identify which model is currently loaded.
Generate a chat response from your local model.
Generate raw text/code completion — faster, no chat formatting overhead.
Generate vector embeddings for semantic search and RAG workflows.
Stateful conversation via response IDs — requires LM Studio v0.3.29+.
Start a multi-turn session with a persistent system prompt — returns a response_id.
Continue a session started with start_conversation — context preserved automatically.