MCP Server
MCP
io.github.GPTHuman-ai/humanizer
Transform AI-generated text into natural, human-sounding content that bypasses AI detectors.
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
By
Comments
Sign in to leave a comment