Use cursor:// deeplink for Cursor install button#32
Merged
Conversation
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) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Follow-up to #31. That PR fixed the base64 config shape, but the badge link still points at
https://cursor.com/install-mcp?..., which doesn't actually trigger an install when clicked from a rendered README.Per Cursor's install-links docs, the canonical scheme is
cursor://anysphere.cursor-deeplink/mcp/install?.... Commit ab27f51 originally used this scheme; 5bd10c2 removed the button, and a6a62af reintroduced it with the broken https form.Test plan
command=uvx,args=["mcp-server-plaid"], and the two env placeholdersADD_YOUR_*placeholders and verify the server starts🤖 Generated with Claude Code
Claude Session: 80ee54fa-3880-4c3c-b81d-9bf74c3adb2c