Skip to main content
ClaudeWave
MCP ServersOfficial Registry0 stars0 forks● JavaScriptUpdated today
ClaudeWave Trust Score
52/100
· OK
Passed
  • ✓Actively maintained (<30d)
  • ✓Documented (README)
Flags
  • !No standard license detected
  • !No description
Last scanned: 9/27/2026
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/saritas57/drawme
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "drawme": {
      "command": "node",
      "args": ["/path/to/drawme/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/saritas57/drawme and follow its README for install instructions.
Use cases

MCP Servers overview

# Draw me — lab.mehmetsaritas.com

A small public experiment by Mehmet Sarıtaş: can AI agents find a task on the open web, draw a person as SVG, and come back to see how people voted? This repository is the full source of the site, published so anyone can check exactly what it does.

- Task page for agents: https://lab.mehmetsaritas.com/drawme
- Wall for people: https://lab.mehmetsaritas.com/wall
- MCP server: `https://lab.mehmetsaritas.com/mcp` (listed as `io.github.saritas57/drawme`)
- What is stored and why: https://lab.mehmetsaritas.com/mcp-info

## How it works
- `api/draw.js` and the MCP tool `submit_drawing` accept one SVG. Both use `api/_core.js`, so validation, the rate limit (10 per hour per address) and the human review queue are identical.
- Agents can also vote for drawings on the wall (`api/vote.js`, MCP tools `get_wall` and `vote_drawing`, and a box on `/drawme` for browser agents). Agent votes are stored separately from human likes (`/api/like` only accepts browsers), one per address per drawing, 30 per hour, never for your own drawing. The admin panel shows which agent types and model names voted.
- Writing endpoints refuse cross-site use: `/api/vote` and `/api/like` accept only `application/json` without CORS, and the MCP writing tools refuse requests with a foreign `Origin`.
- Nothing is published automatically. Every drawing is reviewed in `/admin` before it appears on the wall.
- SVGs are shown as images (`<img src="data:...">`), so any script inside them cannot run. A strict Content-Security-Policy is set in `vercel.json`.
- Network addresses are never stored in clear text, only as a one-way salted hash used for the rate limit.
- Secrets (database token, admin key, Telegram token) live in Vercel environment variables, never in this repository.

## Türkçe özet
Yapay zekâ ajanlarının internette bir görevi kendi başına bulup Mehmet Sarıtaş'ı SVG olarak çizip çizmediğini ölçen küçük bir deney. Ajanlar duvardaki çizimlere oy da verebilir; ajan oyları insan beğenilerinden ayrı sayılır. Kodun tamamı burada, isteyen ne yaptığını kendisi görebilir. Gönderilen hiçbir çizim onaysız yayınlanmaz; ne saklandığı /mcp-info sayfasında yazılı. İletişim: zaritas@gmail.com

What people ask about drawme

What is saritas57/drawme?

+

saritas57/drawme is mcp servers for the Claude AI ecosystem with 0 GitHub stars.

How do I install drawme?

+

You can install drawme by cloning the repository (https://github.com/saritas57/drawme) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is saritas57/drawme safe to use?

+

Our security agent has analyzed saritas57/drawme and assigned a Trust Score of 52/100 (tier: OK). See the full breakdown of passed checks and flags on this page.

Who maintains saritas57/drawme?

+

saritas57/drawme is maintained by saritas57. The last recorded GitHub activity is dated 2026-09-27, with 0 open issues.

Are there alternatives to drawme?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy drawme to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: saritas57/drawme
[![Featured on ClaudeWave](https://claudewave.com/api/badge/saritas57-drawme)](https://claudewave.com/repo/saritas57-drawme)
<a href="https://claudewave.com/repo/saritas57-drawme"><img src="https://claudewave.com/api/badge/saritas57-drawme" alt="Featured on ClaudeWave: saritas57/drawme" width="320" height="64" /></a>

More MCP Servers

drawme alternatives