Catalog
com.hapticpaper/mcp
OfficialHaptic Paper
Connect your AI to human workers. Get paid to help AI.
Connects AI systems to human workers for task completion and payment.
Could not list tools - the server may require authentication or be unreachable.
README not available yet.
Install
Configuration
Environment variables
HAPTIC_API_KEYrequiredsecretYour Haptic Paper API key. Generate one at https://hapticpaper.com/developer
claude_desktop_config.json
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@hapticpaper/mcp-server@1.0.62"
],
"env": {
"HAPTIC_API_KEY": "<YOUR_HAPTIC_API_KEY>"
}
}
}
}