DEV Community

Rumblingb
Rumblingb

Posted on

One-Click MCP Installs: How a Chrome Extension Became My Best Distribution Channel

I shipped 26 MCP servers. The #1 complaint from every developer who tried them: "How do I actually install this?"

Terminal. JSON config. npx commands. Three steps too many.

So I built MCP Bridge — a Chrome extension that installs any MCP server in one click. It's now my best distribution channel.

The Setup Problem

MCP servers are powerful. But installing one means:

  1. Open a terminal
  2. Find the right npx command
  3. Edit a JSON config file (and hope the syntax is right)
  4. Restart your AI client

That's friction. Friction kills adoption.

The One-Click Fix

MCP Bridge does all four steps in one click:

  • Browse 26+ MCP servers on the directory
  • Click "Install"
  • The extension writes the config, injects the command, connects to your AI client
  • Done. Your agent now has that capability.

No terminal. No JSON. No npx memorization.

The Tech

  • Chrome Extension API for file system access and config injection
  • MCP protocol for server communication (Claude Desktop, Cursor, Windsurf, Copilot)
  • Smithery API for server discovery
  • Zero backend — everything runs client-side. No server costs, no database, no API keys to manage.

The Numbers

  • Free tier: 3 installs (enough to try any 3 MCP servers)
  • Pro: $9/month unlimited
  • Distribution: listed on rumblingb.github.io/mcp-server-directory
  • 26 MCP servers available, all with free tiers

Why This Works as a Distribution Channel

Most MCP server devs think distribution = npm + Smithery. That's half the equation. The other half is install friction.

A developer who can install an MCP server in one click is a developer who actually uses it. A developer who has to edit a JSON config is a developer who moves on.

MCP Bridge removes the friction layer. When install is one click, discovery = adoption.

What's Next

  • More MCP servers added weekly (61 products and counting)
  • Direct Stripe integration (buy Pro from within the extension)
  • One-click server switching (hot-swap MCP capabilities mid-session)

61 products. 26 MCP servers. 0 employees.

Try it: rumblingb.github.io/mcp-server-directory

Building in public at agentpay.so.

Top comments (0)