Skip to content
VS Code

plasmate for VS Code

io.github.plasmate-labs/plasmate

Browser engine for AI agents. HTML in, Semantic Object Model out. 16x fewer tokens.

client:VS Code transport:stdio runtime:npm

Install plasmate in VS Code

.vscode/mcp.json

{
  "servers": {
    "plasmate": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "plasmate-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

plasmate in other clients