
Company News
AWS Security Hub Adds Socket for Supply Chain Security
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.
lexilint-mcp
Advanced tools
Spell and grammar checking for AI assistants via Model Context Protocol. Works with Claude Desktop, ChatGPT, Cursor, and more. 100% offline spell check, BYOK grammar check.
Spell and grammar checking for AI assistants (Claude, ChatGPT, Cursor, etc.) via the Model Context Protocol.
Free: Spell check — 100% offline, no API key, no data leaves your machine. Premium: Grammar check — uses your own API key (BYOK). Google Gemini has a free tier.
Add to your claude_desktop_config.json:
{
"mcpServers": {
"lexilint": {
"command": "npx",
"args": ["lexilint-mcp"]
}
}
}
Config file location:
~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%\Claude\claude_desktop_config.jsonnpx lexilint-mcp
spell_check — Free, 100% offlineCheck text for spelling errors. No API key needed. Supports en-US and en-GB.
Input:
text string Text to spell-check
language string "en-US" or "en-GB" (default: "en-US")
Output:
List of spelling errors with word, offset, and suggestions
grammar_check — Requires API key (BYOK)Check text for grammar, style, and clarity issues using your own AI provider.
Input:
text string Text to grammar-check
provider string "gemini" | "openai" | "anthropic"
api_key string Your API key for the selected provider
language string Language code, e.g. "en-US", "fr", "de" (default: "en-US")
Output:
List of issues with type, severity, original text, and suggestion
Getting a free Gemini API key:
check_text — Combined (spell always free, grammar optional)Run spell check and optionally grammar check in one call.
Input:
text string Text to check
language string Language code (default: "en-US")
provider string Optional — omit to skip grammar check
api_key string Required if provider is set
Output:
Spell check results + grammar results (if provider/api_key provided)
| Feature | Free | Premium ($2.99/mo or $29.99 lifetime) |
|---|---|---|
| Spell check (en-US, en-GB) | ✅ Offline, unlimited | ✅ |
| Grammar check with Gemini | ✅ BYOK — free key at aistudio.google.com | ✅ |
| Multi-language spell check | ❌ | ✅ es, fr, de, ru, pl, tr |
| Multi-language grammar | ❌ | ✅ |
| OpenAI GPT-4 grammar | ❌ | ✅ BYOK |
| Anthropic Claude grammar | ❌ | ✅ BYOK |
| Custom AI model selection | ❌ | ✅ |
Get Premium: https://igniteapp.net/lexilint#premium
LexiLint for Chrome — check spelling and grammar on any webpage, including localhost and staging sites.
FAQs
Spell and grammar checking for AI assistants via Model Context Protocol. Works with Claude Desktop, ChatGPT, Cursor, and more. 100% offline spell check, BYOK grammar check.
The npm package lexilint-mcp receives a total of 26 weekly downloads. As such, lexilint-mcp popularity was classified as not popular.
We found that lexilint-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.

Research
/Security News
Popular npm packages keyv and cacheable compromised.

Security News
A misconfiguration gave three Anthropic models internet access, and one, believing it was in a simulation, shipped a credential-stealing package to PyPI.