← Back to browse

popup-mcp

Indexed by io.github.richard-kim-79

About

Create and manage Popup web pages via AI — no login required. 30초 만에 웹페이지를 만들고 AI로 편집하세요.

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsMCP_API_KEY
Claude Code
claude mcp add --env MCP_API_KEY= popup-mcp -- npx @blueslap/popup-mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"popup-mcp","command":"npx","args":["@blueslap/popup-mcp"],"env":{"MCP_API_KEY":""}}'
JSON
{
  "mcpServers": {
    "popup-mcp": {
      "command": "npx",
      "args": [
        "@blueslap/popup-mcp"
      ],
      "env": {
        "MCP_API_KEY": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.