Odel
Xenmark

Xenmark

Local
@xenmarkTypeScriptMITUpdated 3 days ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmxenmark-mcpv0.1.2

Run

npx -y xenmark-mcp

MCP client config

{
  "mcpServers": {
    "xenmark": {
      "command": "npx",
      "args": [
        "-y",
        "xenmark-mcp"
      ]
    }
  }
}