MCP Server
io.github.sena-labs/oz-mcp-server MCP Server
io.github.sena-labs/oz-mcp-server
What is the io.github.sena-labs/oz-mcp-server MCP server?
Bring Warp™ Oz™ agents into any IDE or MCP client — Claude Code, Cursor, Codex.
How to install io.github.sena-labs/oz-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": {
"oz-mcp-server": {
"command": "npx",
"args": [
"-y",
"@sena-labs/oz-mcp-server"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"oz-mcp-server": {
"command": "npx",
"args": [
"-y",
"@sena-labs/oz-mcp-server"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"oz-mcp-server": {
"command": "npx",
"args": [
"-y",
"@sena-labs/oz-mcp-server"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"oz-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@sena-labs/oz-mcp-server"
]
}
}
}Claude Code
claude mcp add oz-mcp-server -- npx -y @sena-labs/oz-mcp-serverRelated MCP servers
Replicate MCP server - image, video, audio, speech, LLM, vision, upscale, 3D, training. 36 tools.
View repository →