local-llm-mcp-server

henryqw0/local-llm-mcp-server
★ 0 stars Python 🤖 AI/LLM Updated 1d ago
MCP server that connects tools to a locally running large language model.
View on GitHub →

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-server": {
      "command": "uvx",
      "args": [
        "local-llm-mcp-server"
      ]
    }
  }
}

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