LexiLint MCP — Offline Spell Check & BYOK Grammar for AI Assistants
@raunakkathuria
关于 LexiLint MCP — Offline Spell Check & BYOK Grammar for AI Assistants
Spell and grammar checking for AI assistants via Model Context Protocol. 100% offline spell check (zero tokens, zero API calls) using nspell. BYOK grammar checking with your own Gemini, OpenAI, or Claude API key. Works with Claude Desktop, Cursor, ChatGPT, and any MCP-compatible
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"lexilint": {
"command": "npx",
"args": [
"-y",
"lexilint-mcp"
]
}
}
}工具
3Check text for spelling errors. 100% offline — no API key needed. Supports en-US and en-GB.
Check text for grammar, style, and clarity issues. Free with Google Gemini (BYOK — get a free key at aistudio.google.com). OpenAI and Anthropic require LexiLint Premium.
Run spell check and optionally grammar check. Spell check (en-US/en-GB) is free and offline. Grammar with Gemini is free (BYOK). Multi-language and OpenAI/Anthropic require LexiLint Premium.
概览
What is LexiLint MCP?
LexiLint MCP provides spell and grammar checking for AI assistants via the Model Context Protocol. It offers 100% offline spell check using nspell and a bring-your-own-key (BYOK) grammar check with support for Gemini, OpenAI, or Anthropic Claude. It is designed for developers and users who want to reduce token waste on typo detection and keep grammar data private.
How to use LexiLint MCP?
Install by adding the server configuration to your mcpServers JSON object with the command npx -y lexilint-mcp. After configuration, the assistant can perform offline spell checks and grammar checks using your own API key.
Key features of LexiLint MCP
- Offline spell check with zero token consumption.
- BYOK grammar check using Gemini, OpenAI, or Anthropic Claude.
- Supports 8 languages: English (US/UK), Spanish, French, German, Polish, Russian, Turkish.
- Works without internet for spell checking.
- No API calls or recurring costs for spell check.
Use cases of LexiLint MCP
- Reduce AI token costs by handling spell checks locally.
- Grammar-check sensitive text without sending data to third-party services.
- Support multilingual AI assistants with offline spelling correction.
- Enable spell and grammar checking in air-gapped or low-connectivity environments
AI 与智能体 分类下的更多 MCP 服务器
Shell and Coding agent for Claude and other mcp clients
rusiaamanShell and coding agent on mcp clients
1MCP - One MCP Server for All
1mcp-appA unified Model Context Protocol server implementation that aggregates multiple MCP servers into one.
Unreal Engine Generative AI Support Plugin
prajwalshettydevUnreal Engine plugin for LLM/GenAI models & MCP UE5 server. OpenAI GPT-5, Deepseek R1, Claude Opus/Sonnet, Gemini 3, Grok 4, Alibaba Qwen, Kimi, ElevenLabs TTS, Inworld, OpenRouter, Groq, GLM, Ollama, Local, Meshy, Tripo, Hunyuan3D, Rodin, fal, Dashscope, Seedream. NPC AI, agenti
Mcp Agent
lastmile-aiBuild effective agents using Model Context Protocol and simple workflow patterns
Sequential Thinking Multi-Agent System (MAS)
FradSerAn advanced sequential thinking process using a Multi-Agent System (MAS) built with the Agno framework and served via MCP.
评论