MCP Directory
Back

LMStudio-MCP

by infinitimeless · Python · ★ 152

A Model Control Protocol (MCP) server that allows Claude to communicate with locally running LLM models via LM Studio.

Install

pip install git+https://github.com/infinitimeless/LMStudio-MCP.git

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "lmstudio-mcp": {
      "command": "uvx",
      "args": [
        "git+https://github.com/infinitimeless/LMStudio-MCP.git"
      ]
    }
  }
}

From the README

A Model Control Protocol (MCP) server that allows Claude to communicate with locally running LLM models via LM Studio. LMStudio-MCP creates a bridge between Claude (with MCP capabilities) and your locally running LM Studio instance. This allows Claude to: - Check the health of your LM Studio API - List available models - Get the currently loaded model - Generate chat and raw text completions using your local models - Generate vector embeddings for semantic search and RAG - Hold stateful multi-turn conversations via response IDs - Start and continue persistent conversations with a locked-in s…
Read full README on GitHub →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related developer tools servers