Skip to content
Zed

Textavia MCP for Zed

io.github.catorch/textavia-mcp

Local-first MCP server for text, JSON, Base64, CSV, regex, and developer utilities.

client:Zed transport:stdio runtime:npm

Install Textavia MCP in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "textavia-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@textavia/mcp"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Textavia MCP in other clients