Learns your writing voice from your own prompt history, then makes the model write like that.
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
uvx being-human
MCP client config
{
"mcpServers": {
"being-human": {
"command": "uvx",
"args": [
"being-human"
]
}
}
}