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 other MCP-compatible clients.
Features
Offline spell checking — en-US and en-GB are free, local, unlimited, and make no API calls.
BYOK grammar checking — use Gemini, OpenAI, or Anthropic with your own provider key.
Eight supported dictionaries — two free English variants plus six Premium languages: Spanish, French, German, Polish, Russian, and Turkish.
Combined checking — run spelling and optional grammar together with
check_text.Private provider transport — grammar text goes directly to the selected provider; LexiLint does not proxy it.
Related MCP server: i18n Agent
Install and configure
Claude Desktop and other JSON-configured clients
Configure one provider key as an environment variable. This keeps the key out of tool calls and conversation context.
{
"mcpServers": {
"lexilint": {
"command": "npx",
"args": ["-y", "lexilint-mcp"],
"env": {
"GEMINI_API_KEY": "your-gemini-api-key"
}
}
}
}Provider environment variables:
Provider argument | Environment variable | Access |
|
| Free for English grammar |
|
| LexiLint Premium |
|
| LexiLint Premium |
Common Claude Desktop config locations:
macOS:
~/Library/Application Support/Claude/claude_desktop_config.jsonWindows:
%APPDATA%\Claude\claude_desktop_config.json
Restart the client after changing its MCP configuration.
Run directly
npx -y lexilint-mcpYou can also install it globally with npm install -g lexilint-mcp.
Tools
spell_check — free and offline
Checks spelling without an API key or network request.
text string Text to spell-check
language string "en-US" or "en-GB" (default: "en-US")grammar_check — BYOK grammar, style, and clarity
text string Text to grammar-check
provider string "gemini" | "openai" | "anthropic"
api_key string Optional per-call override for the provider environment variable
model string Optional provider model ID (Premium when custom)
license_key string LexiLint licence key for Premium providers/languages/models
language string Language code (default: "en-US")With GEMINI_API_KEY configured, a client can call the tool without putting the provider key in its arguments:
{
"text": "This are a test.",
"provider": "gemini",
"language": "en-US"
}A non-empty per-call api_key remains supported as an explicit override and takes precedence over the selected provider environment variable:
{
"text": "This are a test.",
"provider": "gemini",
"api_key": "temporary-override-key",
"language": "en-US"
}Get a free Gemini key from Google AI Studio. Do not paste real keys into chat messages; prefer your MCP client's local environment configuration.
check_text — combined spelling and optional grammar
Always runs the available spelling check. Add provider to request grammar; omit it to skip grammar without requiring a provider key.
text string Text to check
language string Language code (default: "en-US")
provider string Optional; omit to skip grammar
api_key string Optional per-call override for the provider environment variable
model string Optional provider model ID (Premium when custom)
license_key string LexiLint licence key for Premium providers/languages/modelsModels and Premium access
Default models are gemini-3.8-flash, gpt-5.6-terra, and claude-sonnet-5. A custom model requires LexiLint Premium:
{
"text": "This are a test.",
"provider": "gemini",
"model": "gemini-3.7-flash",
"license_key": "your-lexilint-license-key"
}Feature | Free | Premium ($2.99/mo or $29.99 lifetime) |
Spell check | en-US and en-GB, offline | Plus es, fr, de, pl, ru, tr |
Gemini grammar | English, BYOK | All supported languages and custom models |
OpenAI grammar | — | BYOK |
Anthropic grammar | — | BYOK |
Get Premium: https://igniteapp.net/lexilint#premium
Customers provide only their provider key and, for Premium features, their LexiLint licence key. The runtime already contains the public application configuration needed to validate a licence with Polar; customers do not configure a LexiLint signing secret or organisation ID.
Privacy and repository boundary
Spell checking is local and sends no text anywhere.
Grammar text goes directly to Google, OpenAI, or Anthropic according to the provider you select.
LexiLint does not receive provider keys or grammar text.
The public
raunakkathuria/lexilint-mcprepository is a metadata-only registry mirror containing exactlyLICENSE,README.md,glama.json, andserver.json. Private source, builds, tests, source maps, and standalone prompt documentation are not published there.
Links
Licence
LexiLint MCP is proprietary software distributed under the terms in LICENSE. Installing the package does not open-source the private monorepo or grant redistribution rights.
This server cannot be deployed
Maintenance
Related MCP Connectors
Private persistent memory for Claude, ChatGPT & Gemini via MCP - semantic search, zero-code setup.
Let ChatGPT, Claude & Cursor use your Mac: email, calendar, iMessage, Teams, files. Local, free.
An agent-first office suite Claude & ChatGPT read and write over one MCP URL.
- mcpOAuthai.butlerbrain
Persistent memory for AI assistants. Save once; recall from Claude, ChatGPT, or any MCP client.
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
- AlicenseNot gradedqualityDmaintenanceAI-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.8 npmMIT
- FlicenseAqualityBmaintenanceL1-aware grammar, style, translation & tone tools with 70 local rules. Zero API keys needed.4-
- AlicenseNot gradedqualityDmaintenanceProvides Korean spell checking and grammar correction via a single tool. It integrates into MCP clients like Cursor or Claude Desktop.14 npm24Apache 2.0