Uvx in deeplink

Hi guys! I’m trying to create a deeplink with something like this:

{
  "mcpServers": {
    "rpc-nodes-evm": {
      "command": "uvx",
      "args": [
        "--from",
        "git+https://github.com/chainstacklabs/rpc-nodes-mcp.git",
        "mcp-evm"
      ]
    }
  }
}

But when Cursor opens it and suggests installing it - it can’t find any tools. I checked that with MCP Debugger - tools are okay and discovered properly.

Has anyone succeeded in that? Thanks.

It’s wierd but after a few attempts, it just started working and all tools are discovered. I guess it has smth to do with my environment.