MCP Server
io.github.sena-labs/replicate-mcp-server MCP Server
io.github.sena-labs/replicate-mcp-server
What is the io.github.sena-labs/replicate-mcp-server MCP server?
Replicate MCP server - image, video, audio, speech, LLM, vision, upscale, 3D, training. 36 tools.
How to install io.github.sena-labs/replicate-mcp-server
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"replicate-mcp-server": {
"command": "npx",
"args": [
"-y",
"replicate-mcp-server"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"replicate-mcp-server": {
"command": "npx",
"args": [
"-y",
"replicate-mcp-server"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"replicate-mcp-server": {
"command": "npx",
"args": [
"-y",
"replicate-mcp-server"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"replicate-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"replicate-mcp-server"
]
}
}
}Claude Code
claude mcp add replicate-mcp-server -- npx -y replicate-mcp-serverRelated MCP servers
Bring Warp™ Oz™ agents into any IDE or MCP client — Claude Code, Cursor, Codex.
View repository →