modelscope·@noahjohannessen/canvas-mcp
暂无描述。
Canvas MCP is a set of tools that allows your AI agents to interact with Canvas LMS and Gradescope.


Note down the following beforehand:
Canvas > Account > Settings > Approved Integrations > New Access TokenTo install Canvas MCP for Claude Desktop via Smithery:
npx -y @smithery/cli install @aryankeluskar/canvas-mcp --client claude
Or, for Cursor IDE to use canvas-mcp with other models:
npx -y @smithery/cli install @aryankeluskar/canvas-mcp --client cursor
Or, for ChatGPT:
ChatGPT Settings > Connectors and click Create to add this server URL: https://server.smithery.ai/@aryankeluskar/canvas-mcp/mcpCreate a .env file in the root directory with the following environment variables:
SNITHERY_API_KEY=your_snithery_api_key
Add the following to your mcp.json or claude_desktop_config.json file:
{
"mcpServers": {
"canvas": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"run",
"@aryankeluskar/canvas-mcp"
]
}
}
}
Built by Aryan Keluskar :)
一种模型上下文协议服务器,通过与Canvas和Gradescope集成,帮助学生管理学术工作流程,以获取截止日期、下载课程材料以及与macOS日历或提醒事项同步。
一种模型上下文协议服务器,使大型语言模型(LLMs)能够通过AnkiConnect与Anki闪卡软件交互,从而实现对闪卡、卡组和笔记类型的创建与管理。
启用 Claude Desktop 与 Gauntlet Incept 系统交互,通过自然语言直接为 K-8 学生生成、标记和评估教育内容。
一个模型上下文协议服务器,允许克劳德为Rember创建闪卡,通过间隔重复复习帮助用户学习和记忆信息。
一种专用的模型上下文协议(MCP)服务器,它能够提供由人工智能驱动的面试角色扮演场景,用于练习,并给予逼真的对话反馈。
暂无描述。