@striderlabs/mcp-betterhelp
v1.0.0
Published
MCP server connector for BetterHelp — online therapy platform, find therapists, manage sessions via browser automation
Maintainers
Readme
@striderlabs/mcp-betterhelp
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-betterhelpConfiguration
export BETTERHELP_EMAIL="[email protected]"
export BETTERHELP_PASSWORD="your-password"
export BETTERHELP_HEADLESS="true"Tools
| Tool | Description |
|------|-------------|
| get_therapist_info | Get info about your assigned therapist |
| list_sessions | List upcoming and past sessions |
| book_session | Book a new therapy session |
| cancel_session | Cancel an upcoming session |
| send_message | Send a message to your therapist |
| get_messages | Get recent messages |
| get_worksheets | Get assigned worksheets and activities |
| get_journals | Get journal entries |
| get_account_status | Check subscription status |
Usage with Claude Desktop
{
"mcpServers": {
"betterhelp": {
"command": "npx",
"args": ["@striderlabs/mcp-betterhelp"],
"env": {
"BETTERHELP_EMAIL": "[email protected]",
"BETTERHELP_PASSWORD": "your-password"
}
}
}
}License
MIT
