{"id":26648524,"url":"https://github.com/EduBase/MCP","last_synced_at":"2025-03-25T00:02:13.666Z","repository":{"id":280036131,"uuid":"940803959","full_name":"EduBase/MCP","owner":"EduBase","description":"The EduBase MCP server enables Claude and other LLMs to interact with EduBase's comprehensive e-learning platform through the Model Context Protocol (MCP).","archived":false,"fork":false,"pushed_at":"2025-03-16T07:35:51.000Z","size":424,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-16T08:25:49.561Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://developer.edubase.net","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/EduBase.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-02-28T20:29:34.000Z","updated_at":"2025-03-16T07:35:54.000Z","dependencies_parsed_at":"2025-02-28T23:45:23.190Z","dependency_job_id":"601f28b4-572d-466f-8c6f-9c591ae41aa0","html_url":"https://github.com/EduBase/MCP","commit_stats":null,"previous_names":["edubase/mcp"],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EduBase%2FMCP","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EduBase%2FMCP/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EduBase%2FMCP/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EduBase%2FMCP/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EduBase","download_url":"https://codeload.github.com/EduBase/MCP/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245372380,"owners_count":20604491,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-03-25T00:02:03.537Z","updated_at":"2025-03-25T00:02:13.550Z","avatar_url":"https://github.com/EduBase.png","language":"TypeScript","readme":"\u003cimg src=\"https://static.edubase.net/media/brand/title/color.png\" alt=\"EduBase logo\" height=\"150\" /\u003e\n\n# EduBase MCP server\n\n[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/EduBase/MCP/main.svg)](https://results.pre-commit.ci/latest/github/EduBase/MCP/main)\n\nThis repository contains the **implementation of the Model Context Protocol** (MCP) server **for the EduBase platform**. It allows MCP clients (for example Claude Desktop) and LLMs to interact with your EduBase account and perform tasks on your behalf.\n\n## What is EduBase?\n\nEduBase is an innovative, modular, online educational platform that makes learning more enjoyable, simpler and interactive, suitable for educational institutions or enterprises.\n\n### Why choose EduBase?\n\nEduBase revolutionizes digital learning with its unique combination of features:\n\n* **Advanced Quiz System** with parametrization allowing infinite variations of the same question, real-time cheating detection, beautiful LaTeX typesetting, advanced STEM-support and automatic grading\n* **Unified Learning Environment** that centralizes all your educational content — videos, exams, documents, and SCORM modules — in one intuitive system\n* **Enterprise-Grade Security** with features like SSO integration, fine-grained access controls, comprehensive auditing, and GDPR compliance\n* **Integration** with your existing systems through LTI, comprehensive API, and custom integration options\n* **AI-Assisted Tools**, such as EduBase Assistant, that can instantly transform your existing content into interactive quizzes and assessments, or translate your materials from one language to another\n\nFrom higher education institutions to corporate training departments, EduBase scales to meet your specific needs while maintaining an intuitive user experience across all devices.\n\n### Demo video\n\nCollaboratively creating and uploading questions, scheduling exams and analyzing user results with Claude:\n\n\u003ca href=\"https://www.youtube.com/watch?v=jvGP-5NzRPs\"\u003e\n  \u003cimg src=\"https://img.youtube.com/vi/jvGP-5NzRPs/maxresdefault.jpg\" alt=\"Demonstrating EduBase's MCP server to collaboratively create and upload questions, schedule exams and analyze results.\" width=\"600\"/\u003e\n\u003c/a\u003e\n\n### Obtaining your API credentials\n\nOnce logged in, on your Dashboard, search for the Integrations menu, click \"add integration\" and choose the type \"EduBase API\".\n\n\u003cimg src=\"https://shared.edubase.net/mcp/EduBase_Integration_page_with_API_credentials.png\" alt=\"EduBase API credentials page\" width=\"500\" /\u003e\n\nIf you don't see this option, feel free to contact us to request access at [info@edubase.net](mailto:info@edubase.net).\n\n## Tools\n\nEach documented API endpoint is available as a separate tool, named `edubase_\u003cmethod\u003e_\u003cendpoint\u003e`. For example, the tool for the `GET /user` endpoint is named `edubase_get_user`. See our [developer documentation](https://developer.edubase.net) for more information.\n\n## Usage with Claude Desktop\n\nAdd the following to your `claude_desktop_config.json`:\n\n### node\n\n```json\n{\n  \"mcpServers\": {\n    \"edubase\": {\n      \"command\": \"node\",\n      \"args\": [\n        \"/path/to/dist/index.js\"\n      ],\n      \"env\": {\n        \"EDUBASE_API_URL\": \"https://domain.edubase.net/api\",\n        \"EDUBASE_API_APP\": \"your_integration_app_id\",\n        \"EDUBASE_API_KEY\": \"your_integration_secret_key\"\n      }\n    }\n  }\n}\n```\n\n### docker\n\n```json\n{\n  \"mcpServers\": {\n    \"edubase\": {\n      \"command\": \"docker\",\n      \"args\": [\n        \"run\",\n        \"-i\",\n        \"--rm\",\n        \"-e\",\n        \"EDUBASE_API_URL\",\n        \"-e\",\n        \"EDUBASE_API_APP\",\n        \"-e\",\n        \"EDUBASE_API_KEY\",\n        \"edubase/mcp\"\n      ],\n      \"env\": {\n        \"EDUBASE_API_URL\": \"https://domain.edubase.net/api\",\n        \"EDUBASE_API_APP\": \"your_integration_app_id\",\n        \"EDUBASE_API_KEY\": \"your_integration_secret_key\"\n      }\n    }\n  }\n}\n```\n\n## Contact\n\nWebsite: [www.edubase.net](www.edubase.net)  \nDeveloper Documentation: [developer.edubase.net](developer.edubase.net)  \nEmail: [info@edubase.net](mailto:info@edubase.net)\n","funding_links":[],"categories":["Productivity","Documentation \u0026 Learning Resources","📚 Projects (1974 total)","Production-Ready Servers","Other Tools and Integrations","官方 MCP 服务器列表","Official Servers","Education and Learning","Table of Contents"],"sub_categories":["Project Management","MCP Servers","AI Services"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FEduBase%2FMCP","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FEduBase%2FMCP","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FEduBase%2FMCP/lists"}