local-llm-mcp

darrentymeczko/local-llm-mcp
★ 0 stars Python AI/LLM Updated 3d ago
MCP server that offloads small, rote coding subtasks from Claude Code to your own local LLM.
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": {
    "local-llm-mcp": {
      "command": "uvx",
      "args": [
        "local-llm-mcp"
      ]
    }
  }
}

Or install with pip: pip install local-llm-mcp

README Excerpt

An MCP server that gives Claude Code a single tool, `delegate_to_local`, for handing small, rote coding subtasks to an LLM running on your own machine. Claude Pro/Max subscriptions have usage limits, and a fair share of any coding session is low-judgment busywork: writing docstrings, generating boilerplate, mechanical

Tools (3)

LOCAL_LLM_ENDPOINTLOCAL_LLM_MODELLOCAL_LLM_TIMEOUT