Back to MCP Servers
Jsr
Model Context Protocol server for the JSR (JavaScript Registry)
developer-toolsjavascript
By wyattjoh
Installation
npx -y jsr-mcpConfiguration
{
"mcpServers": {
"jsr-mcp": {
"command": "npx",
"args": ["-y", "jsr-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes