MCP Directory
Back

houtini-lm

by houtini-ai · JavaScript · ★ 97

MCP server that saves Claude Code tokens by delegating bounded tasks to local or cloud LLMs. Works with LM Studio, Ollama, vLLM, DeepSeek, Groq, Cerebras.

#ai-agents#claude#claude-mcp#code-generation#developer-tool#developer-tools#lm-studio#lm-studio-mcp#local-llm#mcp#mcp-client#mcp-server#model-context-protocol#ollama#openai-api#token-savings#vibe-coding-assistant

Install

npx -y github:houtini-ai/houtini-lm

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "houtini-lm": {
      "command": "npx",
      "args": [
        "-y",
        "github:houtini-ai/houtini-lm"
      ]
    }
  }
}

From the README

[](https://www.npmjs.com/package/@houtini/lm) [](https://registry.modelcontextprotocol.io) [](https://opensource.org/licenses/Apache-2.0) > **Quick Navigation** > > [How it works](#how-it-works) | [Quick start](#quick-start) | [What gets offloaded](#what-gets-offloaded) | [Tools](#tools) | [Performance tracking](#performance-tracking) | [Structured JSON output](#structured-json-output) | [Model routing](#model-routing) | [Self-test (shakedown)](#self-test-shakedown) | [Configuration](#configuration) | [Compatible endpoints](#compatible-endpoints) | [Developer guide](./DEVELOPER.md…
Read full README on GitHub →

Related ai & ml servers