LMStudio-MCP

infinitimeless/LMStudio-MCP
★ 149 stars Python 🤖 AI/LLM Updated 1d ago
A Model Control Protocol (MCP) server that allows Claude to communicate with locally running LLM models via LM Studio.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "lmstudio-mcp": {
      "command": "uvx",
      "args": [
        "lmstudio-mcp"
      ]
    }
  }
}

Or install with pip: pip install lmstudio-mcp