Skip to content
Grok

Sublime Text MCP for Grok

io.github.dpc00/sublime-mcp

MCP server for Sublime Text 4. Lets AI coding agents read and control a running ST instance.

client:Grok transport:stdio runtime:pypi

Install Sublime Text MCP in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Sublime Text MCP in other clients