Back to Apps

Writing Lens
Supports UIby steventsao
Interactive writing analysis tool providing visual overlays for sentence length, abstractness, and punctuation density.
0 stars
Works in:claude
Exposes:ToolsResources
What it does
Writing Lens is an interactive MCP App that transforms text analysis into a visual experience. Instead of raw data, it renders an interactive highlight overlay that lets writers see patterns in their prose directly on the document.
Key features
- Visual Lenses: Analyze text through multiple lenses including sentence length, concrete vs. abstract language, and punctuation density.
- Interactive Overlays: Results are rendered as a heat-map style overlay, making it easy to spot rhythmic issues or overly dense prose.
- Gemini Integration: Utilizes Gemini embedding axes for deeper semantic analysis of text abstractness.
- Dynamic Plugin Architecture: Supports runtime installation of new analysis lenses via TSX compilation.
Installation
- Claude Desktop:
{
"mcpServers": {
"writing-lens": {
"command": "npx",
"args": ["-y", "writing-lens-mcp"],
"env": { "OPENROUTER_API_KEY": "your-key-here" }
}
}
}
Supported hosts
- Claude Desktop
Quick install
npx -y writing-lens-mcpInformation
- Pricing
- free
- Published
- 7/20/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
Add to claude_desktop_config.json: { "mcpServers": { "writing-lens": { "command": "npx", "args": ["-y", "writing-lens-mcp"], "env": { "OPENROUTER_API_KEY": "..." } } } }





