local-delegate
Rank #2,339io.github.ZahiriNatZuke/local-delegate
Delegate mechanical text tasks to a local OpenAI-compatible LLM to save Claude quota.
local-delegate is a Model Context Protocol (MCP) server published by zahirinatzuke. It ranks #2,339 of 115,591 servers tracked on MCP Toplist, and its repository has 5 GitHub stars. local-delegate is listed across 3 registries — Official MCP, PulseMCP and Glama, with 12 tracked versions. It was first listed on Jul 7, 2026 and most recently updated on Aug 18, 2026.
Ranks ahead of 113,252 of 115,591 servers on MCP Toplist.
Use local-delegate
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add local-delegate -e "LOCAL_DELEGATE_BASE_URL=<your LOCAL_DELEGATE_BASE_URL>" -e "LOCAL_DELEGATE_API_KEY=<your LOCAL_DELEGATE_API_KEY>" -- uvx local-delegate-mcpReplace each placeholder with your own value before saving.
[mcp_servers.local-delegate]
command = "uvx"
args = ["local-delegate-mcp"]
[mcp_servers.local-delegate.env]
LOCAL_DELEGATE_BASE_URL = "<your LOCAL_DELEGATE_BASE_URL>"
LOCAL_DELEGATE_API_KEY = "<your LOCAL_DELEGATE_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"local-delegate": {
"command": "uvx",
"args": [
"local-delegate-mcp"
],
"env": {
"LOCAL_DELEGATE_BASE_URL": "<your LOCAL_DELEGATE_BASE_URL>",
"LOCAL_DELEGATE_API_KEY": "<your LOCAL_DELEGATE_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"local-delegate": {
"command": "uvx",
"args": [
"local-delegate-mcp"
],
"env": {
"LOCAL_DELEGATE_BASE_URL": "<your LOCAL_DELEGATE_BASE_URL>",
"LOCAL_DELEGATE_API_KEY": "<your LOCAL_DELEGATE_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"local-delegate": {
"type": "stdio",
"command": "uvx",
"args": [
"local-delegate-mcp"
],
"env": {
"LOCAL_DELEGATE_BASE_URL": "<your LOCAL_DELEGATE_BASE_URL>",
"LOCAL_DELEGATE_API_KEY": "<your LOCAL_DELEGATE_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"local-delegate": {
"command": "uvx",
"args": [
"local-delegate-mcp"
],
"env": {
"LOCAL_DELEGATE_BASE_URL": "<your LOCAL_DELEGATE_BASE_URL>",
"LOCAL_DELEGATE_API_KEY": "<your LOCAL_DELEGATE_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"local-delegate": {
"command": "uvx",
"args": [
"local-delegate-mcp"
],
"env": {
"LOCAL_DELEGATE_BASE_URL": "<your LOCAL_DELEGATE_BASE_URL>",
"LOCAL_DELEGATE_API_KEY": "<your LOCAL_DELEGATE_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.ZahiriNatZuke%2Flocal-delegate)<a href="https://mcptoplist.com/server/io.github.ZahiriNatZuke%2Flocal-delegate"><img src="https://mcptoplist.com/badge/io.github.ZahiriNatZuke%2Flocal-delegate.svg" alt="MCP Toplist: Top 5% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
zahirinatzuke
Other servers by zahirinatzuke
View all zahirinatzuke servers →Available versions (12)
| Version | Published |
|---|---|
| 0.25.0 | Aug 18, 2026 |
| 0.24.0 | Aug 4, 2026 |
| 0.22.1 | Aug 3, 2026 |
| 0.22.0 | Aug 3, 2026 |
| 0.21.0 | Aug 1, 2026 |
| 0.18.0 | Jul 31, 2026 |
| 0.14.0 | Jul 30, 2026 |
| 0.12.3 | Jul 29, 2026 |
| 0.12.2 | Jul 28, 2026 |
| 0.11.0 | Jul 28, 2026 |
| 0.10.0 | Jul 24, 2026 |
| 0.1.0 | Jul 7, 2026 |
Frequently asked questions
- Who maintains local-delegate?
- local-delegate is maintained by zahirinatzuke, which publishes 2 MCP servers (13 total versions) tracked on MCP Toplist.
- Is local-delegate listed on the Official MCP Registry?
- Yes — local-delegate is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does local-delegate have?
- MCP Toplist tracks 12 versions of local-delegate, most recently published on Aug 18, 2026.
- Where can I find the source code for local-delegate?
- The source code for local-delegate is hosted at github.com/zahirinatzuke/local-delegate.