Humanize AI text and check AI-detection scores from Claude, Cursor, or any MCP client.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Use Rephrasy from Claude, Cursor, or any MCP client: humanize AI-generated text and check AI-detection scores without leaving your editor or agent workflow.
Two tools, one API key:
| Tool | What it does |
|---|---|
humanize | Rewrites AI-generated text in a natural, human style while preserving meaning |
detect | Scores how likely a text is to be flagged as AI-written (overall + optional per-sentence) |
1. Get an API key β sign in at rephrasy.ai β Account β API. Both tools bill against your Rephrasy plan.
2. Add the server to your client:
Add to claude_desktop_config.json (Settings β Developer β Edit Config):
Add to .cursor/mcp.json (project) or ~/.cursor/mcp.json (global):
Until the package is on npm you can run it straight from GitHub: replace
"args": ["-y", "@rephrasy/mcp"]with"args": ["-y", "github:rephrasyai/rephrasy-mcp"].
humanize| Parameter | Type | Required | Description |
|---|---|---|---|
text | string | yes | The text to humanize |
model | string | no | Rephrasy model, default "v3" |
style | string | no | Writing-style ID from your account to mimic a specific voice |
language | string | no | Output language hint (e.g. "en", "de"); defaults to input language |
Returns the rewritten text plus the number of words charged.
detect| Parameter | Type | Required | Description |
|---|---|---|---|
text | string | yes | The text to score (max 15,000 characters) |
per_sentence | boolean | no | If true, also returns a score per sentence |
Returns JSON with scores.overall (lower = more human-like) and, in per-sentence mode, sentences.
<style-id>."MIT Β© Rephrasy
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/rephrasy)<a href="https://allmcps.com/mcp/rephrasy"><img src="https://allmcps.com/api/badge/rephrasy?style=directory" alt="Rephrasy on AllMCPs" /></a>