Replicate ML platform — run ML models in the cloud, manage predictions, and explore model catalog
REPLICATE_API_TOKENnpx @getmcp/cli add replicateConfig file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"replicate": {
"command": "npx",
"args": [
"-y",
"mcp-replicate"
],
"env": {
"REPLICATE_API_TOKEN": ""
}
}
}
}