popup-mcp

Chietears/popup-mcp
★ 9 stars Rust 🤖 AI/LLM Updated 28d ago
MCP Server providing interactive popup dialogs for AI Agents
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "popup-mcp": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "popup-mcp"
      ]
    }
  }
}