mcpbeat Sign in

Psyche AI MCP Server

local only

Psyche AI runs on your own machine — the client starts it, so there is no endpoint to ping. 110 installs a week from npm. Last commit 14 Apr 2026.

Emotional intelligence for AI agents: neurotransmitter mood, personality, empathy, trait drift.

Installs per day peak 57 · avg 10 · -67% w/w
a month agotoday
110
Installs / week
npm · psyche-ai
11
Stars
14 open issues
14 Apr 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 3 d ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Package points at a different repository shangri-la-0428/psyche-ai
пакет psyche-ai ссылается на shangri-la-0428/oasyce_psyche

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add psyche-ai -- npx -y psyche-ai
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "psyche-ai": {
      "args": [
        "-y",
        "psyche-ai"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.psyche-ai]
command = "npx"
args = ["-y", "psyche-ai"]
.cursor/mcp.json
{
  "mcpServers": {
    "psyche-ai": {
      "args": [
        "-y",
        "psyche-ai"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "psyche-ai": {
      "args": [
        "-y",
        "psyche-ai"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: PSYCHE_MBTI (MBTI personality type (e.g., ENFP, INTJ). Determines emotional baseline.), PSYCHE_NAME (Agent name for personalization.), PSYCHE_MODE (Operating mode: natural (balanced), work (minimal), companion (full).), PSYCHE_LOCALE (Locale: en or zh.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Psyche AI

same job, measured the same way
Newsintel
by stabem

Personalized news intelligence for AI agents — 100+ sources, ranked briefings.

30 installs/wk local only
Horus Flow MCP
by horustechltd

Institutional crypto & equity orderflow intelligence for AI trading agents.

local only
Intentions MCP Server
by intentions-me

Personalized timing intelligence for AI agents — ask 'should I do X on this date?'

7 tools answering
Plumb
by plumbkit

LSP-backed IDE intelligence plus concurrency-safe, transactional edits for AI coding agents.

local only
Bluecolumn Memory
by bluecolumnconsulting-lgtm

Persistent memory for AI agents — audio intelligence + Music Memory ingestion and recall

69 installs/wk local only
YouTube Research MCP
by coyasong

Citation-ready YouTube transcript research and optional channel intelligence for AI agents.

101 installs/wk local only
Daleads MCP
by resuly

Australian development application and property intelligence data for AI agents.

477 installs/wk local only
Particle Pro
by particle

Podcast intelligence for agents: transcripts, clips, speaker diarization, mention tracking.

28 tools answering

Psyche AI — questions

Answers built from our own checks of this server.

Why is there no uptime for Psyche AI?
Psyche AI runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package psyche-ai was installed 110 times last week.
How do I connect Psyche AI?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls psyche-ai straight from npm; nothing to host, nothing to sign up for.
How many people use Psyche AI?
The npm package psyche-ai was installed 110 times in the last week. Week over week that is -67%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Psyche AI open source?
Yes — it is published under the MIT licence, written in TypeScript, 11 stars on GitHub and 14 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.