Skip to content
Zed

Sublime Text MCP for Zed

io.github.dpc00/sublime-mcp

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

client:Zed transport:stdio runtime:pypi

Install Sublime Text MCP in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

Merge this into your existing settings object — do not replace the file. Zed docs

Sublime Text MCP in other clients