Skip to content
VS Code

Textavia MCP for VS Code

io.github.catorch/textavia-mcp

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

client:VS Code transport:stdio runtime:npm

Install Textavia MCP in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Textavia MCP in other clients