
Wordly
Supports UIby arifszn
Visualise multiple AI rewrites of your text side-by-side with one-click copy — an interactive MCP App for grammar and style improvement.
Screenshots
What it does
Wordly renders an interactive comparison panel inside your AI client showing multiple rewrite variations of any text at once. Instead of asking Claude to rewrite something and reading the result in plain text, you get a visual card-based UI where you can switch between styles, compare them to the original, and copy any variation with a single click.
Key features
- Multi-variation display — see Professional, Conversational, Collaborative, and Friendly rewrites simultaneously
- Side-by-side comparison — original text alongside each variation for easy scanning
- One-click copy — grab any variation without selecting text
- Runs fully in-client — no external browser tab, the UI renders directly in Claude Desktop
- Simple integration — one tool call (
visualize_rewrites) that any AI model can invoke
Installation
Claude Desktop / VS Code Copilot / Cursor: Add to your MCP client configuration file:
{
"mcpServers": {
"wordly": {
"command": "npx",
"args": ["-y", "wordly-mcp-app", "--stdio"]
}
}
}
For Claude Desktop, add to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows).
Supported hosts
Claude Desktop, VS Code Copilot, Cursor — any MCP client supporting stdio transport
Quick install
npx -y wordly-mcp-app --stdioInformation
- Pricing
- free
- Published
- 4/3/2026
- Updated
- 2 months ago