Loading MCP server directory, please wait...
Delegate mechanical text tasks to a local OpenAI-compatible LLM to save Claude quota.
npx @getmcp/cli add io.github.ZahiriNatZuke/local-delegateRequires Python 3.10+. Community-contributed server. Review source before installing.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.ZahiriNatZuke/local-delegate": {
"command": "uvx",
"args": [
"local-delegate-mcp"
],
"env": {
"LOCAL_DELEGATE_BASE_URL": "",
"LOCAL_DELEGATE_API_KEY": ""
}
}
}
}