Skip to content
Cursor

languagetool mcp for Cursor

io.github.mrfentmen/languagetool-mcp

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

client:Cursor transport:stdio runtime:npm

Install languagetool mcp in Cursor

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

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

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

languagetool mcp in other clients