sublime-mcp

dpc00/sublime-mcp
★ 0 stars Python 🔌 API Integration Updated today
MCP server for Sublime Text 4 — lets Claude Code read and control a running ST instance
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

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

Or install with pip: pip install sublime-mcp

README Excerpt

<!-- mcp-name: io.github.dpc00/sublime-mcp --> MCP server for Sublime Text 4. Lets Claude Code (or any MCP client) read and control a running ST instance via a local HTTP bridge. 58 tools covering reading, navigation, editing, searching, build, Terminus integration, settings, layout, and live Python scripting.

Tools (20)

add_folderclose_fileduplicate_lineeval_pythonexecfind_in_filefind_in_filesfocus_groupfold_linesget_active_fileget_active_panelget_bookmarksget_command_paletteget_commandsget_cursor_contextget_encodingget_file_contentget_layoutget_line_countget_menu_items