models

GitHub

Models and examples built with TensorFlow

77,661 stars Python
RAW Config

Claude Desktop Configuration

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

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