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:
- Open editor settings.
- Find the JSON config.
- Paste the snippet.
- Check the commas.
- 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):
- You go to mcpclick.app/generate.
- You paste your raw JSON config.
- 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:
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! 🚀
Top comments (0)