Official Model Context Protocol server for HumanTone. Humanize AI-generated text and check AI likelihood directly from Claude Desktop, Cursor, Cline, and other MCP clients.
Server Config
{
"mcpServers": {
"humantone": {
"command": "npx",
"args": [
"-y",
"humantone-mcp"
],
"env": {
"HUMANTONE_API_KEY": "ht_your_api_key_here"
}
}
}
}