lm-studio-clip-mcp

houdyhoe/lm-studio-clip-mcp
★ 0 stars Unknown language AI/LLM Updated today
A lightweight Microservice Control Protocol (MCP) server that lets LM Studio models access your system clipboard — securely, locally, and without context bloat. Created by Blake Aynes — designed to reduce context bloat and extend productive LLM sessions.
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-clip-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "houdyhoe/lm-studio-clip-mcp"
      ]
    }
  }
}