Back to Browse

Local Delegate MCP Server

Developer ToolsLow Risk9.0MCP RegistryLocal
Free

Server data from the Official MCP Registry

Delegate mechanical text tasks to a local OpenAI-compatible LLM to save Claude quota.

About

Delegate mechanical text tasks to a local OpenAI-compatible LLM to save Claude quota.

Security Report

9.0
Low Risk9.0Low Risk

Valid MCP server (1 strong, 0 medium validity signals). 2 known CVEs in dependencies Package registry verified. Imported from the Official MCP Registry.

6 files analyzed · 3 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

file_system

Check that this permission is expected for this type of plugin.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

Shell Command Execution

Runs commands on your machine. Be cautious — only use if you trust this plugin.

What You'll Need

Set these up before or after installing:

OpenAI-compatible endpoint (llama-swap, Ollama, LM Studio, vLLM). Default http://127.0.0.1:9292/v1Optional

Environment variable: LOCAL_DELEGATE_BASE_URL

Bearer token for the endpoint, if it requires one.Required

Environment variable: LOCAL_DELEGATE_API_KEY

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-zahirinatzuke-local-delegate": {
      "env": {
        "LOCAL_DELEGATE_API_KEY": "your-local-delegate-api-key-here",
        "LOCAL_DELEGATE_BASE_URL": "your-local-delegate-base-url-here"
      },
      "args": [
        "local-delegate-mcp"
      ],
      "command": "uvx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!