JsHookMcp
Rank #326io.github.vmoranv/jshookmcp
MCP server for JavaScript analysis, security auditing, browser automation and hooks
JsHookMcp is a Model Context Protocol (MCP) server published by vmoranv. It ranks #326 of 115,591 servers tracked on MCP Toplist, and its repository has 1,962 GitHub stars. JsHookMcp is listed across 4 registries — Official MCP, Glama, PulseMCP and mcp.so, with 1 tracked version. It was first listed on Feb 21, 2026 and most recently updated on May 3, 2026.
Ranks ahead of 115,265 of 115,591 servers on MCP Toplist.
Use JsHookMcp
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add jshookmcp -- npx -y @jshookmcp/jshook[mcp_servers.jshookmcp]
command = "npx"
args = ["-y", "@jshookmcp/jshook"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"jshookmcp": {
"command": "npx",
"args": [
"-y",
"@jshookmcp/jshook"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"jshookmcp": {
"command": "npx",
"args": [
"-y",
"@jshookmcp/jshook"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"jshookmcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@jshookmcp/jshook"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"jshookmcp": {
"command": "npx",
"args": [
"-y",
"@jshookmcp/jshook"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"jshookmcp": {
"command": "npx",
"args": [
"-y",
"@jshookmcp/jshook"
]
}
}
}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.vmoranv%2Fjshookmcp)<a href="https://mcptoplist.com/server/io.github.vmoranv%2Fjshookmcp"><img src="https://mcptoplist.com/badge/io.github.vmoranv%2Fjshookmcp.svg" alt="MCP Toplist: Top 1% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (2 delisted)
vmoranv
Available versions (1)
| Version | Published |
|---|---|
| 0.3.0 | May 3, 2026 |
Frequently asked questions
- Who maintains JsHookMcp?
- JsHookMcp is maintained by vmoranv, which publishes 2 MCP servers (1 total version) tracked on MCP Toplist.
- Is JsHookMcp listed on the Official MCP Registry?
- Yes — JsHookMcp is listed on the Official MCP Registry, alongside Glama, PulseMCP and mcp.so.
- How many versions does JsHookMcp have?
- MCP Toplist tracks 1 version of JsHookMcp, most recently published on May 3, 2026.
- Where can I find the source code for JsHookMcp?
- The source code for JsHookMcp is hosted at github.com/vmoranv/jshookmcp.