MCP server for Replicate ML inference
MCP server for running ML model inference on Replicate. Access thousands of models including Stable Diffusion, LLaMA, and more.
{
"mcpServers": {
"replicate": {
"mcpServers": {
"replicate": {
"env": {
"REPLICATE_API_TOKEN": "YOUR_REPLICATE_TOKEN"
},
"args": [
"-y",
"replicate-mcp"
],
"command": "npx"
}
}
}
}
}