Skip to content
Zed

languagetool mcp for Zed

io.github.mrfentmen/languagetool-mcp

Keyless MCP server for LanguageTool: grammar, spelling and style checking in 30+ languages.

client:Zed transport:stdio runtime:npm

Install languagetool mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "languagetool-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "languagetool-mcp"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

languagetool mcp in other clients