npm @humantext/mcp-serverstdioMITupdated 6mo ago
AI text detection and humanization tools for Claude Code, Cursor, Windsurf, and any MCP-compatible client.
humantextpro で何ができる?
humantext.pro MCP Server
AI text detection and humanization tools for Claude Code, Cursor, Windsurf, and any MCP-compatible client.
Check if text sounds AI-generated and transform it to read naturally — without leaving your editor.
Quick Start
1. Get your API key
Sign up at humantext.pro and generate an API key on your API page.
2. Add to your MCP client
Claude Code / VS Code:
Add to .claude/mcp.json in your project (or global settings):
{
"mcpServers": {
"humantext": {
"command": "npx",
"args": ["-y", "@humantext/mcp-server"],
"env": {
"HUMANTEXT_API_KEY": "your_api_key_here"
}
}
}
}
Cursor:
Add to .cursor/mcp.json in your project:
{
"mcpServers": {
"humantext": {
"command": "npx",
"args": ["-y", "@humantext/mcp-server"],
"env": {
"HUMANTEXT_API_KEY": "your_api_key_here"
}
}
}
}
Claude Desktop:
Add to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):
{
"mcpServers": {
"humantext": {
"command": "npx",
"args": ["-y", "@humantext/mcp-server"],
"env": {
"HUMANTEXT_API_KEY": "your_api_key_here"
}
}
}
}
3. Use it
Ask your AI assistant:
- "Check if this text sounds AI-generated"
- "Humanize this paragraph to sound more natural"
- "Humanize this text and verify the result passes AI detection"
- "What's my humantext.pro credit balance?"
Tools
detect_ai
Analyze text for AI-generated content. Returns a score (0-100%) and verdict.
| Parameter | Type | Required | Description |
|---|---|---|---|
text |
string | Yes | Text to analyze (min 50 characters) |
Example output:
AI Detection Result
━━━━━━━━━━━━━━━━━━━
Score: 87% AI
Verdict: AI Generated
Words analyzed: 156
Credits remaining: 4,844
humanize_text
Transform AI-generated text to sound natural and human-written.
| Parameter | Type | Required | Description |
|---|---|---|---|
text |
string | Yes | Text to humanize (min 50 characters) |
tone |
enum | No | casual, standard, academic, professional, marketing |
style |
enum | No | general, essay, article, marketing, creative, formal, report, business, legal |
level |
enum | No | light, balanced, aggressive (default: aggressive) |
humanize_and_detect
Two-step process: humanize text, then verify the result with AI detection. Proves the output passes detection.
Same parameters as humanize_text.
Example output:
Humanized & Verified
━━━━━━━━━━━━━━━━━━━━
[humanized text here]
━━━━━━━━━━━━━━━━━━━━
Verification: 12% AI → Mostly Human
Words: 156 | Credits remaining: 4,532
check_balance
Check your account balance and plan details. No parameters required.
Pricing
The MCP server uses your humantext.pro subscription credits:
| Plan | Price | Monthly Credits |
|---|---|---|
| Basic | $7.99/mo | 5,000 words |
| Pro | $19.99/mo | 15,000 words |
| Ultra | $39.99/mo | 30,000 words |
Both detection and humanization consume credits based on input word count.
Environment Variables
| Variable | Required | Description |
|---|---|---|
HUMANTEXT_API_KEY |
Yes | API key from humantext.pro/api |
HUMANTEXT_BASE_URL |
No | Custom API URL (default: https://humantext.pro/api/v1) |
Links
- humantext.pro — AI Detector & Text Humanizer
- API Documentation — Interactive Swagger UI
- Get API Key — Sign up and generate your key
- Pricing — Plans and credits
License
MIT
インストール
humantextpro をクライアントに追加します。お使いのものを選んでください。
claude mcp add mcp-server -- npx -y @humantext/mcp-servercodex mcp add mcp-server -- npx -y @humantext/mcp-serveramp mcp add mcp-server -- npx -y @humantext/mcp-server{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@humantext/mcp-server"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@humantext/mcp-server"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
code --add-mcp '{"name":"mcp-server","command":"npx","args":["-y","@humantext/mcp-server"]}'Or add the block manually to `.vscode/mcp.json` under `servers`.
{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@humantext/mcp-server"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@humantext/mcp-server"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@humantext/mcp-server"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"mcp-server": {
"type": "local",
"command": "npx",
"args": [
"-y",
"@humantext/mcp-server"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"mcp-server": {
"command": {
"path": "npx",
"args": [
"-y",
"@humantext/mcp-server"
]
}
}
}
}Add to your Zed `settings.json`.
npx -y @humantext/mcp-serverRun `goose configure`, choose **Add Extension → Command-line Extension**, and paste this command.
スコア
39 / 100
情報不足
- ドキュメント25/25
- メンテナンス13/25
- 信頼性13/20
- 機能0/15
- 導入のしやすさ12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 173 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 12 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
バージョン履歴
| バージョン | 公開日 |
|---|---|
| 1.0.3最新 | 2026年3月11日 |