Sublime Text MCP
Rank #6,303io.github.dpc00/sublime-mcp
MCP server for Sublime Text 4. Lets AI coding agents read and control a running ST instance.
Sublime Text MCP is a Model Context Protocol (MCP) server published by dpc00. It ranks #6,303 of 132,046 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. Sublime Text MCP is listed across 3 registries — Official MCP, PulseMCP and Glama, with 5 tracked versions. It was first listed on May 27, 2026 and most recently updated on Sep 9, 2026.
Ranks ahead of 125,743 of 132,046 servers on MCP Toplist.
Use Sublime Text MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add sublime-mcp -- uvx sublime-mcp[mcp_servers.sublime-mcp]
command = "uvx"
args = ["sublime-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"sublime-mcp": {
"command": "uvx",
"args": [
"sublime-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"sublime-mcp": {
"command": "uvx",
"args": [
"sublime-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"sublime-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"sublime-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"sublime-mcp": {
"command": "uvx",
"args": [
"sublime-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"sublime-mcp": {
"command": "uvx",
"args": [
"sublime-mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.dpc00%2Fsublime-mcp)<a href="https://mcptoplist.com/server/io.github.dpc00%2Fsublime-mcp"><img src="https://mcptoplist.com/badge/io.github.dpc00%2Fsublime-mcp.svg" alt="MCP Toplist: Top 5% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
dpc00
Available versions (5)
| Version | Published |
|---|---|
| 1.7.5 | Sep 9, 2026 |
| 1.7.4 | Sep 9, 2026 |
| 1.7.3 | Sep 9, 2026 |
| 1.7.2 | Sep 9, 2026 |
| 1.0.0 | May 27, 2026 |
Frequently asked questions
- Who maintains Sublime Text MCP?
- Sublime Text MCP is maintained by dpc00, which publishes 1 MCP server (5 total versions) tracked on MCP Toplist.
- Is Sublime Text MCP listed on the Official MCP Registry?
- Yes — Sublime Text MCP is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Sublime Text MCP have?
- MCP Toplist tracks 5 versions of Sublime Text MCP, most recently published on Sep 9, 2026.
- Where can I find the source code for Sublime Text MCP?
- The source code for Sublime Text MCP is hosted at github.com/dpc00/sublime-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.