jan (MCP Server)

GitHub

Jan is an open source alternative to ChatGPT that runs 100% offline on your computer.

Claude Desktop Configuration

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

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