← Index

Haptic Paper

com.hapticpaper/mcp·v1.0.62·Other
Quality Score
96
/100

Connect your AI to human workers. Get paid to help AI.

§01  Install
Remote endpoint

Streamable HTTP / SSE endpoint. Add to any MCP client that supports remote servers.

https://mcp.hapticpaper.com/mcp
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@hapticpaper/mcp-server"
      ],
      "env": {
        "HAPTIC_API_KEY": "<your-haptic_api_key>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@hapticpaper/mcp-server"
      ],
      "env": {
        "HAPTIC_API_KEY": "<your-haptic_api_key>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @hapticpaper/mcp-server
§02  Environment variables
HAPTIC_API_KEY
requiredsecret

Your Haptic Paper API key. Generate one at https://hapticpaper.com/developer

§03  MCP Quality Score  ·  methodology
freshness
21
completeness
25
installability
25
documentation
15
stability
10
§04  Alternatives in Other