transformers.js (MCP Server)

GitHub

State-of-the-art Machine Learning for the web. Run ๐Ÿค— Transformers directly in your browser, with no need for a server!

Claude Desktop Configuration

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

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