general MCP Server
js hook toolkit that all you need
Discovered via github-topic:mcp and last synced 3mo ago.
1. Install the package
npx @jshookmcp/jshook
2. Add to claude_desktop_config.json
{
"mcpServers": {
"-jshookmcp-jshook": {
"command": "npx",
"args": [
"@jshookmcp/jshook"
]
}
}
}Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) / %APPDATA%\Claude\claude_desktop_config.json (Windows)