MCP server for delegating mechanical tasks to local LLMs via Ollama. Claude does the thinking, your local model does the grunt work.
{
"mcpServers": {
"mcp-local-llm": {
"command": "npx",
"args": [
"-y",
"mcp-local-llm"
]
}
}
}