mcpbeat Sign in

Draw2agent MCP Server

local only

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

Draw on your website, let your AI agent see it. Visual context for code generation via MCP.

Installs per day peak 21 · avg 4 · +137% w/w
a month agotoday
49
Installs / week
npm · draw2agent
3
Stars
0 open issues
17 May 2026
Last commit
0 releases in 90 days
License
TypeScript

Nothing serious here today

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

Alternatives to Draw2agent

same job, measured the same way
Yocoolab
by jonahbkerr

Pin visual feedback on any live web page and send it to Claude Code, Cursor or your AI agent.

79 installs/wk local only
unerr
by unerr-ai

Operational memory for AI agents: code graph, session memory & guardrails. No context rot.

87 installs/wk local only
Gency MCP
by gency

Gency AI product image generation - MCP server for Claude, Codex, Cursor, VS Code

87 installs/wk local only
I
Pmat Agent
by paiml

Zero-config AI context generation and code quality toolkit with Claude Code Agent Mode support

local only
Denialbot
by edgeedgehq

Insurance denial code lookup, appeal letter generation, and denial analysis for AI agents.

33 installs/wk local only
Scribe
by writulos

Generate clean markdown documentation for your code — one file, or up to 20 in one batch.

57 installs/wk local only
Writingmate MCP
by writingmate

Use AI models for chat, image, and video generation from Claude Code and other MCP hosts.

answering
Botcall MCP
by danecodes

Give your AI agent a real phone number for SMS verification codes.

22 installs/wk local only

Draw2agent — questions

Answers built from our own checks of this server.

Why is there no uptime for Draw2agent?
Draw2agent 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 draw2agent was installed 49 times last week.
How do I connect Draw2agent?
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 draw2agent straight from npm; nothing to host, nothing to sign up for.
How many people use Draw2agent?
The npm package draw2agent was installed 49 times in the last week. Week over week that is +137%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Draw2agent open source?
We cannot say either way: written in TypeScript and 3 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.