1 Click MCP Installer By VePrompts
Install MCP servers from VePrompts with one click inside VS Code.
Screenshots
Activity Bar Icon

The MCP Installer panel is accessible from the VS Code activity bar via the plug icon.
Server Tree View

Browse MCP servers by category. Installed servers show a checkmark. Click any server to install.
Install Prompt

Select your target MCP client and enter required environment variables. The server is added to your client's config automatically.
Supported Clients
| Client |
Platform |
Config Path |
| Claude Desktop |
macOS, Windows, Linux |
~/Library/Application Support/Claude/claude_desktop_config.json |
| Cursor |
Universal |
~/.cursor/mcp.json |
| Cline |
macOS, Windows, Linux |
~/Library/Application Support/Code/.../cline_mcp_settings.json |
| Devin (formerly Windsurf) |
Universal |
~/.codeium/devin (formerly windsurf)/mcp_config.json |
| VS Code (native MCP) |
macOS, Windows, Linux |
~/Library/Application Support/Code/User/mcp.json |
| Continue.dev |
Universal |
~/.continue/config.json |
| Zed |
macOS, Linux |
~/.config/zed/settings.json |
| mcphub.nvim |
Universal |
~/.config/mcphub/servers.json |
Features
- One-click install — Browse 500+ MCP servers and install to any supported client
- Auto-detect clients — Automatically finds installed MCP clients on your system
- Environment variable prompts — Securely enter API keys during installation
- Multi-client support — Install the same server to multiple clients
- Catalog sync — Always up-to-date with the latest MCP servers from VePrompts
Installation
- Install from the VS Code Marketplace
- Or install from the Open VSX Registry
- Open the MCP Installer panel from the activity bar
- Browse categories or search for servers
- Click install on any server
Usage
Install a Server
- Click on a server in the tree view
- Select your MCP client (or let it auto-detect)
- Enter any required API keys
- The server is added to your client's config
Search Servers
Use the command palette (Cmd+Shift+P / Ctrl+Shift+P) and type "VePrompts" to:
- Search MCP servers
- Install specific servers
- Copy install commands
Set your default MCP client in VS Code settings:
{
"veprompts-mcp.preferredClient": "cursor"
}
Options: auto, claude-desktop, cursor, cline, devin (formerly windsurf), vscode, continue, zed, mcphub-nvim
Links
License
MIT