mcpbeat Sign in

Napkin MCP Server

local only

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

Shared visual canvas (Excalidraw) for collaborative whiteboarding between AI agents and humans.

Installs per day peak 21 · avg 5 · +32% w/w
a month agotoday
37
Installs / week
npm · napkin-mcp
1
Stars
0 open issues
6 May 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Napkin 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 napkin -- npx -y napkin-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "napkin": {
      "args": [
        "-y",
        "napkin-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.napkin]
command = "npx"
args = ["-y", "napkin-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "napkin": {
      "args": [
        "-y",
        "napkin-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "napkin": {
      "args": [
        "-y",
        "napkin-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: ANTHROPIC_API_KEY (Anthropic API key — enables vision features (describe_elements). Optional.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Napkin

same job, measured the same way
Tldraw
by tldraw

Draw and visually collaborate with your agents on tldraw's canvas.

6 tools answering
Modellix Agent Canvas
by modellix

Local MCP canvas for Modellix image generation, editing, task recovery, and visual project work.

81 installs/wk local only
Taste Bank
by quasarg

Reusable visual design systems for AI coding agents — browse, fetch, and submit styles via MCP.

local only
Composer
by olivergrabner

Give your AI coding agent an architecture canvas to design and evolve diagrams.

46 installs/wk local only
Easel
by gemberkoekje

A headless painting engine for AI agents: brushes, paint load, wet blending, canvas texture.

local only
Unpaged
by unpaged

Whiteboard where any shape opens into another canvas. Claude Code plugin renders plans on it.

answering
myplan
by myplan

Shared Markdown notes and canvases that people and AI agents edit together; agents suggest edits.

answering
Artifactos
by martindfarre

Save, version & share AI-generated HTML artifacts (canvases, dashboards, apps) as links.

answering

Napkin — questions

Answers built from our own checks of this server.

Why is there no uptime for Napkin?
Napkin 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 napkin-mcp was installed 37 times last week.
How do I connect Napkin?
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 napkin-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Napkin?
The npm package napkin-mcp was installed 37 times in the last week. Week over week that is +32%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Napkin open source?
Yes — it is published under the MIT licence, written in TypeScript and 1 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.