lmstudio-mcp.md

LM Studio MCP

from"lmstudio"
650

LM Studio local model runner

AI & ML
LM StudiolocalGUImodels
install.sh
# Clone the repository
$git clone https://github.com/lmstudio-ai/mcp-server
# Install dependencies
$npm install
# Build and serve
$npm run build && npm run serve