LLRT (Low Latency Runtime) is an experimental, lightweight JavaScript runtime designed to address the growing demand for fast and efficient Serverless applications.

8,776 stars Rust
RAW Config

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "llrt": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-llrt"
      ]
    }
  }
}