Skip to content
Cursor

jev-ultrafast-mcp for Cursor

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:Cursor transport:stdio runtime:pypi

Install jev-ultrafast-mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

jev-ultrafast-mcp in other clients