Local Delegate MCP Server

Delega tareas mecánicas texto→texto a un LLM local para conservar la cuota de tu suscripción de Claude. Un servidor MCP (stdio o daemon HTTP compartido) que es cliente genérico de cualquier endpoint OpenAI-compatible - llama-swap, Ollama, LM Studio, vLLM. Its README documents 11 tools, including local_summarize, local_classify, local_extract.

People who work with codex, hooks and opencode and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-09-16 · ★ 5 · #38 OF 160 MAINTAINED PRODUCTIVITY · VERIFIED 2026-09-18

MIT · Python servers · how we verify → /methodology

01 · Install Local Delegate

Claude Code

claude mcp add zahirinatzuke-local-delegate -- uvx local-delegate-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "zahirinatzuke-local-delegate": {
      "command": "uvx",
      "args": [
        "local-delegate-mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

pypi package local-delegate-mcp - check the name against the project README before installing (PyPI has no namespace ownership)

registry namespace io.github.ZahiriNatZuke is GitHub-verified and matches the repo owner

03 · What Local Delegate can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

An agent gets 11 documented tools, including local_summarize, local_classify, local_extract, local_boilerplate, local_delegate.

The 11 tools it gives your agent

Extracted from the project's README - what local-delegate lets an agent do.

local_summarize
- Resume texto o archivo
local_classify
- Devuelve UNA etiqueta de una lista
local_extract
- Extrae campos → objeto validado, no una cadena que haya que parsear
local_boilerplate
- Genera código desde una spec y lo escribe en target; devuelve solo un recibo
local_delegate
- Escape genérico texto→texto
local_lint_summary
- Resume logs de lint/tests/CI
local_commit_msg
- Mensaje de commit desde un diff
local_translate
- Traduce texto o archivo
local_explain_code
- Explica código en prosa
local_describe_image
- Describe una imagen o responde una pregunta sobre ella (imagen→texto)
local_status
- Diagnóstico de solo lectura: backend, catálogo, log, VRAM, RAM de sistema

Latest releases

v0.31.0 · 2026-09-16

Added · doctor vigila la entrada de Claude Desktop (check service.desktop_auth). Claude Desktop no · está en el registro de clientes: su entrada local-delegate se pone a mano, va por mcp-remote y · lleva el token del…

v0.30.0 · 2026-09-16

Removed · El rol fast se retira (breaking). No tenía carga real: sobre 164 registros del log de uso · - que cubre también las llamadas de otras máquinas que delegan en este backend - solo 5 eran de · su modelo, y 3 de…

v0.29.0 · 2026-09-15

Fixed · Reinstalar ya no borra la cabecera del token. install --mcp-mode http sin · --web-token-env reescribía la entrada MCP sin Authorization aunque la de antes la llevara, y · contra un daemon con token el cliente…

04 · Who maintains Local Delegate

local-delegate is maintained by zahirinatzuke. We track 2 MCP servers from zahirinatzuke - 2 actively maintained, 5 combined GitHub stars, oldest repo from May 2026.

05 · Facts

category
productivity - ranked #38 of 160 actively-maintained productivity servers as of 2026-09-18.
release cadence
10+ releases in the last 90 days (latest 2026-09-16)
registry
io.github.ZahiriNatZuke/local-delegate (active, first published 2026-07-08 · 32 versions)
packages
pypi:local-delegate-mcp

06 · Local Delegate FAQ

Is Local Delegate still maintained?

Yes - as of 2026-09-18, its last commit was 2026-09-16 and it shipped 10+ releases in the last 90 days. We re-verify nightly.

What can Local Delegate do?

An agent gets 11 documented tools, including local_summarize, local_classify, local_extract, local_boilerplate, local_delegate.

How do I install Local Delegate?

Run `uvx local-delegate-mcp`. You can also paste the ready-made client config above.

Does Local Delegate run locally?

Yes - it's a stdio server: it runs on your machine (via uvx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Local Delegate