Loading MCP server directory, please wait...
MCP server for Sublime Text 4. Lets Claude Code read and control a running ST instance.
npx @getmcp/cli add io.github.dpc00/sublime-mcpRequires Python 3.10+. Community-contributed server. Review source before installing.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.dpc00/sublime-mcp": {
"command": "uvx",
"args": [
"sublime-mcp"
]
}
}
}