LexiLint MCP
Enables grammar checking functionality by sending text to the Google Gemini API using a user-provided API key (BYOK).
Enables grammar checking functionality by sending text to the OpenAI API using a user-provided API key (BYOK).
LexiLint MCP
Spell and grammar checking for AI assistants via Model Context Protocol (MCP).
Works with Claude Desktop, Cursor, ChatGPT, and any MCP-compatible tool.
Features
🔒 100% offline spell check — uses nspell with local dictionaries. Zero tokens consumed. Zero API calls. Works without internet.
🤖 BYOK grammar check — bring your own Gemini (free tier), OpenAI, or Claude API key. Your text goes directly to your chosen provider.
💰 Zero token cost for spell check — stop wasting AI tokens on typo detection
🌍 8 languages — English (US/UK), Spanish, French, German, Polish, Russian, Turkish
⚡ Instant results — no latency, no rate limits, unlimited usage
Related MCP server: i18n Agent
Installation
Claude Desktop / Cursor / ChatGPT
Add to your MCP config:
{
"mcpServers": {
"lexilint": {
"command": "npx",
"args": ["-y", "lexilint-mcp"]
}
}
}npm
npm install -g lexilint-mcpUsage
Once installed, your AI assistant can use these tools:
spell_check— check text for spelling errors (100% offline)grammar_check— check text for grammar issues (requires API key)
Example
"Use the spell_check tool to check this text: 'Ths is a tset'"
The spell check runs locally — no tokens consumed.
Token Cost Comparison
Method | Cost per 500-word check |
Ask AI directly ("fix typos in this") | ~$0.02 (GPT-4) / ~$0.015 (Claude) |
LexiLint MCP spell_check | $0.00 |
Grammar Check Setup
Grammar checking uses your own API key (BYOK):
Get a free Google Gemini API key
Set the environment variable:
{
"mcpServers": {
"lexilint": {
"command": "npx",
"args": ["-y", "lexilint-mcp"],
"env": {
"GEMINI_API_KEY": "your-key-here"
}
}
}
}Supported providers: GEMINI_API_KEY, OPENAI_API_KEY, ANTHROPIC_API_KEY
Links
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityDmaintenanceProvides fast, multilingual spell-checking for text and files, featuring syntax-aware parsing that intelligently checks only comments and strings in code. It supports over 15 languages and enables directory-wide scanning with custom dictionary management.71MIT
- Alicense-qualityDmaintenanceAI-powered translation management built for AI agents. Automate localization with regional sensitivity and zero TMS overhead. Works with Claude Code, Cursor, VS Code via MCP protocol. Supports JSON, YAML, Markdown, PO and more.7MIT
- FlicenseAqualityBmaintenanceL1-aware grammar, style, translation & tone tools with 70 local rules. Zero API keys needed.4
- Alicense-qualityDmaintenanceProvides Korean spell checking and grammar correction via a single tool. It integrates into MCP clients like Cursor or Claude Desktop.3324Apache 2.0
Related MCP Connectors
User-owned memory for AI agents, Copilot, Claude, IDEs, CLIs, and chat apps over remote MCP.
Let ChatGPT, Claude & Cursor use your Mac: email, calendar, iMessage, Teams, files. Local, free.
Read and write your Fresh Jots notes from Claude, Cursor, and any MCP client.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/raunakkathuria/lexilint-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server