AI Engineer Guide

One-Click MCP Install with Cursor Deeplinks

Cursor now has support for MCP installation Deeplink.

What are deeplink? Deep link are special kind of link that helps us to access/perform some action on a app directly from the website.

In our case, we’ll be using it to install MCP servers easily without having to do lot of things on our end.

Cursor MCP

The link looks like this: cursor://anysphere.cursor-deeplink/mcp/install?name=$NAME&config=$BASE64_ENCODED_CONFIG`

ComponentDescription
cursor://Protocol scheme
anysphere.cursor-deeplinkDeeplink handler
/mcp/installPath
nameQuery parameter for the server name
configQuery parameter for base64 encoded JSON configuration

In their website, you can paste in your json that is needed to setup MCP server in Cursor

2025-06-05 at 22.44.55@2x.png

And it’ll generate the snippet / link which you can use to directly install your MCP

References

Happy directly installing!

#Mcp #Cursor