ketchup-draw-mcp-server
Verified Safeby Komorebi-yaodong
Overview
Enables MCP clients (like Claude Desktop) to generate and optimize images using Ketchup AI and automatically upload them to URUSAI! for permanent URLs.
Installation
npx -y ketchup-draw-mcp-serverEnvironment Variables
- HTTPS_PROXY
- HTTP_PROXY
Security Notes
The server's code appears generally safe. It doesn't use `eval` or exhibit obfuscation. Network requests are made to `ketchup-ai.com` and `api.urusai.cc` which are external services; their security is assumed. Proxy support via `undici` is implemented correctly using environment variables, preventing hardcoded proxy details. No hardcoded secrets were found. An unused `node-catbox` dependency is present in `package.json`, but the image upload logic in `src/index.ts` uses direct `fetch` calls, which is a minor inefficiency but not a security flaw.
Similar Servers
RemoteMCPServer
Provides an HTTP API for programmatic web searching using the Tavily search engine.
NinjaCode-MCP
NinjaCode is an MCP server that provides AI agents with real-time code quality, security, and best practice guidance during development.
raml-mcp-server
This server provides an implementation or framework for interacting with the Minecraft Protocol (MCP), likely for custom game logic or client interactions.
nova-canvas-mcp-server
Provides a backend server for a real-time collaborative canvas application, likely handling synchronization and persistence of drawing data for multiple users.