mcpbeat Sign in

Humantextpro MCP Server

by humantextpro Your server? Claim it
local only

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

AI text detection and humanization for Claude Code, Cursor, and Windsurf.

Installs per day peak 14 · avg 6 · +14% w/w
a month agotoday
29
Installs / week
npm · @humantext/mcp-server
0
Stars
0 open issues
11 Mar 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

Nothing serious here today

Today is the operative word: we check Humantextpro 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 mcp-server -- npx -y @humantext/mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-server": {
      "args": [
        "-y",
        "@humantext/mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-server]
command = "npx"
args = ["-y", "@humantext/mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-server": {
      "args": [
        "-y",
        "@humantext/mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-server": {
      "args": [
        "-y",
        "@humantext/mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: HUMANTEXT_API_KEY (API key from humantext.pro/api). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Humantextpro

same job, measured the same way
Signalpipe
by abyousef739

Agentic Reddit/HN buying-signal detection for Claude Code, Cursor, and Windsurf via MCP.

answering
Sipcode
by anuj7411

Context hygiene for Claude Code: drift detection, re-read dedup, and token analytics.

113 installs/wk local only
Bounceprotect
by fahassan00

Email validation and SMTP verification for Claude Desktop, Cursor, and Claude Code.

75 installs/wk local only
Bounceprotect
by bounceprotect-www

Email validation and SMTP verification for Claude Desktop, Cursor, and Claude Code.

local only
BugCatcher
by fdiosc

Bug reports, AI diagnosis, and status management for Cursor, Claude, Windsurf.

21 installs/wk local only
AI Context Kit
by ofershap

Lint, measure, and sync AI context files across Cursor, Claude Code, Copilot.

52 installs/wk local only
Llmkit
by smigolsmigol

AI cost tracking: 11 tools for spend, budgets, and Claude Code + Cursor + Cline costs

86 installs/wk local only
MCP Toolz
by taylorleese

Context management, todo persistence, and multi-AI perspectives for Claude Code

239 installs/wk local only

Humantextpro — questions

Answers built from our own checks of this server.

Why is there no uptime for Humantextpro?
Humantextpro 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 @humantext/mcp-server was installed 29 times last week.
How do I connect Humantextpro?
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 @humantext/mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Humantextpro?
The npm package @humantext/mcp-server was installed 29 times in the last week. Week over week that is +14%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Humantextpro 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.