phoenix_live_view

GitHub

Rich, real-time user experiences with server-rendered HTML

6,760 stars Elixir 1 file ยท ~18,374 tokens

phoenix_live_view MCP Server

MCP server for phoenixframework/phoenix_live_view

Ready-to-Use Client Configurations
{
  "mcpServers": {
    "phoenix_live_view": {
      "command": "npx",
      "args": [
        "-y",
        "@phoenixframework/phoenix_live_view"
      ]
    }
  }
}