loading…
Search for a command to run...
loading…
Grammar Fix AI - MCP server providing AI-powered tools and automation by MEOK AI Labs
Grammar Fix AI - MCP server providing AI-powered tools and automation by MEOK AI Labs
Grammar Fix Ai MCP provides AI-powered tools via the Model Context Protocol (MCP).
| Tool | Description |
|---|---|
fix_grammar |
Check and fix grammar errors including homophones, punctuation, capitalization, |
check_spelling |
Check spelling against a comprehensive dictionary of common misspellings with su |
improve_readability |
Analyze and suggest improvements for readability using Flesch-Kincaid and other |
analyze_tone |
Analyze writing tone and style: formal/informal, positive/negative, assertive/te |
pip install meok-grammar-fix-ai-mcp
Add to your Claude Desktop MCP config (claude_desktop_config.json):
{
"mcpServers": {
"grammar-fix-ai": {
"command": "python",
"args": ["-m", "meok_grammar_fix_ai_mcp.server"]
}
}
}
from mcp.server.fastmcp import FastMCP
# This server exposes 4 tool(s) via MCP
# See server.py for full implementation
MIT © MEOK AI Labs
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"grammar-fix-ai-mcp": {
"command": "npx",
"args": []
}
}
}