Sublime Text MCP for Cursor
io.github.dpc00/sublime-mcp
MCP server for Sublime Text 4. Lets AI coding agents read and control a running ST instance.
client:Cursor
transport:stdio
runtime:pypi
Install Sublime Text MCP in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"sublime-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"sublime-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs