AI / ML|Development|UtilitiesGo
LocalAI
LocalAI is the open-source AI engine that allows running various AI models on any hardware without the need for a GPU.
N/A rating (0 reviews)0 installs45,058 GitHub stars
AIOpen SourceMachine Learning
LocalAI supports a wide range of AI models including LLMs, vision, voice, image, and video processing. It offers drop-in API compatibility with major AI services and is designed to run on diverse hardware configurations, ensuring privacy and multi-user capabilities.
Compatible with
Claude DesktopCursor
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"localai": {
"args": [
"-y",
"@modelcontextprotocol/server-localai"
],
"command": "npx"
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.