OzBridge
Rank #60,757io.github.sena-labs/warp-ozbridge
OzBridge: run Warp Oz agents from any MCP client — Claude Code, Cursor, Codex, VS Code.
OzBridge is a Model Context Protocol (MCP) server published by sena-labs. It ranks #60,757 of 132,113 servers tracked on MCP Toplist, and its repository has 3 GitHub stars. OzBridge is listed on Official MCP, with 1 tracked version. It was first listed on Apr 27, 2026 and most recently updated on Jul 25, 2026.
Ranks ahead of 71,356 of 132,113 servers on MCP Toplist.
Use OzBridge
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add warp-ozbridge -- npx -y @sena-labs/oz-mcp-server[mcp_servers.warp-ozbridge]
command = "npx"
args = ["-y", "@sena-labs/oz-mcp-server"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"warp-ozbridge": {
"command": "npx",
"args": [
"-y",
"@sena-labs/oz-mcp-server"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"warp-ozbridge": {
"command": "npx",
"args": [
"-y",
"@sena-labs/oz-mcp-server"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"warp-ozbridge": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@sena-labs/oz-mcp-server"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"warp-ozbridge": {
"command": "npx",
"args": [
"-y",
"@sena-labs/oz-mcp-server"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"warp-ozbridge": {
"command": "npx",
"args": [
"-y",
"@sena-labs/oz-mcp-server"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.sena-labs%2Fwarp-ozbridge)<a href="https://mcptoplist.com/server/io.github.sena-labs%2Fwarp-ozbridge"><img src="https://mcptoplist.com/badge/io.github.sena-labs%2Fwarp-ozbridge.svg" alt="MCP Toplist: Top 50% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
sena-labs
Other servers by sena-labs
View all sena-labs servers →Available versions (1)
| Version | Published |
|---|---|
| 1.4.0 | Jul 25, 2026 |
Frequently asked questions
- Who maintains OzBridge?
- OzBridge is maintained by sena-labs, which publishes 6 MCP servers (3 total versions) tracked on MCP Toplist.
- Is OzBridge listed on the Official MCP Registry?
- Yes — OzBridge is listed on the Official MCP Registry.
- How many versions does OzBridge have?
- MCP Toplist tracks 1 version of OzBridge, most recently published on Jul 25, 2026.
- Where can I find the source code for OzBridge?
- The source code for OzBridge is hosted at github.com/sena-labs/OzBridge.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.