Grammar Fix AI MCP
Grammar Fix Ai MCP
MCP server for grammar fix ai mcp operations
Overview
Grammar Fix Ai MCP provides AI-powered tools via the Model Context Protocol (MCP).
Tools
Tool | Description |
| Check and fix grammar errors including homophones, punctuation, capitalization, |
| Check spelling against a comprehensive dictionary of common misspellings with su |
| Analyze and suggest improvements for readability using Flesch-Kincaid and other |
| Analyze writing tone and style: formal/informal, positive/negative, assertive/te |
Installation
pip install meok-grammar-fix-ai-mcpUsage with Claude Desktop
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"]
}
}
}Usage with FastMCP
from mcp.server.fastmcp import FastMCP
# This server exposes 4 tool(s) via MCP
# See server.py for full implementationLicense
MIT © MEOK AI Labs
This server cannot be installed
Maintenance
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/CSOAI-ORG/grammar-fix-ai-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server