loading…
Search for a command to run...
loading…
Offline spell check and BYOK grammar checking for AI assistants. 100% offline spell check via nspell (zero tokens, zero API calls). BYOK grammar checking with y
Offline spell check and BYOK grammar checking for AI assistants. 100% offline spell check via nspell (zero tokens, zero API calls). BYOK grammar checking with your own Gemini, OpenAI, or Claude API key. Works with Claude Desktop, Cursor, ChatGPT, and any MCP-compatible tool. 8 languages supported.
Spell and grammar checking for AI assistants via Model Context Protocol (MCP).
Works with Claude Desktop, Cursor, ChatGPT, and any MCP-compatible tool.
Add to your MCP config:
{
"mcpServers": {
"lexilint": {
"command": "npx",
"args": ["-y", "lexilint-mcp"]
}
}
}
npm install -g lexilint-mcp
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)"Use the spell_check tool to check this text: 'Ths is a tset'"
The spell check runs locally — no tokens consumed.
| 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 checking uses your own API key (BYOK):
{
"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
MIT
Run in your terminal:
claude mcp add lexilint-mcp -- npx Yes, LexiLint MCP is free — one-click install via Unyly at no cost.
No, LexiLint runs without API keys or environment variables.
A hosted option is available: Unyly runs the server in the cloud, no local setup required.
Open LexiLint on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Web content fetching and conversion for efficient LLM usage.
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
by modelcontextprotocolProvides auto-configuration for setting up an MCP server in Spring Boot applications.
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
by xuzexin-hzNot sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All ai MCPs