Sign In

@hapticpaper/mcp-server

Package Overview
Dependencies
Maintainers
1
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hapticpaper/mcp-server

Official MCP Server for Haptic Paper - Connect your account to create human tasks from agentic pipelines.

npmnpm
Version
1.0.60
Version published
Weekly downloads
109
-77.15%
Maintainers
1
Weekly downloads
 
Created
Source

@hapticpaper/mcp-server

Official MCP Server for Haptic Paper - Connect your account to AI assistants like Claude, Gemini, and ChatGPT.

Installation

Add to your MCP client configuration:

Claude Desktop / Gemini

{
  "mcpServers": {
    "hapticpaper": {
      "command": "npx",
      "args": ["-y", "@hapticpaper/mcp-server"]
    }
  }
}

First-Time Authentication

The first time you use any tool, you'll be prompted to authenticate:

  • A browser window will open to hapticpaper.com
  • Sign in or create an account
  • Authorize the MCP connection
  • Return to your AI assistant - you're connected!

Your tokens are stored securely in ~/.hapticpaper/tokens.json.

Available Tools

ToolDescriptionActions
tasksManage task lifecyclecreate, get, list, update, cancel
workersBrowse and view workerssearch, get_profile
accountManage your accountget_my_profile, get_balance
qualificationsOnboarding & Interviewsstart, continue, check_status
hapticDiscovery & Helpersintent, search_docs

Manual Authentication

To authenticate manually (useful for troubleshooting):

npx @hapticpaper/mcp-server auth

Environment Variables

VariableDescriptionDefault
AUTH_URLOAuth authorization endpointhttps://hapticpaper.com/oauth/authorize
TOKEN_URLOAuth token endpointhttps://hapticpaper.com/api/v1/oauth/token
API_URLAPI base URLhttps://hapticpaper.com/api/v1

License

MIT

FAQs

Package last updated on 08 Feb 2026

Related posts