loading…
Search for a command to run...
loading…
Official MCP server for HumanTone, enabling AI text humanization and AI likelihood detection directly from MCP clients like Claude Desktop and Cursor.
Official MCP server for HumanTone, enabling AI text humanization and AI likelihood detection directly from MCP clients like Claude Desktop and Cursor.
Official Model Context Protocol server for HumanTone. Use HumanTone's humanize and AI likelihood tools directly from Claude Desktop, Cursor, Cline, and other MCP clients. One API key, same credits you already use in the HumanTone web app.
HumanTone is an AI text humanizer that rewrites AI-generated content to sound more natural. This MCP server brings those tools into your AI assistant.
Early release (v0.0.x). Track updates on GitHub.
There is no install step. The MCP client downloads the package on first launch via npx humantone-mcp. Just add the configuration snippet for your client below.
Config file location:
~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%\Claude\claude_desktop_config.json~/.config/Claude/claude_desktop_config.json{
"mcpServers": {
"humantone": {
"command": "npx",
"args": ["-y", "humantone-mcp"],
"env": {
"HUMANTONE_API_KEY": "ht_your_api_key_here"
}
}
}
}
Restart Claude Desktop after editing the file.
Configure via Settings then MCP, or by editing ~/.cursor/mcp.json directly.
{
"mcpServers": {
"humantone": {
"command": "npx",
"args": ["-y", "humantone-mcp"],
"env": {
"HUMANTONE_API_KEY": "ht_your_api_key_here"
}
}
}
}
Restart Cursor after editing the configuration.
Configure via Cline Settings then MCP Servers, with the same snippet structure:
{
"mcpServers": {
"humantone": {
"command": "npx",
"args": ["-y", "humantone-mcp"],
"env": {
"HUMANTONE_API_KEY": "ht_your_api_key_here"
}
}
}
}
Restart VSCode after editing the configuration.
humantone-mcp works with any MCP-compatible client, including VSCode with GitHub Copilot agent mode, Codex CLI, Gemini CLI, Continue.dev, Zed, Windsurf, JetBrains AI Assistant, and others. The configuration pattern is the same across clients: a command (npx -y humantone-mcp) with HUMANTONE_API_KEY in the environment.
See humantone.io/docs/mcp/ for client-specific setup snippets and troubleshooting.
humanize rewrites text to sound more natural and human-written. Supports custom instructions for tone, audience, and terminology.detect_ai checks AI likelihood of text (0 to 100). Does not consume credits. 30 checks per day, shared with the HumanTone web app.get_account shows current plan, credits, and subscription status.Once configured, talk to your assistant naturally. Mentioning humantone or specific tool names in your message helps the model reliably route to the MCP tool, especially for humanize requests where the model could otherwise rewrite the text itself.
Humanize:
Check AI likelihood:
Account status:
ht_ followed by 64 hex characters. Generate a new one at app.humantone.io/settings/api if unsure.MIT. Copyright (c) HumanTone.
Add this to claude_desktop_config.json and restart Claude Desktop.
{
"mcpServers": {
"humantone-mcp": {
"command": "npx",
"args": []
}
}
}