Open-source SDKs and integrations for HumanCheck — human-in-the-loop validation platform for AI-generated products.
| Package | Description | Install |
|---|---|---|
@humancheck/shared |
Shared types, interfaces, and constants | npm i @humancheck/shared |
@humancheck/mcp-server |
MCP Server for Claude Desktop/Code | npm i @humancheck/mcp-server |
@humancheck/telegram-bot |
Telegram bot for feedback collection | npm i @humancheck/telegram-bot |
HumanCheck lets you validate AI-generated products with real human testers. Create test scenarios, assign testers, and collect structured feedback — via web dashboard, Telegram, or directly from your AI workflow through MCP.
These open-source packages let you integrate with the HumanCheck platform:
- @humancheck/shared — TypeScript types and constants used across all integrations
- @humancheck/mcp-server — Use Claude Desktop or Claude Code to create tests and view results
- @humancheck/telegram-bot — Collect tester feedback through Telegram
claude mcp add humancheck -s user \
-e HUMANCHECK_API_KEY=your-api-key \
-e HUMANCHECK_API_URL=https://api.humancheckme.com \
-- npx -y @humancheck/mcp-server@latestGet your API key at app.humancheckme.com/settings.
npm install @humancheck/telegram-botexport TELEGRAM_BOT_TOKEN="your-bot-token"
export HUMANCHECK_API_URL="https://api.humancheckme.com"
export HUMANCHECK_API_KEY="your-api-key"
npx humancheck-botgit clone https://github.com/hellospacetech/humancheck-oss.git
cd humancheck-oss
npm install
npm run build- Fork the repository
- Create your feature branch (
git checkout -b feature/amazing-feature) - Add a changeset (
npx changeset) - Commit your changes
- Push to the branch
- Open a Pull Request