xiaoya-teacher-mcp-server
Verified Safeby Sav1ouR520
Overview
Educational management for teachers, integrating with AI assistants via MCP to manage resources, create questions, and track tasks.
Installation
uvx xiaoya-teacher-mcp-serverEnvironment Variables
- XIAOYA_ACCOUNT
- XIAOYA_PASSWORD
- XIAOYA_AUTH_TOKEN
- MCP_TRANSPORT
- MCP_MOUNT_PATH
- MCP_HOST
- MCP_PORT
Security Notes
No use of 'eval' or obvious code obfuscation. Network communication uses HTTPS. Authentication involves fetching and caching tokens, which is standard. Hardcoded URLs (fzrjxy.ai-augmented.com) and client/school IDs tie the server to a specific platform, which isn't a vulnerability per se but limits general applicability. Input validation via Pydantic models is present for tool arguments. File download uses URL quoting, reducing injection risk. Overall appears robust for its intended purpose.
Similar Servers
mcp-server-juejin
AI-powered service for publishing articles to JueJin community.
translation-helps-mcp
An AI-powered platform for Bible study and translation assistance, leveraging a multi-agent system to aggregate and query diverse translation resources via a Model Context Protocol (MCP) server.
KnowledgeMCP
An MCP server that enables AI coding assistants and agentic tools to leverage local knowledge through semantic search.
MCPify
Exposes ASP.NET Core endpoints and OpenAPI specifications as Model Context Protocol (MCP) tools for AI assistants.