mcp for VS Code
io.github.kitewright/mcp
Lightweight browser automation for AI agents: navigate, screenshot, extract, PDF. One small binary.
client:VS Code
transport:stdio
runtime:npm
Install mcp in VS Code
.vscode/mcp.json
{
"servers": {
"mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@kitewright/mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs