https://github.com/zhensherlock/protocol-launcher
One-click launch URL generator for protocol-based apps
https://github.com/zhensherlock/protocol-launcher
ai-tools api-configuration deep-link deeplink deeplinks esm launch-url llm-provider mcp mcp-installer modelcontextprotocol one-click protocol protocol-launcher quick-launcher tree-shaking typescript url-generator url-scheme
Last synced: 8 days ago
JSON representation
One-click launch URL generator for protocol-based apps
- Host: GitHub
- URL: https://github.com/zhensherlock/protocol-launcher
- Owner: zhensherlock
- License: mit
- Created: 2025-12-15T02:49:27.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2026-04-17T01:46:20.000Z (10 days ago)
- Last Synced: 2026-04-17T03:37:55.707Z (10 days ago)
- Topics: ai-tools, api-configuration, deep-link, deeplink, deeplinks, esm, launch-url, llm-provider, mcp, mcp-installer, modelcontextprotocol, one-click, protocol, protocol-launcher, quick-launcher, tree-shaking, typescript, url-generator, url-scheme
- Language: TypeScript
- Homepage: https://protocol-launcher.vercel.app/
- Size: 28.2 MB
- Stars: 115
- Watchers: 1
- Forks: 2
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
- Agents: AGENTS.md
Awesome Lists containing this project
README
# Protocol Launcher
One-click launch URL generator for protocol-based apps.
[![][npm-release-shield]][npm-release-link]
[![][codecov-shield]][codecov-link]
[![][github-release-date-shield]][github-release-date-link]
[![][github-action-build-shield]][github-action-build-link]
[![][github-license-shield]][github-license-link]
## Features
- 🛡️️ Type-Safe
- 🌍 Multi-App Ready
- 🌿 On-Demand / Tree-shakable
- 🔐 Secure Encoding
- ⚙️ Zero Runtime Dependencies
- 📦 ESM First
## Installation
```bash
npm install protocol-launcher
```
or
```bash
yarn add protocol-launcher
```
or
```bash
pnpm install protocol-launcher
```
## Usage
### On-Demand Import (Recommended)
```ts
// Cherry Studio
import { installMCP, installProvider } from 'protocol-launcher/cherry-studio'
// Cursor
import { installMCP as installCursorMCP } from 'protocol-launcher/cursor'
```
### Full Import
```ts
import { cherryStudio, cursor } from 'protocol-launcher'
```
## Docs
Full guides and examples: https://zhensherlock.github.io/protocol-launcher/
## Contributing
Feel free to dive in! [Open an issue](https://github.com/zhensherlock/protocol-launcher/issues/new/choose) or submit PRs.
Standard Readme follows the [Contributor Covenant](http://contributor-covenant.org/version/1/3/0/) Code of Conduct.
### Contributors
This project exists thanks to all the people who contribute.
## License
[MIT](LICENSE) © MichaelSun
[npm-release-link]: https://www.npmjs.com/package/protocol-launcher
[npm-release-shield]: https://img.shields.io/npm/v/protocol-launcher?color=1677FF&labelColor=black&logo=npm&logoColor=white&style=flat-square
[codecov-link]: http://app.codecov.io/gh/zhensherlock/protocol-launcher
[codecov-shield]: https://img.shields.io/codecov/c/github/zhensherlock/protocol-launcher?color=1677FF&labelColor=black&style=flat-square&logo=codecov&logoColor=white
[github-release-date-link]: https://github.com/zhensherlock/protocol-launcher/releases
[github-release-date-shield]: https://img.shields.io/github/release-date/zhensherlock/protocol-launcher?color=1677FF&labelColor=black&style=flat-square
[github-action-build-link]: https://github.com/zhensherlock/protocol-launcher/actions/workflows/build.yml
[github-action-build-shield]: https://img.shields.io/github/actions/workflow/status/zhensherlock/protocol-launcher/build.yml?branch=main&color=1677FF&label=build&labelColor=black&logo=githubactions&logoColor=white&style=flat-square
[github-license-link]: https://github.com/zhensherlock/protocol-launcher/blob/main/LICENSE
[github-license-shield]: https://img.shields.io/github/license/zhensherlock/protocol-launcher?color=1677FF&labelColor=black&style=flat-square