mcpbeat Sign in

Xenmark MCP Server

local only

Xenmark runs on your own machine — the client starts it, so there is no endpoint to ping. 37 installs a week from npm. Last commit 3 Sep 2026.

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

Installs per day peak 44 · avg 2
a month agotoday
37
Installs / week
npm · xenmark-mcp
0
Stars
0 open issues
3 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Xenmark every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add xenmark-mcp -- npx -y xenmark-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "xenmark-mcp": {
      "args": [
        "-y",
        "xenmark-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.xenmark-mcp]
command = "npx"
args = ["-y", "xenmark-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "xenmark-mcp": {
      "args": [
        "-y",
        "xenmark-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "xenmark-mcp": {
      "args": [
        "-y",
        "xenmark-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: XENMARK_TOKEN (Your Xenmark Personal API token (Postman, GitHub), generated in Xenmark under Account & Security > Connected apps.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Xenmark

same job, measured the same way
MeisterTask
by meistertask

Create and manage MeisterTask projects, tasks, and notes from your AI assistant.

answering
Mila
by mila-gg

Create and manage documents, spreadsheets, and presentations from your AI assistant.

23 tools answering
Captain Legal
by captain

Compliant legal documents from your AI assistant: 1,100+ templates, 15 countries, free preview.

5 tools answering
Mem
by mem-labs

Securely search, create, and organize your Mem notes and collections from AI assistants.

answering
Turnale
by turnale

Run racket-sport tournaments from your AI assistant: fair draws, scores, live standings.

30 tools answering
Reflecto
by reflecto

Reach your own phone from an AI agent: notifications, approval questions, reminders, ring, files.

answering
Makers Page MCP
by alexcloudstar

Marketing Assistant MCP: draft, approve, and publish posts to X from your coding agent.

local only
Northflank
by usefulapi

Inspect and control your Northflank projects, services, jobs, and builds from your AI assistant.

17 tools answering

Xenmark — questions

Answers built from our own checks of this server.

Why is there no uptime for Xenmark?
Xenmark runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package xenmark-mcp was installed 37 times last week.
How do I connect Xenmark?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls xenmark-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Xenmark?
The npm package xenmark-mcp was installed 37 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Xenmark open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.