WebMCP Today for VS Code
io.github.robertn702/webmcp-today
Your agent gets trustworthy tools on sites without WebMCP — data-only packages you approve.
client:VS Code
transport:stdio
runtime:npm
Install WebMCP Today in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "webmcp-today-api-key",
"description": "WEBMCP_TODAY_API_KEY",
"password": true
}
],
"servers": {
"webmcp-today": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@webmcp-today/mcp-bridge"
],
"env": {
"WEBMCP_TODAY_API_KEY": "${input:webmcp-today-api-key}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs