Back to Home
suonian icon

yuque-mcp-server

Verified Safe

by suonian

Overview

Serves as a proxy for AI assistants to interact with the Yuque knowledge base platform via the Model Context Protocol (MCP).

Installation

Run Command
docker-compose up -d

Environment Variables

  • YUQUE_TOKEN
  • PORT
  • REDIS_URL
  • CACHE_EXPIRE
  • SERVICE_MODE
  • YUQUE_BASE_URL
  • DEFAULT_CORS_ORIGIN

Security Notes

The `docker-compose.yml` includes a hardcoded example `YUQUE_TOKEN` value as a default, which is a security anti-pattern. While intended for local testing or as a fallback, it's preferable to avoid any hardcoded secrets. The `install_service.sh` script modifies the `com.yuque.mcp.plist` file directly within the project's cloned directory during installation, which can lead to unexpected behavior or issues with version control. The server's CORS policy is set to allow all origins (`*`), which is acceptable for a locally-run proxy but broader than strictly necessary. Authentication token handling is well-documented with priority given to HTTP headers, environment variables, and config files, which is good practice.

Similar Servers

Stats

Interest Score30
Security Score6
Cost ClassLow
Stars1
Forks0
Last Update2026-01-12

Tags

AI AssistantKnowledge BaseAPI ProxyYuqueMCP