MCP server that lets Claude Code & Codex delegate bounded, token-heavy generation to local or cheap-cloud LLMs — LM Studio · Ollama · vLLM · llama.cpp · DS4, plus DeepSeek/OpenRouter/Groq/Cerebras/MiniMax/Agnes. Keep the frontier agent's judgment, cut the token bill, with RAM guards and a text-only safety boundary.
View on GitHub →
🔍 Audit Wallet Slippage →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"local-llm-mcp": {
"command": "uvx",
"args": [
"local-llm-mcp"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add local-llm-mcp uvx local-llm-mcp
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"local-llm-mcp": {
"command": "uvx",
"args": [
"local-llm-mcp"
]
}
}
}
📋 Copy
Or install with pip: pip install local-llm-mcp
README Excerpt
<p align="center"> <a href="LICENSE"><img alt="License: MIT" src="https://img.shields.io/badge/License-MIT-black.svg"></a> <img alt="Python 3.10+" src="https://img.shields.io/badge/python-3.10%2B-blue.svg"> <a href="https://modelcontextprotocol.io"><img alt="MCP" src="https://img.shields.io/badge/MCP-compatible-6E56CF.svg"></a>
Tools (20)
AGNES_API_KEY CEREBRAS_API_KEY DEEPSEEK_API_KEY GROQ_API_KEY MINIMAX_API_KEY OPENROUTER_API_KEY agnes ask_local_model cerebras deepseek ds4 groq list_backends llamacpp lmstudio local_status minimax my_qwen ollama openrouter
Topics
ai-agents apple-silicon claude-code codex deepseek developer-tools llm lm-studio local-llm mcp model-context-protocol ollama openrouter python vllm