LexiLint MCP — Spell & Grammar Checker for Claude Desktop & AI Assistants

Stop wasting AI tokens on spell checking. LexiLint's offline spell checker catches typos instantly without consuming any API credits. Works with Claude Desktop, ChatGPT, Cursor, and any AI assistant that supports the Model Context Protocol (MCP).

💰 Spell checking: Zero tokens, zero cost, unlimited usage

$ npx lexilint-mcp

What is the Model Context Protocol (MCP)?

The Model Context Protocol (MCP) is an open standard that allows AI assistants to connect to external tools and data sources. Think of it as a universal plugin system for AI.

Instead of the AI being limited to what it knows, MCP lets it:

LexiLint MCP provides three tools to AI assistants:

  1. spell_check — Check text for spelling errors (100% offline, free)
  2. grammar_check — Check grammar with AI (BYOK, your API key)
  3. check_text — Combined spell + grammar checking

Save Your AI Tokens for What Matters

Spell checking doesn't need AI. Stop paying for something a local dictionary can do instantly.

Without LexiLint

Ask AI to check spelling

  • 📄 Input: 500 words (~600 tokens)
  • 💬 Output: ~100 tokens
  • 💸 Cost per check: $0.015-0.02
  • 🔁 100 checks: $1.50-$2.00
  • ⏱️ Takes 2-5 seconds (API latency)
  • 🌐 Requires internet connection

With LexiLint MCP

Use offline spell_check tool

  • 📄 Processed locally (0 tokens)
  • 💬 No AI needed (0 tokens)
  • 💸 Cost per check: $0.00
  • 🔁 100 checks: $0.00
  • ⏱️ Instant results (<100ms)
  • 📴 Works completely offline

Save your tokens for complex grammar analysis where AI actually adds value. Let LexiLint handle the simple stuff for free.

Why Use LexiLint MCP?

✍️

Proofread Before You Send

Check your prompts and messages for typos before sending them to Claude, ChatGPT, or any AI. Get better responses with error-free inputs.

🤖

Validate AI Output

AI-generated text can have hallucinations and errors. Use LexiLint to proofread code comments, documentation, emails, and content created by AI.

🔒

Privacy-First Design

Spell check runs 100% offline. Grammar check goes directly to YOUR AI provider (you bring your own API key). LexiLint never sees your text.

🌍

Multi-Language Support

Free: English (US & UK). Premium: +6 languages (Spanish, French, German, Polish, Russian, Turkish). Perfect for international teams.

Instant Results

Spell checking is instant (offline). Grammar checking takes 2-5 seconds depending on text length and AI provider speed.

💰

Zero Token Cost

Spell checking uses ZERO AI tokens — runs 100% offline with local dictionaries. Save $1.50-2.00 per 100 checks compared to asking AI. Grammar check uses your API key with Gemini's free tier.

Installation

Claude Desktop (Recommended)

Claude Desktop is Anthropic's official desktop app for Claude AI. It has built-in MCP support.

  1. Open your Claude Desktop config file:

    • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
    • Windows: %APPDATA%\Claude\claude_desktop_config.json
  2. Add LexiLint to the mcpServers section:

    {
      "mcpServers": {
        "lexilint": {
          "command": "npx",
          "args": ["lexilint-mcp"]
        }
      }
    }
  3. Restart Claude Desktop

    Quit Claude completely (⌘Q on Mac) and reopen it.

  4. Test it!

    In Claude Desktop, type: "Check this text for spelling: Thiss is a tesst"

    Claude will use LexiLint's spell_check tool and report the errors.

Other MCP Clients

LexiLint MCP works with any tool that supports the Model Context Protocol:

Usage Examples

Spell Check (Free, Offline)

Ask your AI assistant:

"Check this text for spelling errors: Thiss is a tesst with errrors"

The AI will use LexiLint's spell_check tool and return:

Found 3 spelling errors:

• "Thiss" at offset 0
  → suggestions: This, Hiss, Thins

• "tesst" at offset 11
  → suggestions: test, tests, Tess

• "errrors" at offset 22
  → suggestions: errors

Grammar Check (BYOK)

Configure your API key in settings (one-time setup). Then ask:

"Check this for grammar: This are incorrect grammar"

The AI will use LexiLint's grammar_check tool with your API key and return detailed grammar suggestions.

Combined Checking

"Proofread this entire paragraph for both spelling and grammar errors"

The AI can use the check_text tool to run both checks at once.

Free vs Premium

Feature Free Premium
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

Premium: $29.99 lifetime or $2.99/month
Get Premium

Frequently Asked Questions

What is the Model Context Protocol (MCP)?

Model Context Protocol (MCP) is an open standard that allows AI assistants to connect to external tools and data sources. LexiLint's MCP server provides spell and grammar checking capabilities to Claude Desktop, ChatGPT, Cursor, and other MCP-compatible AI assistants.

How do I install LexiLint MCP in Claude Desktop?

Add LexiLint to your claude_desktop_config.json file with this configuration: {"mcpServers": {"lexilint": {"command": "npx", "args": ["lexilint-mcp"]}}}. The config file is located at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS or %APPDATA%\Claude\claude_desktop_config.json on Windows.

Does LexiLint MCP work offline?

Yes! Spell checking is 100% offline — no API key needed, and your text never leaves your machine. Grammar checking uses your own API key (BYOK) and sends text directly to your chosen provider (Google Gemini, OpenAI, or Anthropic). Google Gemini has a free tier.

What AI assistants work with LexiLint MCP?

LexiLint MCP works with any AI assistant that supports the Model Context Protocol (MCP). This includes Claude Desktop (official Anthropic app), ChatGPT desktop with MCP plugin, Cursor IDE, Zed editor, and any other MCP-compatible tool.

Is LexiLint MCP free?

Yes! Spell checking (English US & UK) is 100% free and works offline. Grammar checking requires your own API key (BYOK) — Google Gemini offers a free tier. Premium features ($29.99 lifetime or $2.99/month) unlock 6 additional languages and multi-provider support (OpenAI, Anthropic).

What languages does LexiLint MCP support?

Free: English (US & UK). Premium: +6 languages (Spanish, French, German, Polish, Russian, Turkish). Both spell checking and grammar checking support all 8 languages.

Ready to Add Spell Checking to Your AI Workflow?

Install LexiLint MCP in under 2 minutes. Works with Claude Desktop, ChatGPT, Cursor, and more.

Open source • Privacy-first • No data collection