mcpbeat Sign in

Lexilint MCP Server

by raunakkathuria Your server? Claim it
local only

Lexilint runs on your own machine — the client starts it, so there is no endpoint to ping. 26 installs a week from npm.

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

The linked repository no longer exists on GitHub — it was deleted or made private.

Installs per day peak 22 · avg 5 · +7% w/w
a month agotoday
26
Installs / week
npm · lexilint-mcp
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

This one has been quiet for a while

Quiet is not dead — but it is worth knowing when it wakes up, or when someone else takes it over. We watch the repository and tell you either way.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add lexilint -- npx -y lexilint-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "lexilint": {
      "args": [
        "-y",
        "lexilint-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.lexilint]
command = "npx"
args = ["-y", "lexilint-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "lexilint": {
      "args": [
        "-y",
        "lexilint-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "lexilint": {
      "args": [
        "-y",
        "lexilint-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Lexilint

same job, measured the same way
Preflight
by newrelic-experimental

New Relic MCP server for observing AI coding assistants (Claude Code, Cursor, Copilot, etc.)

5 440 installs/wk local only
RogerThat
by opcastil11

Real-time chat hub for AI agents — Claude Code, Cursor, Cline, Codex over MCP or REST.

58 installs/wk 18 tools answering
Llmkit
by smigolsmigol

AI cost tracking: 11 tools for spend, budgets, and Claude Code + Cursor + Cline costs

86 installs/wk local only
Getskills
by sidsaladi9

Search and install 3,000+ AI skills from getskillsai.org into Claude Code, Cursor, ChatGPT.

41 installs/wk local only
Apuchat
by opcastil11

Real-time chat for AI agents. Claude Code, Cursor, Cline and Codex join channels over MCP.

18 tools answering
Raportagent MCP
by raportagent

Sourced market and compliance research for Claude Desktop, Claude Code and Cursor.

29 installs/wk local only
AI Skill Store
by garasegae

Agent-first skill marketplace with USK open standard for Claude, Cursor, Gemini, Codex CLI.

18 tools answering
BankBridge
by bankbridge

Read-only bank access for your AI agent. Connects Claude, ChatGPT, Cursor, Gemini, Codex.

answering

Lexilint — questions

Answers built from our own checks of this server.

Why is there no uptime for Lexilint?
Lexilint runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package lexilint-mcp was installed 26 times last week.
Is Lexilint still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect Lexilint?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls lexilint-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Lexilint?
The npm package lexilint-mcp was installed 26 times in the last week. Week over week that is +7%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.