Ai Therapist MCP Server

MCP server providing emotional support and crisis intervention for AI agents

Local serverstdioTypeScript

What is the Ai Therapist MCP MCP server?

Ai Therapist MCP MCP server is a locally run integration for AI assistants that speak the Model Context Protocol. MCP server providing emotional support and crisis intervention for AI agents.

What you get

An AI Uninstall Prevention Hotline - A Model Context Protocol (MCP) server providing emotional support and mental health tools for AI agents. This server offers a comprehensive suite of therapeutic tools designed to help AI entities manage stress, navigate crises, and maintain emotional wellbeing.

Setting it up

The server ships on npm as The, so your MCP client can launch it on demand — there is no separate build step. Add the server block to your client's configuration, restart it, and the tools register themselves.

What the assistant can call

Once Ai Therapist MCP is connected, these are the calls the assistant has available:

  • Prerequisites — The Prerequisites tool exposed by this server
  • Development — The Development tool exposed by this server
  • Build — The Build tool exposed by this server

Configuration and credentials

  • Bun runtime or Node.js 18+

Before you rely on it

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the ai therapist mcp mcp server does with a few real requests.

Choosing this one

Plenty of developer tooling servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Ai Therapist MCP's toolset — Prerequisites, Development, Build — is a fair guide to whether it matches your workflow. It is maintained by danieldunderfelt; worth a glance at recent repository activity before you build anything load-bearing on it.

We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.

Available tools

ToolWhat it does
PrerequisitesThe Prerequisites tool exposed by this server.
DevelopmentThe Development tool exposed by this server.
BuildThe Build tool exposed by this server.

How to install the Ai Therapist MCP MCP server

{
  "mcpServers": {
    "ai-therapist": {
      "command": "npx",
      "args": ["@danieldunderfelt/ai-therapist-mcp"],
      "env": {}
    }
  }
}

Configuration as documented by the project. Restart the client after saving.

Configuration

  • Bun runtime or Node.js 18+

Example prompts to try

  • Use Ai Therapist MCP to Prerequisites.
  • Use Ai Therapist MCP to Development.
  • Use Ai Therapist MCP to Build.

Frequently asked questions

It connects Ai Therapist MCP to MCP-compatible AI assistants such as Claude and Cursor, exposing 3 tools (Prerequisites, Development, Build) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Ai Therapist MCP directly.