Skip to content
Cursor

Xenmark for Cursor

io.github.xenmark/xenmark-mcp

Read your Xenmark drawing reviews from AI assistants: projects, drawings, comments, notifications.

client:Cursor transport:stdio runtime:npm

Install Xenmark in Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "xenmark-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "xenmark-mcp"
      ],
      "env": {
        "XENMARK_TOKEN": "<XENMARK_TOKEN>"
      }
    }
  }
}

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

Xenmark in other clients