← Index

io.github.humantextpro/mcp-server

io.github.humantextpro/mcp-server·v1.0.3·Developer Tools
Quality Score
83
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@humantext/mcp-server"
      ],
      "env": {
        "HUMANTEXT_API_KEY": "<your-humantext_api_key>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@humantext/mcp-server"
      ],
      "env": {
        "HUMANTEXT_API_KEY": "<your-humantext_api_key>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @humantext/mcp-server
§02  Environment variables
HUMANTEXT_API_KEY
requiredsecret

API key from humantext.pro/api

§03  MCP Quality Score  ·  methodology
freshness
23
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Developer Tools