Generate install links for Tools & MCP Servers
MCP servers can be installed with Cursor deeplinks. It uses the same format as mcp.json
with a name and transport configuration.
Install links:
Component | Description |
---|---|
cursor:// | Protocol scheme |
anysphere.cursor-deeplink | Deeplink handler |
/mcp/install | Path |
name | Query parameter for server name |
config | Query parameter for base64 encoded JSON configuration |
JSON.stringify
the configuration then base64 encode it$NAME
and $BASE64_ENCODED_CONFIG
with the name and encoded configHelper for generating links:
Try this JSON in the MCP install link generator:
Result:
Format | Example |
---|---|
Text link | cursor://anysphere.curs… |
Dark button | ![]() |
Light button | ![]() |