LexiLint MCP — Offline Spell Check & BYOK Grammar for AI Assistants
Rank #60,911io.github.raunakkathuria/lexilint
Offline spell checker + BYOK grammar for AI assistants. Works with Claude Desktop, ChatGPT, Cursor.
LexiLint MCP — Offline Spell Check & BYOK Grammar for AI Assistants is a Model Context Protocol (MCP) server published by raunakkathuria. It ranks #60,911 of 132,405 servers tracked on MCP Toplist. LexiLint MCP — Offline Spell Check & BYOK Grammar for AI Assistants is listed across 2 registries — Official MCP and mcp.so, with 1 tracked version. It was first listed on Apr 4, 2026 and most recently updated on Apr 4, 2026.
Ranks ahead of 71,494 of 132,405 servers on MCP Toplist.
Use LexiLint MCP — Offline Spell Check & BYOK Grammar for AI Assistants
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add lexilint -- npx -y lexilint-mcp[mcp_servers.lexilint]
command = "npx"
args = ["-y", "lexilint-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"lexilint": {
"command": "npx",
"args": [
"-y",
"lexilint-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"lexilint": {
"command": "npx",
"args": [
"-y",
"lexilint-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"lexilint": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"lexilint-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"lexilint": {
"command": "npx",
"args": [
"-y",
"lexilint-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"lexilint": {
"command": "npx",
"args": [
"-y",
"lexilint-mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.raunakkathuria%2Flexilint)<a href="https://mcptoplist.com/server/io.github.raunakkathuria%2Flexilint"><img src="https://mcptoplist.com/badge/io.github.raunakkathuria%2Flexilint.svg" alt="MCP Toplist: Top 50% of 132,405" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
raunakkathuria
Other servers by raunakkathuria
View all raunakkathuria servers →Available versions (1)
| Version | Published |
|---|---|
| 1.1.0 | Apr 4, 2026 |
Frequently asked questions
- Who maintains LexiLint MCP — Offline Spell Check & BYOK Grammar for AI Assistants?
- LexiLint MCP — Offline Spell Check & BYOK Grammar for AI Assistants is maintained by raunakkathuria, which publishes 2 MCP servers (2 total versions) tracked on MCP Toplist.
- Is LexiLint MCP — Offline Spell Check & BYOK Grammar for AI Assistants listed on the Official MCP Registry?
- Yes — LexiLint MCP — Offline Spell Check & BYOK Grammar for AI Assistants is listed on the Official MCP Registry, alongside mcp.so.
- How many versions does LexiLint MCP — Offline Spell Check & BYOK Grammar for AI Assistants have?
- MCP Toplist tracks 1 version of LexiLint MCP — Offline Spell Check & BYOK Grammar for AI Assistants, most recently published on Apr 4, 2026.
- Where can I find the source code for LexiLint MCP — Offline Spell Check & BYOK Grammar for AI Assistants?
- The source code for LexiLint MCP — Offline Spell Check & BYOK Grammar for AI Assistants is hosted at github.com/raunakkathuria/lexilint.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.