JS Reverse MCP
Rank #53,829io.github.YuanHuakk/JSReverser-MCP
MCP server for JavaScript reverse engineering and browser debugging.
JS Reverse MCP is a Model Context Protocol (MCP) server published by yuanhuakk. It ranks #53,829 of 132,113 servers tracked on MCP Toplist. JS Reverse MCP is listed across 2 registries — Official MCP and PulseMCP, with 2 tracked versions. It was first listed on Jun 22, 2026 and most recently updated on Jun 24, 2026.
Ranks ahead of 78,284 of 132,113 servers on MCP Toplist.
Use JS Reverse MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add jsreverser-mcp -- npx -y @yuanhuakk/js-reverse-mcp[mcp_servers.jsreverser-mcp]
command = "npx"
args = ["-y", "@yuanhuakk/js-reverse-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"jsreverser-mcp": {
"command": "npx",
"args": [
"-y",
"@yuanhuakk/js-reverse-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"jsreverser-mcp": {
"command": "npx",
"args": [
"-y",
"@yuanhuakk/js-reverse-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"jsreverser-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@yuanhuakk/js-reverse-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"jsreverser-mcp": {
"command": "npx",
"args": [
"-y",
"@yuanhuakk/js-reverse-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"jsreverser-mcp": {
"command": "npx",
"args": [
"-y",
"@yuanhuakk/js-reverse-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.YuanHuakk%2FJSReverser-MCP)<a href="https://mcptoplist.com/server/io.github.YuanHuakk%2FJSReverser-MCP"><img src="https://mcptoplist.com/badge/io.github.YuanHuakk%2FJSReverser-MCP.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 (1 delisted)
yuanhuakk
Other servers by yuanhuakk
View all yuanhuakk servers →Available versions (2)
| Version | Published |
|---|---|
| 3.0.0 | Jun 24, 2026 |
| 2.6.0 | Jun 22, 2026 |
Frequently asked questions
- Who maintains JS Reverse MCP?
- JS Reverse MCP is maintained by yuanhuakk, which publishes 2 MCP servers (9 total versions) tracked on MCP Toplist.
- Is JS Reverse MCP listed on the Official MCP Registry?
- Yes — JS Reverse MCP is listed on the Official MCP Registry, alongside PulseMCP.
- How many versions does JS Reverse MCP have?
- MCP Toplist tracks 2 versions of JS Reverse MCP, most recently published on Jun 24, 2026.
- Where can I find the source code for JS Reverse MCP?
- The source code for JS Reverse MCP is hosted at github.com/yuanhuakk/jsreverser-mcp.
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.