LocalAI

GitHub

LocalAI is the open-source AI engine. Run any model - LLMs, vision, voice, image, video - on any hardware. No GPU required.

RAW Config

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "LocalAI": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-LocalAI"
      ]
    }
  }
}