io.github.houtini-ai/lm MCP Server
io.github.houtini-ai/lm
What is the io.github.houtini-ai/lm MCP server?
Connect Claude to any OpenAI-compatible LLM endpoint and offload routine work to a local model.
How to install io.github.houtini-ai/lm
Copy-paste configuration for popular MCP clients.
HOUTINI_LM_ENDPOINT_URLBase URL of the OpenAI-compatible API endpoint (e.g. http://localhost:1234, https://openrouter.ai/api). Legacy alias: LM_STUDIO_URL.
HOUTINI_LM_API_KEYsecretBearer token for API authentication (no auth if blank). Legacy aliases: LM_STUDIO_PASSWORD, LM_PASSWORD, OPENROUTER_API_KEY.
HOUTINI_LM_MODELModel identifier to use for requests (auto-detected if not set). Legacy alias: LM_STUDIO_MODEL.
HOUTINI_LM_PROVIDEROptional provider override: 'openrouter' forces OpenRouter-specific handling (attribution headers, reasoning.exclude, no inference serialisation). Auto-detected from the endpoint URL when possible.
{
"mcpServers": {
"lm": {
"command": "npx",
"args": [
"-y",
"@houtini/lm"
],
"env": {
"HOUTINI_LM_ENDPOINT_URL": "<YOUR_HOUTINI_LM_ENDPOINT_URL>",
"HOUTINI_LM_API_KEY": "<YOUR_HOUTINI_LM_API_KEY>",
"HOUTINI_LM_MODEL": "<YOUR_HOUTINI_LM_MODEL>",
"HOUTINI_LM_PROVIDER": "<YOUR_HOUTINI_LM_PROVIDER>"
}
}
}
}{
"mcpServers": {
"lm": {
"command": "npx",
"args": [
"-y",
"@houtini/lm"
],
"env": {
"HOUTINI_LM_ENDPOINT_URL": "<YOUR_HOUTINI_LM_ENDPOINT_URL>",
"HOUTINI_LM_API_KEY": "<YOUR_HOUTINI_LM_API_KEY>",
"HOUTINI_LM_MODEL": "<YOUR_HOUTINI_LM_MODEL>",
"HOUTINI_LM_PROVIDER": "<YOUR_HOUTINI_LM_PROVIDER>"
}
}
}
}{
"mcpServers": {
"lm": {
"command": "npx",
"args": [
"-y",
"@houtini/lm"
],
"env": {
"HOUTINI_LM_ENDPOINT_URL": "<YOUR_HOUTINI_LM_ENDPOINT_URL>",
"HOUTINI_LM_API_KEY": "<YOUR_HOUTINI_LM_API_KEY>",
"HOUTINI_LM_MODEL": "<YOUR_HOUTINI_LM_MODEL>",
"HOUTINI_LM_PROVIDER": "<YOUR_HOUTINI_LM_PROVIDER>"
}
}
}
}{
"servers": {
"lm": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@houtini/lm"
],
"env": {
"HOUTINI_LM_ENDPOINT_URL": "<YOUR_HOUTINI_LM_ENDPOINT_URL>",
"HOUTINI_LM_API_KEY": "<YOUR_HOUTINI_LM_API_KEY>",
"HOUTINI_LM_MODEL": "<YOUR_HOUTINI_LM_MODEL>",
"HOUTINI_LM_PROVIDER": "<YOUR_HOUTINI_LM_PROVIDER>"
}
}
}
}claude mcp add lm --env HOUTINI_LM_ENDPOINT_URL=<YOUR_HOUTINI_LM_ENDPOINT_URL> --env HOUTINI_LM_API_KEY=<YOUR_HOUTINI_LM_API_KEY> --env HOUTINI_LM_MODEL=<YOUR_HOUTINI_LM_MODEL> --env HOUTINI_LM_PROVIDER=<YOUR_HOUTINI_LM_PROVIDER> -- npx -y @houtini/lmRelated MCP servers
Model Context Protocol server for Google Gemini AI with chat, research, and grounding
Scores content on the signals that get it cited by ChatGPT, Perplexity and AI Overviews
Crawl and analyse websites for SEO errors using Crawlee with SQLite storage
io.github.houtini-ai/fanout
Multi-URL comparative content analysis with topical gap detection
Search Google's Knowledge Graph for structured information about real-world entities
Technical SEO in Claude: GSC + crawl + DataForSEO - audit, market sizing, content recon.