mcpwatch
Rank #53,347io.github.lazymac2x/mcpwatch
Audit MCP servers from inside Claude Code. 10 OWASP checks, A-F grade, live leaderboard.
mcpwatch is a Model Context Protocol (MCP) server published by lazymac2x. It ranks #53,347 of 115,460 servers tracked on MCP Toplist. mcpwatch is listed across 3 registries — Official MCP, Glama and PulseMCP, with 1 tracked version. It was first listed on Apr 11, 2026 and most recently updated on Apr 11, 2026.
Ranks ahead of 62,113 of 115,460 servers on MCP Toplist.
Use mcpwatch
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add mcpwatch -- npx -y mcpwatch-mcp[mcp_servers.mcpwatch]
command = "npx"
args = ["-y", "mcpwatch-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"mcpwatch": {
"command": "npx",
"args": [
"-y",
"mcpwatch-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"mcpwatch": {
"command": "npx",
"args": [
"-y",
"mcpwatch-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"mcpwatch": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcpwatch-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"mcpwatch": {
"command": "npx",
"args": [
"-y",
"mcpwatch-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"mcpwatch": {
"command": "npx",
"args": [
"-y",
"mcpwatch-mcp"
]
}
}
}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.lazymac2x%2Fmcpwatch)<a href="https://mcptoplist.com/server/io.github.lazymac2x%2Fmcpwatch"><img src="https://mcptoplist.com/badge/io.github.lazymac2x%2Fmcpwatch.svg" alt="MCP Toplist: Top 50% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (2 delisted)
lazymac2x
Other servers by lazymac2x
- lazymac-mcp#46,399
- Agent Workflow Engine#53,344 · 1 ver
- AI Agent Scratchpad#53,345 · 1 ver
- AI Changelog Writer#53,346 · 1 ver
- Accessibility Scorer#54,974 · 1 ver
- Agent Loop Detector API#54,975 · 1 ver
- Agent Memory#54,976 · 1 ver
- Agent Trace Auditor#54,977 · 1 ver
- AI Budget Planner API#54,978 · 1 ver
- AI Cost Optimizer#54,979 · 1 ver
- AI Crawler Policy API#54,980 · 1 ver
- AI Eval API#54,981 · 1 ver
Available versions (1)
| Version | Published |
|---|---|
| 0.1.1 | Apr 11, 2026 |
Frequently asked questions
- Who maintains mcpwatch?
- mcpwatch is maintained by lazymac2x, which publishes 65 MCP servers (55 total versions) tracked on MCP Toplist.
- Is mcpwatch listed on the Official MCP Registry?
- Yes — mcpwatch is listed on the Official MCP Registry, alongside Glama and PulseMCP.
- How many versions does mcpwatch have?
- MCP Toplist tracks 1 version of mcpwatch, most recently published on Apr 11, 2026.
- Where can I find the source code for mcpwatch?
- The source code for mcpwatch is hosted at github.com/lazymac2x/mcpwatch.