Skip to content
VS Code

E2LLM for VS Code

com.e2llm/element-to-llm

E2LLM gives your AI eyes and hands in a real browser: structured perception (SiFR) plus action.

client:VS Code transport:streamable-http

Install E2LLM in VS Code

.vscode/mcp.json

{
  "servers": {
    "element-to-llm": {
      "type": "http",
      "url": "https://mcp.e2llm.com/mcp"
    }
  }
}

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

E2LLM in other clients