humancheck-mcp
v0.12.3
Published
MCP Server for HumanCheck — human validation for AI workflows
Maintainers
Readme
humancheck-mcp
MCP Server for HumanCheck — trigger human validation tests from Claude.
Setup
- Get your API key from app.humancheckme.com/settings
- Run:
claude mcp add --transport http humancheck https://api.humancheckme.com/mcp \
--header "Authorization: Bearer YOUR_API_KEY"- Start a new Claude Code conversation. Done.
Alternative: npx setup
If you prefer a project-level .mcp.json config:
npx humancheck-mcp setup YOUR_API_KEYThis creates .mcp.json and installs the humancheck-workflow skill at .claude/skills/humancheck-workflow/SKILL.md. The skill gives Claude the full workflow guide for using HumanCheck tools correctly — project rules, scenario quality checks, and anti-patterns.
Full documentation
See @humancheck/mcp-server for the complete tool list and usage guide.
