← Index

io.github.raunakkathuria/lexilint

io.github.raunakkathuria/lexilint·v1.1.0·Developer Tools
Quality Score
85
/100

Offline spell checker + BYOK grammar for AI assistants. Works with Claude Desktop, ChatGPT, Cursor.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "lexilint": {
      "command": "npx",
      "args": [
        "-y",
        "lexilint-mcp"
      ]
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "lexilint": {
      "command": "npx",
      "args": [
        "-y",
        "lexilint-mcp"
      ]
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y lexilint-mcp
§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Developer Tools