Skip to content
Cursor

Matra for Cursor

com.matrajs/matra

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

client:Cursor transport:stdio runtime:npm

Install Matra in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Matra in other clients