VS Code ExtensionBrowse Cline / VS Code Servers Directory
How to Install MCP Servers in Cline / VS Code
How to configure MCP servers for Cline (formerly Claude Dev) in VS Code — settings file location, standard JSON structure, and enabling tool permissions.
Configuring Cline / VS Code
Config file: cline_mcp_settings.json
macOS Path:
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.jsonConfiguration Snippet
{
"mcpServers": {
"sqlite": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-sqlite"],
"disabled": false,
"autoApprove": []
}
}
}Step-by-step Installation Guide
- 1
Open Cline MCP Settings
In VS Code, click the Cline icon in the activity bar, select the gear/MCP settings icon, or edit cline_mcp_settings.json directly.
- 2
Add the server configuration
Paste your server under "mcpServers". You can optionally specify autoApprove tool arrays or set disabled: false.
- 3
Test tool execution
Prompt Cline in VS Code to use the newly added tool. Cline will prompt for permission or automatically run the tool based on your settings.
Popular MCP servers to try in Cline / VS Code
View All Compatible Servers →- MCP & Agent Skills for Automated Documentation, and codebase conventions + context13 21
- Claude Task MastereyaltoledanoAI-powered task management system for AI-driven development. Features PRD parsing, task expansion, multi-provider support (Claude, OpenAI, Gemini, Perplexity, xAI), and selective tool loading for optimized context usage.2 0
- AAgent1mcpA unified Model Context Protocol server implementation that aggregates multiple MCP servers into one.7 0
- Mcp Server Kubernetesflux159/🏠 - Typescript implementation of Kubernetes cluster operations for pods, deployments, services.0 0
- UUnity MCPIvanMurzak⃣ 🏠 🍎 🪟 🐧 - MCP Server for Unity Editor and for a game made with Unity2 0
- Search1api Mcpfatwang2Search via search1api (requires paid API key)1 0
- A Model Context Protocol (MCP) server for interacting with iOS simulators. This server allows you to interact with iOS simulators by getting information about them, controlling UI interactions, and inspecting UI elements.1 0
- WWebclaw0xMassiWeb content extraction for AI agents. 10 tools: scrape, crawl, map, batch, extract, summarize, diff, brand, search, research. TLS fingerprinting bypasses anti-bot without a browser. 67% fewer tokens than raw HTML. npx create-webclaw auto-configures Claude, Cursor, Windsurf, Codex, OpenCode.9 2