ModelScopic_MCP

TheCrystalize/ModelScopic_MCP
★ 0 stars Python 💻 Code/Dev Tools Updated 1d ago
An MCP server that allows Claude to open apps from VSCode, look at the results and iterate accordingly.
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": {
    "modelscopic_mcp": {
      "command": "uvx",
      "args": [
        "modelscopic-mcp"
      ]
    }
  }
}

Or install with pip: pip install modelscopic-mcp

README Excerpt

A local MCP server that lets a model develop apps inside VSCode and visually iterate on the resulting app via screenshots, OCR, and synthesized input on Windows. The model can: - Read/write files in VSCode, run commands in the integrated terminal and capture output, query diagnostics. - Launch the app it just built, locate its window, take screenshots, run OCR.