writing-tools-mcp
MCP server for writing and text editing tools.
Documentation
Languages
Python 99.5%
Top Contributors
Project Info
Created
May 5, 2025
Last Updated
September 9, 2026
License
MIT
Default Branch
main
About This Project
Writing Tools MCP is a Model Context Protocol (MCP) server that provides text analysis tools to help improve writing quality. It integrates with AI assistants like Claude to offer readability scoring, keyword analysis, and style checking.
Features
- Readability Analysis: Flesch-Kincaid, Gunning Fog, and more
- Keyword Extraction: TF-IDF based keyword identification
- Style Checking: Passive voice, adverb usage detection
- Word Count: Detailed word and sentence statistics
- MCP Compatible: Works with Claude Desktop and other MCP clients
Installation
# Add to Claude Desktop config
{
"mcpServers": {
"writing-tools": {
"command": "uvx",
"args": ["writing-tools-mcp"]
}
}
}
Available Tools
analyze_readability: Get readability scores for textextract_keywords: Find important keywords and phrasescheck_style: Identify style issues and suggestionsword_stats: Get detailed text statistics