Skip to content
Cursor

lexilint for Cursor

io.github.raunakkathuria/lexilint

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

client:Cursor transport:stdio runtime:npm

Install lexilint in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "lexilint": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "lexilint-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

lexilint in other clients