I have been using Claude Desktop, Cursor, and Cline for months. The Model Context Protocol (MCP) is genuinely useful — it lets your AI assistant query databases, browse the web, manage files, and interact with APIs. But the setup process is painful. You find a server on GitHub, read the README, figure out which config file to edit, add the JSON manually, restart your client, and hope you did not typo the command path.
We got tired of doing this by hand. So we built something to fix it.
1 Click MCP Installer By VePrompts is a VS Code extension that lets you browse, search, and install any of our 90+ curated MCP servers directly from your editor. No JSON editing. No restarts. One click and it is done.
It is free, open source, and available now on the VS Code Marketplace and Open VSX Registry.
What MCP Is and Why It Matters
MCP is an open protocol from Anthropic that standardizes how AI assistants connect to external tools. Instead of every AI client building its own plugin system, MCP gives you one interface that works everywhere.
A single MCP server can expose multiple tools. A database server might let your AI run SQL queries, list tables, and inspect schemas. A browser automation server might let it click elements, fill forms, and scrape pages. The AI decides which tool to use based on your request.
The protocol is gaining serious traction. Claude Desktop supports it natively. Cursor, Cline, and Devin (formerly Windsurf) all have MCP integrations. The problem is not the protocol — it is the friction of getting servers installed and configured.
What the Extension Actually Does
The extension adds a VePrompts MCP panel to your VS Code sidebar. Here is what happens when you use it:
Browse by category. Servers are organized into groups — databases, browser automation, developer tools, cloud platforms, AI/ML, communication, and more. You scroll, you click, you see what is available.
See everything before you install. Each server page shows install methods, required environment variables, which clients it works with, available tools, GitHub stars, and last commit date. You know exactly what you are getting.
One-click install. Click the install button. The extension detects which MCP clients you have installed, validates the config, writes it atomically, and tells you to restart. That is it. No hand-editing JSON.
Secure env var handling. If a server needs an API key, the extension prompts you securely. Nothing gets logged or transmitted. It stays local.
Config validation. Before writing anything, the extension validates your MCP client config. If something is wrong, it tells you before it breaks your setup.
Smart search. Type a keyword and filter across all 90+ servers by name, tag, or description.
Supported Clients
The extension works with every major MCP client:
Claude Desktop — macOS and Windows
Cursor — the AI-powered code editor
Cline — the VS Code extension for autonomous coding
Devin (formerly Windsurf) — the AI-native IDE
It detects which clients you have installed and configures each one correctly. Claude Desktop uses claude_desktop_config.json. Cursor uses .cursor/mcp.json. Cline uses its own settings panel. The extension handles the differences so you do not have to.
How to Use It
Install the extension from the VS Code Marketplace
Open the VePrompts MCP panel from the activity bar
Browse or search for a server
Click install
Restart your AI client
Start using the tools
That is the entire workflow. The extension is open source on GitHub if you want to see how it works or contribute.
The Server Directory Behind It
The extension is powered by VePrompts, our free MCP server directory. We curate and maintain metadata for every server — install commands, environment variables, compatibility matrices, tool listings, and ratings.
The directory is searchable at veprompts.com/mcp/servers/. You can filter by category, client, transport type, programming language, and whether the server is official or community-built. Each server has its own detail page with full documentation.
We also publish guides on the Veduis blog for specific setups. If you are new to MCP, start with our complete setup guide.
Why We Built This
We run Veduis, a digital agency, and VePrompts, a free AI tooling directory. We use MCP servers daily for client work — querying databases, automating browser tasks, managing cloud resources. The manual setup was costing us time every time we onboarded a new server or switched machines.
The extension solves a real problem we had. We use it ourselves. If you are working with MCP, it will probably save you time too.
Get It
VS Code Marketplace: 1 Click MCP Installer By VePrompts
Open VSX Registry: 1 Click MCP Installer By VePrompts
GitHub: https://Veduis/1clickmcp
Documentation: https://veprompts.com/mcp/vscode-extension/
Server Directory: https://veprompts.com/mcp/servers/
Setup Guide: https://veduis.com/blog/how-to-install-mcp-servers-vs-code/
Our Agency: https://veduis.com
Free. Open source. MIT license. No signup required.
Top comments (0)