Skip to main content
ClaudeWave

MCP server for Rephrasy — humanize AI text and check AI-detection scores from Claude, Cursor, or any MCP client.

MCP ServersRegistry oficial0 estrellas0 forksJavaScriptMITActualizado today
Install in Claude Code / Claude Desktop
Method: NPX · @rephrasy/mcp
Claude Code CLI
claude mcp add rephrasy-mcp -- npx -y @rephrasy/mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "rephrasy-mcp": {
      "command": "npx",
      "args": ["-y", "@rephrasy/mcp"],
      "env": {
        "REPHRASY_API_KEY": "<rephrasy_api_key>"
      }
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
Detected environment variables
REPHRASY_API_KEY
Casos de uso

Resumen de MCP Servers

# Rephrasy MCP Server

[![npm](https://img.shields.io/npm/v/@rephrasy/mcp)](https://www.npmjs.com/package/@rephrasy/mcp)

Use [Rephrasy](https://rephrasy.ai) 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) |

## Setup

**1. Get an API key** — sign in at [rephrasy.ai](https://rephrasy.ai) → Account → API. Both tools bill against your Rephrasy plan.

**2. Add the server to your client:**

### Claude Code

```bash
claude mcp add rephrasy -e REPHRASY_API_KEY=<your-key> -- npx -y @rephrasy/mcp
```

### Claude Desktop

Add to `claude_desktop_config.json` (Settings → Developer → Edit Config):

```json
{
  "mcpServers": {
    "rephrasy": {
      "command": "npx",
      "args": ["-y", "@rephrasy/mcp"],
      "env": { "REPHRASY_API_KEY": "<your-key>" }
    }
  }
}
```

### Cursor

Add to `.cursor/mcp.json` (project) or `~/.cursor/mcp.json` (global):

```json
{
  "mcpServers": {
    "rephrasy": {
      "command": "npx",
      "args": ["-y", "@rephrasy/mcp"],
      "env": { "REPHRASY_API_KEY": "<your-key>" }
    }
  }
}
```

> 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"]`.

## Tools

### `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`.

## Example prompts

- *"Humanize this paragraph, then run detect on the result to verify it."*
- *"Rewrite my draft with the humanize tool using my writing style `<style-id>`."*
- *"Check which sentences of this post read as AI-written."*

## Development

```bash
npm install
npm run build
REPHRASY_API_KEY=<key> node dist/index.js   # runs on stdio
```

## License

MIT © Rephrasy

Lo que la gente pregunta sobre rephrasy-mcp

¿Qué es rephrasyai/rephrasy-mcp?

+

rephrasyai/rephrasy-mcp es mcp servers para el ecosistema de Claude AI. MCP server for Rephrasy — humanize AI text and check AI-detection scores from Claude, Cursor, or any MCP client. Tiene 0 estrellas en GitHub y se actualizó por última vez today.

¿Cómo se instala rephrasy-mcp?

+

Puedes instalar rephrasy-mcp clonando el repositorio (https://github.com/rephrasyai/rephrasy-mcp) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar rephrasyai/rephrasy-mcp?

+

rephrasyai/rephrasy-mcp aún no ha sido auditado por nuestro agente de seguridad. Revisa el repositorio original en GitHub antes de usarlo en producción.

¿Quién mantiene rephrasyai/rephrasy-mcp?

+

rephrasyai/rephrasy-mcp es mantenido por rephrasyai. La última actividad registrada en GitHub es de today, con 0 issues abiertos.

¿Hay alternativas a rephrasy-mcp?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega rephrasy-mcp en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

Featured on ClaudeWave: rephrasyai/rephrasy-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/rephrasyai-rephrasy-mcp)](https://claudewave.com/repo/rephrasyai-rephrasy-mcp)
<a href="https://claudewave.com/repo/rephrasyai-rephrasy-mcp"><img src="https://claudewave.com/api/badge/rephrasyai-rephrasy-mcp" alt="Featured on ClaudeWave: rephrasyai/rephrasy-mcp" width="320" height="64" /></a>

Más MCP Servers

Alternativas a rephrasy-mcp