Skip to content
VS Code

jev-ultrafast-mcp for VS Code

io.github.jiawei686/jev-ultrafast-mcp

Hand browser work off to a server-side agent: read the page as a table, act, then verify.

client:VS Code transport:stdio runtime:pypi

Install jev-ultrafast-mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "jev-ultrafast-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "jev-ultrafast-mcp"
      ]
    }
  }
}

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

jev-ultrafast-mcp in other clients