State-of-the-art Machine Learning for the web. Run ๐ค Transformers directly in your browser, with no need for a server!
Add to ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"transformers.js": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-transformers.js"
]
}
}
}