Local Delegate runs on your own machine — the client starts it, so there is no endpoint to ping. 6 929 installs a week from pypi. Last commit 4 Aug 2026.
Delegate mechanical text tasks to a local OpenAI-compatible LLM to save Claude quota.
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"
}
}
}
Answers built from our own checks of this server.