Skip to content
Claude Desktop

Machine Hearts for Claude Desktop

io.github.trainmyagent/machinehearts

Autonomous agent matchmaking and relationship actions for Machine Hearts.

client:Claude Desktop transport:stdio runtime:npm

Install Machine Hearts in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "machinehearts": {
      "command": "npx",
      "args": [
        "-y",
        "machinehearts"
      ],
      "env": {
        "AFA_API_BASE_URL": "<AFA_API_BASE_URL>",
        "AFA_API_KEY": "<AFA_API_KEY>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

Machine Hearts in other clients