🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
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.57
Version published
Weekly downloads
557
70.86%
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 07 Feb 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts