Skip to content
Windsurf

Sublime Text MCP for Windsurf

io.github.dpc00/sublime-mcp

MCP server for Sublime Text 4. Lets AI coding agents read and control a running ST instance.

client:Windsurf transport:stdio runtime:pypi

Install Sublime Text MCP in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

{
  "mcpServers": {
    "sublime-mcp": {
      "command": "uvx",
      "args": [
        "sublime-mcp"
      ]
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

Sublime Text MCP in other clients