Watch Skill
Rank #744io.github.oxbshw/watch-skill
Watch video and live sessions, keep timestamped evidence, and verify an agent's own work.
Watch Skill is a Model Context Protocol (MCP) server published by oxbshw. It ranks #744 of 115,591 servers tracked on MCP Toplist, and its repository has 325 GitHub stars. Watch Skill is listed on Official MCP, with 1 tracked version. It was first listed on Jul 5, 2026 and most recently updated on Aug 22, 2026.
Ranks ahead of 114,847 of 115,591 servers on MCP Toplist.
Use Watch Skill
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add watch-skill -- uvx --from "watch-skill[standard]==1.3.0rc2" watch-skill serve[mcp_servers.watch-skill]
command = "uvx"
args = ["--from", "watch-skill[standard]==1.3.0rc2", "watch-skill", "serve"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"watch-skill": {
"command": "uvx",
"args": [
"--from",
"watch-skill[standard]==1.3.0rc2",
"watch-skill",
"serve"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"watch-skill": {
"command": "uvx",
"args": [
"--from",
"watch-skill[standard]==1.3.0rc2",
"watch-skill",
"serve"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"watch-skill": {
"type": "stdio",
"command": "uvx",
"args": [
"--from",
"watch-skill[standard]==1.3.0rc2",
"watch-skill",
"serve"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"watch-skill": {
"command": "uvx",
"args": [
"--from",
"watch-skill[standard]==1.3.0rc2",
"watch-skill",
"serve"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"watch-skill": {
"command": "uvx",
"args": [
"--from",
"watch-skill[standard]==1.3.0rc2",
"watch-skill",
"serve"
]
}
}
}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.oxbshw%2Fwatch-skill)<a href="https://mcptoplist.com/server/io.github.oxbshw%2Fwatch-skill"><img src="https://mcptoplist.com/badge/io.github.oxbshw%2Fwatch-skill.svg" alt="MCP Toplist: Top 1% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
oxbshw
Other servers by oxbshw
View all oxbshw servers →Available versions (1)
| Version | Published |
|---|---|
| 1.3.0rc2 | Aug 22, 2026 |
Frequently asked questions
- Who maintains Watch Skill?
- Watch Skill is maintained by oxbshw, which publishes 2 MCP servers (1 total version) tracked on MCP Toplist.
- Is Watch Skill listed on the Official MCP Registry?
- Yes — Watch Skill is listed on the Official MCP Registry.
- How many versions does Watch Skill have?
- MCP Toplist tracks 1 version of Watch Skill, most recently published on Aug 22, 2026.
- Where can I find the source code for Watch Skill?
- The source code for Watch Skill is hosted at github.com/oxbshw/watch-skill.