Skip to content
VS Code

web tools mcp for VS Code

io.github.mlawsonking/web-tools-mcp

10 no-LLM web tools: URL to Markdown, metadata, JSON-LD, MX, scrape, RSS, DNS, RDAP, SSL, HTTP.

client:VS Code transport:stdio runtime:npm

Install web tools mcp in VS Code

.vscode/mcp.json

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

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

web tools mcp in other clients