🏄

Windsurf

Codeium's AI IDE with powerful MCP server support

Agentic AIFlowsMulti-file editing
Get Windsurf

Quick Setup

Configure MCP servers in Windsurf by editing your config file

macOS
~/.windsurf/mcp.json
Windows
%USERPROFILE%\.windsurf\mcp.json
Linux
~/.windsurf/mcp.json

Example Configuration

config.json
{
  "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 Windsurf to load the new servers

Compatible Servers

181 servers work with Windsurf

View all →