From 762702bb2505861167454547ff138a43b6682676 Mon Sep 17 00:00:00 2001 From: Alex Hoffer Date: Mon, 18 May 2026 22:56:56 -0700 Subject: [PATCH] Use cursor:// deeplink for the install button PR #31 fixed the base64 config shape, but the link still uses https://cursor.com/install-mcp, which doesn't actually trigger an install. Per Cursor's docs at cursor.com/docs/context/mcp/install-links, the canonical scheme is cursor://anysphere.cursor-deeplink/mcp/install. This was the scheme commit ab27f51 originally used before the button was removed in 5bd10c2 and reintroduced in the broken https form in a6a62af. Co-Authored-By: Claude Opus 4.7 (1M context) --- sandbox/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sandbox/README.md b/sandbox/README.md index da61292..104a561 100644 --- a/sandbox/README.md +++ b/sandbox/README.md @@ -67,7 +67,7 @@ claude mcp add plaid -- uvx mcp-server-plaid --client-id YOUR_PLAID_CLIENT_ID -- For quick installation, use the one-click installation button. -[![Install MCP Server](https://cursor.com/deeplink/mcp-install-dark.svg)](https://cursor.com/install-mcp?name=plaid&config=eyJjb21tYW5kIjoidXZ4IiwiYXJncyI6WyJtY3Atc2VydmVyLXBsYWlkIl0sImVudiI6eyJQTEFJRF9DTElFTlRfSUQiOiJBRERfWU9VUl9DTElFTlRfSUQiLCJQTEFJRF9TRUNSRVQiOiJBRERfWU9VUl9BUElfU0VDUkVUIn19) +[![Install MCP Server](https://cursor.com/deeplink/mcp-install-dark.svg)](cursor://anysphere.cursor-deeplink/mcp/install?name=plaid&config=eyJjb21tYW5kIjoidXZ4IiwiYXJncyI6WyJtY3Atc2VydmVyLXBsYWlkIl0sImVudiI6eyJQTEFJRF9DTElFTlRfSUQiOiJBRERfWU9VUl9DTElFTlRfSUQiLCJQTEFJRF9TRUNSRVQiOiJBRERfWU9VUl9BUElfU0VDUkVUIn19) For manual installation, add the following JSON block to Cursor MCP config file.