mcpbeat Sign in

Rephrasy MCP Server

by rephrasyai Your server? Claim it
local only

Rephrasy runs on your own machine — the client starts it, so there is no endpoint to ping. 29 installs a week from npm. Last commit 1 Aug 2026.

Humanize AI text and check AI-detection scores from Claude, Cursor, or any MCP client.

Installs per day peak 127 · avg 10 · +42% w/w
a month agotoday
29
Installs / week
npm · @rephrasy/mcp
0
Stars
0 open issues
1 Aug 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

Nothing serious here today

Today is the operative word: we check Rephrasy every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add rephrasy-mcp -- npx -y @rephrasy/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "rephrasy-mcp": {
      "args": [
        "-y",
        "@rephrasy/mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.rephrasy-mcp]
command = "npx"
args = ["-y", "@rephrasy/mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "rephrasy-mcp": {
      "args": [
        "-y",
        "@rephrasy/mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "rephrasy-mcp": {
      "args": [
        "-y",
        "@rephrasy/mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: REPHRASY_API_KEY (Rephrasy API key from your account (rephrasy.ai → Account → API).). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Rephrasy

same job, measured the same way
Humantextpro
by humantextpro

AI text detection and humanization for Claude Code, Cursor, and Windsurf.

29 installs/wk local only
Vibesharing
by erova

Deploy prototypes and collect team feedback from Claude Code, Cursor, or any MCP client.

108 installs/wk local only
Readdit Later
by sanjhaiprakash18

Search, organize, and chat with your saved Reddit posts from Claude, Cursor, and any MCP client.

327 installs/wk answering
Fresh Jots
by goran-arsov

Read and write your Fresh Jots notes from Claude, Cursor, and any MCP client.

79 installs/wk answering
C
Heyoden
by heyoden

Talk to your Oden AI todo and calendar account from Claude Code, Cursor, or any MCP client.

55 installs/wk local only
Juicedresume
by juicedresume

Score, tailor, and export resumes from any MCP client — 60+ ATS checks and JD tailoring.

74 installs/wk local only
MaShop MCP
by mashop

Build, deploy and manage MaShop e-commerce projects from Claude, Cursor or any MCP client.

answering
ResuStack
by resustackapp

Build, version and render resumes as PDFs from Claude or any MCP client.

answering

Rephrasy — questions

Answers built from our own checks of this server.

Why is there no uptime for Rephrasy?
Rephrasy runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @rephrasy/mcp was installed 29 times last week.
How do I connect Rephrasy?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @rephrasy/mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Rephrasy?
The npm package @rephrasy/mcp was installed 29 times in the last week. Week over week that is +42%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Rephrasy open source?
Yes — it is published under the MIT licence, written in JavaScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.