New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

claude-installer

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

claude-installer

Cross-platform claude:// protocol handler for Windows and macOS

latest
npmnpm
Version
0.0.1
Version published
Maintainers
1
Created
Source

claude-protocol-handler

Cross-platform claude:// protocol handler for Windows and macOS.

Features

  • Automatic Protocol Registration: Registers claude:// protocol on npm global install
  • Claude Detection: Check Claude Desktop installation status via claude://check
  • Skill Installation: Install Claude skills via claude://install-skill?p=<path>
  • MCP Installation: Install MCP components via claude://install-mcp?p=<path>

Installation

npm install -g claude-protocol-handler

The protocol handler will be automatically registered with your operating system.

Supported Platforms

  • Windows 10 and later
  • macOS 10.15 (Catalina) and later

Usage

Check Claude Installation

Open in browser or click a link:

claude://check

This will display:

  • Whether Claude Desktop is installed
  • Claude version information
  • List of configured MCP servers
  • List of installed skills

Install a Skill

claude://install-skill?p=@anthropic/skill-name

Install an MCP Component

claude://install-mcp?p=@modelcontextprotocol/server-name

Uninstallation

npm uninstall -g claude-protocol-handler

The protocol registration will be automatically removed.

Development

Setup

npm install

Build

npm run build

Test

npm test

Lint

npm run lint

License

MIT

Keywords

claude

FAQs

Package last updated on 31 Jan 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts