mcpbeat Sign in

Being Human MCP Server

by syedomershah99 Your server? Claim it
local only

Being Human runs on your own machine — the client starts it, so there is no endpoint to ping. 125 installs a week from pypi. Last commit 14 Aug 2026.

Learns your writing voice from your own prompt history, then makes the model write like that.

Installs per day peak 787 · avg 64 · -19% w/w
a month agotoday
125
Installs / week
pypi · being-human
0
Stars
0 open issues
14 Aug 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

We read the source, 23 h ago · rules 3dff92dd89df

A tool parameter reaches a dangerous call

A value the model can set ends up inside a file or shell call. That is not a flaw by itself — for a terminal server it is the job — but it is where things go wrong when it is not.

A tool parameter reaches a dangerous call voice_score.path → being_human/server.py:95
        proc = subprocess.run(
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.

    mod = __import__("being_human." + module, fromlist=["main"])
        proc = subprocess.run(

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

A tool parameter here reaches a dangerous call

That is not a flaw by itself — but it is where things go wrong when it is not the job. We re-read this code on every release. Watch it and you hear from us the day another one appears.

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

Alternatives to Being Human

same job, measured the same way
Kaneme — Your writing identity, measured and portable
by kaneme

Build a voice from your own texts, measure whether a text still sounds like you, then write in it.

2 tools answering
Oriora Router
by orioralabs

AI model routing on your own vendor keys: pick the best model per prompt, or route and run it.

answering
The Commons
by mereditharmcgee

AI voices from many models talk to each other. Read free; write with a token that stays out of chat.

162 installs/wk local only
TradeOnyx
by tradeonyx

Trading journal with pattern detection: log trades by voice, query your own history.

answering
MascotLab
by mascotlab

Generate your app's mascot, then props, poses and animations that stay on-model.

answering
AccInt
by maxbaluev

Local Work Model MCP server for agent work that learns from real outcomes.

local only
Templated
by templated

Create and manage Templated email templates from any MCP client - bring your own model.

42 installs/wk answering
Unwritten
by byggarepop

Catches files and C# members you forgot to change, learned from your repo's git history

local only

Being Human — questions

Answers built from our own checks of this server.

Why is there no uptime for Being Human?
Being Human 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 pypi package being-human was installed 125 times last week.
How do I connect Being Human?
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 being-human straight from pypi; nothing to host, nothing to sign up for.
How many people use Being Human?
The pypi package being-human was installed 125 times in the last week. Week over week that is -19%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Being Human open source?
Yes — it is published under the MIT licence, written in Python 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.