
Sublime Text MCP
Give Claude Code read and control over your live Sublime Text 4 editor through a stdio MCP server.
Overview
Sublime Text MCP is a MCP server for the Build phase that lets Claude Code read and control a running Sublime Text 4 instance over stdio.
What is this MCP server?
- PyPI package sublime-mcp v1.0.0 with stdio MCP transport
- Read and control a running Sublime Text 4 instance from Claude Code
- Keeps Sublime as the editor of record while the agent orchestrates buffers and commands
- Local stdio bridge—no cloud IDE required
- Editor control MCP, not a language server or formatter skill
- Server version 1.0.0 on PyPI identifier sublime-mcp
- Transport: stdio per server manifest
- Target editor: Sublime Text 4 explicitly in description
What problem does it solve?
You code in Sublime Text 4 but your AI agent cannot see or drive the editor, so context and edits stay manual.
Who is it for?
Sublime Text 4 users who want Claude Code as a pair programmer inside their existing editor workflow.
Skip if: Teams on VS Code/Cursor-only setups, remote-only editors without ST4, or users who do not run MCP-capable Claude Code locally.
What do I get? / Deliverables
After registering sublime-mcp, Claude Code can interact with your live ST4 session through MCP tools instead of detached file-only edits.
- Live MCP bridge between agent and Sublime Text 4
- Agent-driven read/control of the active ST4 workspace
- Reduced context switching during implementation
Recommended MCP Servers
Journey fit
Canonical shelf is Build because the server extends your coding environment so the agent can pair-program inside Sublime Text 4. Agent-tooling is the fit: this is IDE/editor MCP wiring, not app frontend or backend feature work.
How it compares
Sublime-specific editor MCP bridge, not a replacement for LSP, git, or terminal skills.
Common Questions / FAQ
Who is Sublime Text MCP for?
Developers who use Sublime Text 4 locally and want Claude Code to read and control that editor via MCP.
When should I use Sublime Text MCP?
While building features and you want the agent to align with open buffers, selections, and ST4 commands in real time.
How do I add Sublime Text MCP to my agent?
Install the PyPI package sublime-mcp, ensure Sublime Text 4 is running, and add a stdio MCP server entry in your Claude Code MCP configuration.