Skip to content
Claude Desktop

Text Classifier API for Claude Desktop

io.github.br0ski777/text-classifier

Classify text into categories with confidence, readability, content type. x402.

client:Claude Desktop transport:sse

Install Text Classifier API in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "text-classifier": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://text-classifier.api.klymax402.com/mcp"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

Text Classifier API in other clients