Skip to content
VS Code

Matra for VS Code

com.matrajs/matra

The Matra rich text editor's documentation as an MCP server: every extension, command and API.

client:VS Code transport:stdio runtime:npm

Install Matra in VS Code

.vscode/mcp.json

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

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

Matra in other clients