惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

M
MIT News - Artificial intelligence
罗磊的独立博客
Hugging Face - Blog
Hugging Face - Blog
Apple Machine Learning Research
Apple Machine Learning Research
Last Week in AI
Last Week in AI
S
SegmentFault 最新的问题
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
美团技术团队
人人都是产品经理
人人都是产品经理
WordPress大学
WordPress大学
The Cloudflare Blog
IT之家
IT之家
雷峰网
雷峰网
小众软件
小众软件
博客园 - 叶小钗
博客园 - 聂微东
爱范儿
爱范儿
博客园 - 司徒正美
博客园 - 三生石上(FineUI控件)
V
Visual Studio Blog
博客园 - 【当耐特】
V
V2EX
博客园_首页
T
Tailwind CSS Blog

DEV Community

Authentication Security Deep Dive: From Brute Force to Salted Hashing (With Java Examples) Why AI Systems Don’t Fail — They Drift Spilling beans for how i learn for exam😁"Reinforcement Learning Cheat Sheet" I Replaced Chrome with Safari for AI Browser Automation. Here's What Broke (and What Finally Worked) How Python Borrows Other People's Work The $40 Architecture: Processing 1 Billion API Requests with 99.99% Uptime Vibe Coding: A Workflow Guide (From Zero to SaaS) Most webhook security guides protect the wrong side. The scary part is delivery. Headless CMS for TanStack Start: Build a Blog with Cosmic EU Age Verification App "Hacked in 2 Minutes" — What Actually Happened Comfy Cloud’s delete function does not actually remove files Running AI Models on GPU Cloud Servers: A Beginner Guide Event-driven media intelligence with AWS Step Functions and Bedrock I scored 500 AI prompts across 8 quality dimensions — here's what broke How to Call Google Gemini API from Next.js (Free Tier, No Backend Needed) The Portal Protocol: Reclaiming Human Connection in the Age of AI How to Fix Your Team's Scattered Knowledge Problem With a Self-Hosted Forum Intro to tc Cloud Functors: A Graph-First Mental Model for the Modern Cloud Designing Multi-Tenant Backends With Both Ownership and Team Access I Built a Neumorphic CSS Library with 77+ Components — Here's What I Learned PostgreSQL Performance Optimization: Why Connection Pooling Is Critical at Scale Cómo construí un SaaS multi-rubro para gestionar expensas en Argentina con FastAPI + Vue 3 🚀 I Built an Ethical Hacking Scanner Tool – Open Source Project I Replaced /usage and /context in Claude Code With a Single Statusline A Pythonic Way to Handle Emails (IMAP/SMTP) with Auto-Discovery and AI-Ready Design I Collected 8.9 Million Polymarket Price Points — Here's What I Found About How Markets Really Move EcoTrack AI — Carbon Footprint Tracker & Dashboard Everyone's Using AI. No One Agrees How. 5 self-hosted ebook managers worth trying in 2026 Building Your First AI Agent with LangChain: From Chatbot to Autonomous Assistant
We Built a VS Code Extension That Installs 90+ MCP Server...
Veduis · 2026-06-12 · via DEV Community

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.