MCP Docent Server
Servidor docente MCP
Este es un servidor MCP que toma una imagen como entrada y genera un docente para esa imagen.
Genere automáticamente descripciones para una variedad de imágenes utilizando un sistema de comentarios basado en IA.
Características principales
Cuando carga un archivo de imagen, la IA analiza la imagen y genera una oración descriptiva.
Soporte para varias funciones de registro de herramientas docentes
Arquitectura escalable con servidor Express basado en TypeScript
Related MCP server: Vidu MCP Server
Estructura del directorio y componentes principales
src/
├── index.ts # 서버 엔트리 포인트
└── tools/
└── registerDocentTool.ts # 도슨트 도구 등록 로직LICENCIA (Licencia MIT)
MIT License
Copyright (c) 2025 Dong Project Team
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.This server cannot be deployed
Maintenance
Related MCP Connectors
MCP server for NanoBanana AI image generation and editing
AI image processing: upscale, resize, crop, compress, convert file format, and generate SEO metadata
Presentations.AI MCP server — create designed slide decks from a topic, text, or document.
Image/video analysis: NSFW detection, object detection, thumbnails
Related MCP Servers
- AlicenseNot gradedqualityFmaintenanceA server that provides AI-powered image generation, modification, and processing capabilities through the Model Context Protocol, leveraging Google Gemini models and other image services.18MIT
- AlicenseBqualityFmaintenanceA server that enables generating videos from static images using Vidu's AI models, with features for image-to-video conversion, task monitoring, and image uploading.33MIT
- AlicenseCqualityDmaintenanceA server that accepts image URLs and analyzes their content using GPT-4-turbo, enabling Claude AI assistants to understand and describe images through natural language.29 npm8MIT
- -licenseNot gradedqualityNot gradedmaintenanceAn integration server that connects to gpt-image-1 and Gemini imagen4 models, allowing users to generate high-quality images from text descriptions via simple API endpoints.-