Claude-LMStudio-Bridge_V2
4
Claude-LMStudio-Bridge is a Model Control Protocol server that allows Claude to interact with locally running LLM models in LM Studio. It facilitates querying models directly from Claude, supporting offline and specialized model usage.
Overview
- Project: Claude-LMStudio-Bridge
- Description: A Model Control Protocol (MCP) server enabling Claude to communicate with local LLM models via LM Studio.
- Features:
- Send prompts and receive responses from local models
- Compare Claude's responses with other models
- Use specialized local models for specific tasks
- Run queries with limited Claude API quota
- Maintain sensitive queries locally
Usage
- Prerequisites: Python 3.8+, Anthropic Claude with MCP, LM Studio running locally, local LLM models loaded.
- Run Server: Start LM Studio, ensure server is running, and run the bridge server.
- MCP Tools:
health_check
,list_models
,get_current_model
,chat_completion
.