Skip to content
VS Code

Sublime Text MCP for VS Code

io.github.dpc00/sublime-mcp

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

client:VS Code transport:stdio runtime:pypi

Install Sublime Text MCP in VS Code

.vscode/mcp.json

{
  "servers": {
    "sublime-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "sublime-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Sublime Text MCP in other clients