New:Microsoft Teams Notifications Are Now Available in Socket.Learn more
Get Started

@striderlabs/mcp-betterhelp

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@striderlabs/mcp-betterhelp

MCP server connector for BetterHelp — online therapy platform, find therapists, manage sessions via browser automation

latest
Source
npmnpm
Version
1.0.1
Version published
Weekly downloads
4
-80%
Maintainers
1
Weekly downloads
 
Created
Source

@striderlabs/mcp-betterhelp

MCP npm

MCP server connector for BetterHelp online therapy platform. Enable AI agents to manage therapy sessions, communicate with therapists, and track mental health progress.

Installation

npx @striderlabs/mcp-betterhelp

Configuration

export BETTERHELP_EMAIL="your-email@example.com"
export BETTERHELP_PASSWORD="your-password"
export BETTERHELP_HEADLESS="true"

Tools

ToolDescription
get_therapist_infoGet info about your assigned therapist
list_sessionsList upcoming and past sessions
book_sessionBook a new therapy session
cancel_sessionCancel an upcoming session
send_messageSend a message to your therapist
get_messagesGet recent messages
get_worksheetsGet assigned worksheets and activities
get_journalsGet journal entries
get_account_statusCheck subscription status

Usage with Claude Desktop

{
  "mcpServers": {
    "betterhelp": {
      "command": "npx",
      "args": ["@striderlabs/mcp-betterhelp"],
      "env": {
        "BETTERHELP_EMAIL": "your-email@example.com",
        "BETTERHELP_PASSWORD": "your-password"
      }
    }
  }
}

License

MIT

Keywords

mcp

FAQs

Package last updated on 17 Jun 2026

Related posts