claude-installer
v0.0.1
Published
Cross-platform claude:// protocol handler for Windows and macOS
Maintainers
Readme
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-handlerThe 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://checkThis 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-nameInstall an MCP Component
claude://install-mcp?p=@modelcontextprotocol/server-nameUninstallation
npm uninstall -g claude-protocol-handlerThe protocol registration will be automatically removed.
Development
Setup
npm installBuild
npm run buildTest
npm testLint
npm run lintLicense
MIT
