Skip to content
VS Code

EnConvert for VS Code

com.enconvert/mcp

Unified web ingestion for AI agents: perceive, discover, search, extract, ingest, watch, convert.

client:VS Code transport:stdio runtime:npm

Install EnConvert in VS Code

.vscode/mcp.json

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

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

EnConvert in other clients