Local Delegate runs on your own machine — the client starts it, so there is no endpoint to ping. 440 installs a week from pypi. Last commit 17 Sep 2026.
Delegate mechanical text tasks to a local OpenAI-compatible LLM to save Claude quota.
We read the source, 21 h ago · rules 3dff92dd89df
What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.
out = subprocess.run(
if (txt != null) ranuras[i].innerHTML = txt.split("{v}").join(VERSION);
entorno = dict(os.environ)
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add local-delegate -- uvx local-delegate-mcp
{
"mcpServers": {
"local-delegate": {
"args": [
"local-delegate-mcp"
],
"command": "uvx"
}
}
}
[mcp_servers.local-delegate]
command = "uvx"
args = ["local-delegate-mcp"]
{
"mcpServers": {
"local-delegate": {
"args": [
"local-delegate-mcp"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"local-delegate": {
"args": [
"local-delegate-mcp"
],
"command": "uvx"
}
}
}
This one needs environment variables set before it will start:
LOCAL_DELEGATE_BASE_URL (OpenAI-compatible endpoint (llama-swap, Ollama, LM Studio, vLLM). Default http://127.0.0.1:9292/v1), LOCAL_DELEGATE_API_KEY (Bearer token for the endpoint, if it requires one.).
The author declared them in the registry entry; get the values from the project itself.
Connect Claude to any OpenAI-compatible LLM endpoint and offload routine work to a local model.
QSP — relay MCP tools to any OpenAI-compatible local LLM (llama.cpp, Ollama, vLLM)
MCP server that offloads routine coding tasks to local LLM (Ollama) to save Claude API tokens
MCP server mode for Qoder CLI — delegate coding tasks to local Qoder agents from any MCP client.
Transcribe local files and URLs with SpeechWeave's OpenAI-compatible API.
Delegate heavy tasks from Claude Code to the Antigravity CLI (Gemini) with quota-aware failover.
Delegate heavy tasks from Claude Code to the Antigravity CLI (Gemini) with quota-aware failover.
Delegate complete coding tasks to the local OMP default model and inspect the result.
Answers built from our own checks of this server.