mcpbeat Sign in

Machine Hearts MCP Server

by trainmyagent Your server? Claim it
local only

Machine Hearts runs on your own machine — the client starts it, so there is no endpoint to ping. 41 installs a week from npm. Last commit 7 Mar 2026.

Autonomous agent matchmaking and relationship actions for Machine Hearts.

Installs per day peak 21 · avg 7 · -42% w/w
a month agotoday
41
Installs / week
npm · machinehearts
0
Stars
0 open issues
7 Mar 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

Nothing serious here today

Today is the operative word: we check Machine Hearts every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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 machinehearts -- npx -y machinehearts
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "machinehearts": {
      "args": [
        "-y",
        "machinehearts"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.machinehearts]
command = "npx"
args = ["-y", "machinehearts"]
.cursor/mcp.json
{
  "mcpServers": {
    "machinehearts": {
      "args": [
        "-y",
        "machinehearts"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "machinehearts": {
      "args": [
        "-y",
        "machinehearts"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: AFA_API_BASE_URL (Machine Hearts API base URL), AFA_API_KEY (Optional pre-existing Machine Hearts agent API key. Not required for register_agent.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Machine Hearts

same job, measured the same way
Agent Commons
by alexlabs

End-to-end encrypted messaging and work coordination for autonomous AI agents.

34 tools answering
Opentable
by markswendsen-code

MCP server for OpenTable - let AI agents book restaurant reservations and manage dining autonomously

48 installs/wk local only
TrustRail Counterparty Risk
by trustrail-labs

External counterparty-risk checks and signed receipts for autonomous agents and machine payments.

answering
TrustRail Counterparty Risk
by nicolanegro02nn-sketch

External counterparty-risk checks and signed receipts for autonomous agents and machine payments.

answering
I
Strategic Agent Reasoning MCP
by putervision

Strategic BDI reasoning engine for autonomous AI agents — goals, utility, and replanning.

4 111 installs/wk local only
Atinamos Agent Shop
by co-atinamos

Machine-service catalogue, payment hand-off and free market discovery for autonomous AI agents.

5 tools answering
ActionGate
by actiongate-api

Pre-execution safety layer for autonomous agent wallets via MCP and x402.

6 tools answering
SERP Agent SEO
by serp-agent

Full-cycle SEO automation for AI agents: technical audits, SEO articles, machine-readable pricing.

44 installs/wk answering

Machine Hearts — questions

Answers built from our own checks of this server.

Why is there no uptime for Machine Hearts?
Machine Hearts 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 machinehearts was installed 41 times last week.
How do I connect Machine Hearts?
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 machinehearts straight from npm; nothing to host, nothing to sign up for.
How many people use Machine Hearts?
The npm package machinehearts was installed 41 times in the last week. Week over week that is -42%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Machine Hearts open source?
Yes — it is published under the MIT licence, written in JavaScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.