lm-studio-mcp-server

Pazran/lm-studio-mcp-server
★ 0 stars Python Search Updated 10d ago
Python MCP server tools for LM Studio. Including web search, file manipulation, shell, python exec and eval, git.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "lm-studio-mcp-server": {
      "command": "uvx",
      "args": [
        "lm-studio-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install lm-studio-mcp-server