Skip to content
Cursor

Language Detector API for Cursor

io.github.br0ski777/language-detector

Detect language from text via trigram analysis. 30+ languages, script detection. x402.

client:Cursor transport:sse

Install Language Detector API in Cursor

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

{
  "mcpServers": {
    "language-detector": {
      "url": "https://language-detector.api.klymax402.com/mcp"
    }
  }
}

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

Language Detector API in other clients