Create and manage Popup web pages via AI — no login required. 30초 만에 웹페이지를 만들고 AI로 편집하세요.
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 @blueslap/popup-mcp
MCP client config
{
"mcpServers": {
"popup": {
"command": "npx",
"args": [
"-y",
"@blueslap/popup-mcp"
]
}
}
}