Cline + MCP: Setup Guide for VS Code
Cline supports MCP for connecting to external tools within VS Code. How to configure servers, which ones work best, and how SKILL.md skills enhance Cline.
Cline is an AI coding agent that runs inside VS Code, and it supports MCP for connecting to external tools. If you're using Cline as your primary coding assistant, adding MCP servers extends its capabilities beyond code editing into database queries, API interactions, and service management.
Quick Answer: Cline connects to MCP servers through its settings panel in VS Code. Once configured, the servers appear as available tools that Cline can use during coding sessions, with automatic discovery at startup for integration with external data or actions.
How Cline handles MCP
Cline connects to MCP servers through its settings panel in VS Code. Once configured, the servers appear as available tools that Cline can use during your coding sessions. The integration is automatic — Cline discovers available tools at startup and uses them when your requests require external data or actions.
Recommended skills

Engineering Judgment Architect for AI Coding Agents
by Shandra
Teaches AI coding agents to make software engineering decisions before coding, i…

The TweetClaw
by Martin Gunderman
Professional X/Twitter automation for AI agents: Post, monitor, extract data, an…
nex-mempalace-memory-system
by Nex AI
Deploy a structured, long-term memory palace for AI agents on Raspberry Pi via M…
Configuration
Open VS Code settings and navigate to Cline's MCP configuration section. Add servers in the following format:
{
"mcpServers": {
"github": {
"type": "url",
"url": "https://mcp.github.com/sse",
"headers": {
"Authorization": "Bearer YOUR_TOKEN"
}
}
}
}
Cline supports both stdio (local) and HTTP/SSE (remote) transports. Local servers are better for file system access and database connections. Remote servers work well for cloud services.
Best MCP servers for Cline
Since Cline is VS Code-native, it already has good file system access. The MCP servers that add the most value are ones that connect to external services:
- GitHub/GitLab MCP — manage issues and PRs without leaving the editor
- Database servers — query PostgreSQL, MySQL, or SQLite inline
- Notion/Linear MCP — check project context while coding
- Sequential Thinking — better reasoning for complex tasks
Combining MCP with SKILL.md
Cline also supports SKILL.md skills for defining coding behavior. MCP handles what tools are available. SKILL.md handles how Cline should approach specific tasks. A code review skill that uses a GitHub MCP server to check commit history before reviewing code is a practical example of both working together.
Browse MCP servers and skills compatible with Cline on Agensi.
Frequently Asked Questions
Skills you might need
README Rescue Architect for AI Coding Agents
$9.99Transforms undocumented repositories into professional README files, setup guide…
Windows Desktop Automation Architect for AI Coding Agents
$9.99Designs robust Windows desktop automation workflows using pywinauto, UI Automati…
API Contract Guardian for AI Coding Agents
$9.99Protects API endpoints from accidental breaking changes by generating contract m…
Related Articles
n8n MCP Server: Automate Workflows with Your AI Agent (2026)
Set up the n8n MCP server to let your AI agent create, modify, and trigger workflow automations through the Model Contex
4 min read
Playwright MCP Server: Setup Guide for AI Coding Agents (2026)
The Playwright MCP server lets your AI coding agent run browser tests, take screenshots, and debug E2E failures.
5 min read