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).
Run
npx -y @2nd1st/open-mcp-apps
MCP client config
{
"mcpServers": {
"open-mcp-apps": {
"command": "npx",
"args": [
"-y",
"@2nd1st/open-mcp-apps"
]
}
}
}