llmfit

GitHub

Hundreds of models & providers. One command to find what runs on your hardware.

RAW Config

Claude Desktop Configuration

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

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