Back to Home
dootask icon

mcp

Verified Safe

by dootask

Overview

Expose DooTask workspace functionalities as a remote HTTP service for AI clients (like Claude) using the Model Context Protocol (MCP).

Installation

Run Command
docker run --rm -p 7000:7000 -p 7001:7001 mcp-remote-server

Environment Variables

  • OCR_API_URL
  • TESSDATA_PREFIX
  • TESSDATA_CACHE

Security Notes

The server relies on DooTask token authentication for MCP requests and internal network routing (e.g., `http://nginx`). The `extract_image_text` tool allows an `image_url` parameter, which if supplied by an untrusted source, could lead to Server-Side Request Forgery (SSRF) by fetching arbitrary external URLs. While the OCR service runs locally on an internal port (`7001`), fetching external content directly from user input without robust URL validation remains a risk. Resource consumption for OCR is mitigated by `MAX_SIZE` and `OCR_TIMEOUT` settings.

Similar Servers

Stats

Interest Score0
Security Score6
Cost ClassMedium
Avg Tokens1000
Stars0
Forks0
Last Update2026-01-18

Tags

MCPAIAutomationRemote Server