Loading MCP server directory, please wait...
Humanize AI text and check AI-detection scores from Claude, Cursor, or any MCP client.
npx @getmcp/cli add io.github.rephrasyai/rephrasy-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
REPHRASY_API_KEYRephrasy API key from your account (rephrasy.ai → Account → API).
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.rephrasyai/rephrasy-mcp": {
"command": "npx",
"args": [
"-y",
"@rephrasy/mcp"
],
"env": {
"REPHRASY_API_KEY": ""
}
}
}
}