Skip to content
Zed

WebMCP Today for Zed

io.github.robertn702/webmcp-today

Your agent gets trustworthy tools on sites without WebMCP — data-only packages you approve.

client:Zed transport:stdio runtime:npm

Install WebMCP Today in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "webmcp-today": {
      "command": "npx",
      "args": [
        "-y",
        "@webmcp-today/mcp-bridge"
      ],
      "env": {
        "WEBMCP_TODAY_API_KEY": "<WEBMCP_TODAY_API_KEY>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

WebMCP Today in other clients