← Back to Plugins
MCP Server MCP

io.github.humantextpro/mcp-server

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y @humantext/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@humantext/mcp-server",
      "version": "1.0.3",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "API key from humantext.pro/api",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "HUMANTEXT_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...