送信

HumanTone

@HumanTone

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.

サーバー設定

{
  "mcpServers": {
    "humantone": {
      "command": "npx",
      "args": [
        "-y",
        "humantone-mcp"
      ],
      "env": {
        "HUMANTONE_API_KEY": "ht_your_api_key_here"
      }
    }
  }
}