Odel
open mcp apps

open mcp apps

Local
@2nd1st27JavaScriptMITUpdated 3w ago

Persistent, interactive MCP Apps — the AI builds an app once, you both reuse it

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@2nd1st/open-mcp-appsv0.5.9

Run

npx -y @2nd1st/open-mcp-apps

MCP client config

{
  "mcpServers": {
    "open-mcp-apps": {
      "command": "npx",
      "args": [
        "-y",
        "@2nd1st/open-mcp-apps"
      ]
    }
  }
}