📝

Cline

Autonomous coding agent for VS Code with MCP capabilities

Autonomous codingTerminal accessBrowser use
Get Cline

Quick Setup

Configure MCP servers in Cline by editing your config file

macOS
VS Code Settings → Extensions → Cline → MCP Servers
Windows
VS Code Settings → Extensions → Cline → MCP Servers
Linux
VS Code Settings → Extensions → Cline → MCP Servers

Example Configuration

settings.json
{
  "cline.mcpServers": {
    "filesystem": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-filesystem",
        "/path/to/files"
      ]
    },
    "github": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-github"
      ],
      "env": {
        "GITHUB_TOKEN": "your-token-here"
      }
    }
  }
}

1. Open or create the config file at the path shown above

2. Add servers from the list below to your config

3. Restart Cline to load the new servers

Compatible Servers

181 servers work with Cline

View all →