Skip to content
VS Code

MarkGrab for VS Code

io.github.arknill/markgrab

Universal web content extraction — any URL to LLM-ready markdown. HTML, YouTube, PDF, DOCX.

client:VS Code transport:stdio runtime:pypi

Install MarkGrab in VS Code

.vscode/mcp.json

{
  "servers": {
    "markgrab": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "markgrab"
      ]
    }
  }
}

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

MarkGrab in other clients