Skip to content
Gemini CLI

languagetool mcp for Gemini CLI

io.github.mrfentmen/languagetool-mcp

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

client:Gemini CLI transport:stdio runtime:npm

Install languagetool mcp in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

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

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

languagetool mcp in other clients