AI

MCP One-Click Installers: From Pain to One-Click Magic

MCP One-Click Installers: From Pain to One-Click Magic

Let's be honest: setting up MCP (Model Context Protocol) servers is usually a "copy-paste and hope" experience.

You find a cool tool, like the Kendo Telerik MCP (which I use daily for UI scaffolding), and then the dance begins:

  1. Open editor settings.
  2. Find the JSON config.
  3. Paste the snippet.
  4. Check the commas.
  5. Restart.

It’s manual. It’s friction. And for someone trying your tool for the first time, it’s often where they give up.

The "A-ha!" Moment

While building my first MCP server, I realized that both Cursor and VS Code support deep links. They have a secret way of saying: "Hey, if you click this link, I'll install the server for you."

But there was a catch. The link formats are... let's just say "developer-unfriendly":

  • Cursor requires Base64 encoding.
  • VS Code requires specific URL encoding patterns.

I spent more time encoding JSON strings than actually coding features. That’s when the idea for mcpclick.app was born.

Making Installation Invisible

I wanted a way to share the Kendo Telerik MCP with my friends and team without explaining the technical details. I wanted them to just click a button.

So I built mcpclick.app to handle the "boring stuff."

How it works (The 10-second version):

  1. You go to mcpclick.app/generate.
  2. You paste your raw JSON config.
  3. You get professional buttons for Cursor, VS Code, and VS Code Insiders.

No more btoa() in the console. No more broken URL parameters. Just professional, standard badges ready for your GitHub README or blog.

The Result: One-Click Joy

Now, when I want to share the Kendo Telerik setup, I don't send a block of JSON. I send this:

Add to Cursor Add to VS Code

Why this matters

If you are a developer building an MCP or a team lead trying to standardize tools, installation is your first point of Developer Experience (DX).

By using magic links, you:

  • Remove all friction: One click vs. Five steps.
  • Avoid typos: The config is baked into the link.
  • Look professional: Official-looking badges build trust.

I built mcpclick.app as a gift to the community. It’s free, it’s fast, and it hosts over 500+ curated servers if you're looking for inspiration.

Go make your MCPs one-click ready! 🚀


Real Software. Real Lessons.

I share the lessons I learned the hard way, so you can either avoid them or be ready when they happen.

User avatar
User avatar
User avatar
User avatar
+13K

Join 13,800+ developers and readers.

No spam ever. Unsubscribe at any time.

Discussion