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.