← Back to Plugins
MCP Server MCP

io.github.GPTHuman-ai/humanizer

github By github 👁 1 views ▲ 0 votes

Transform AI-generated text into natural, human-sounding content that bypasses AI detectors.

Homepage Verified source GitHub

Install

npx -y @gpthuman/[email protected]

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://api.gpthuman.ai/mcp"
    }
  ],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@gpthuman/mcp-server",
      "version": "1.0.4",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your GPTHuman API key",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "GPTHUMAN_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol streamable-http npm

Comments

Sign in to leave a comment

Loading comments...