LLRT (Low Latency Runtime) is an experimental, lightweight JavaScript runtime designed to address the growing demand for fast and efficient Serverless applications.
Add to ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"llrt": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-llrt"
]
}
}
}