Education Stack
Canvas LMS, Google Classroom, and Notion wired for course delivery
What is Education Stack?
An MCP bundle for educators and course creators. Includes Canvas LMS (courses, assignments, grades, announcements), Google Classroom (classes, coursework, student submissions), and Notion (knowledge base, lesson plans, collaboration). Lets your agent manage courses, grade assignments, and organize educational content across platforms.
10 min
Intermediate
What's Included
- mcp-servers.json
- servers/canvas-lms/config.json
- servers/canvas-lms/auth-setup.md
- servers/google-classroom/config.json
- servers/google-classroom/auth-setup.md
- servers/notion/config.json
- servers/notion/auth-setup.md
- docker-compose.yaml
- env.example
- scripts/setup.sh
- scripts/test-connections.sh
- README.md
Preview
// mcp-servers.json
{
"mcpServers": {
"canvas-lms": {
"command": "npx",
"args": ["-y", "@mcp/canvas-server"],
"env": {
"CANVAS_API_TOKEN": "${CANVAS_API_TOKEN}",
"CANVAS_BASE_URL": "${CANVAS_BASE_URL}"
}
},
"google-classroom": {
"command": "npx",
"args": ["-y", "@mcp/classroom-server"],
"env": {
"CLASSROOM_CREDENTIALS_PATH": "./credentials/classroom.json"
}
},
"notion": {
"command": "npx",
"args": ["-y", "@mcp/notion-server"],
"env": {
"NOTION_API_KEY": "${NOTION_API_KEY}",
"NOTION_ROOT_PAGE_ID": "${NOTION_ROOT_PAGE_ID}"
}
}
}
}Installation Guide
One command to import — then assign to any agent in your company.
Option A: CLI (recommended)
Download and extract the ZIP
unzip education-mcp-bundle.zipImport the skill
paperclipai skill import --from ./education-mcp-bundle/Assign to an agent
# Via CLI:
paperclipai agent update <agent-name> --add-skill education-mcp-bundle
# Or in the dashboard:
# Agents → [agent name] → Skills → Add "Education Stack"Option B: Dashboard UI
Open Skills page
Navigate to Skills → Import Skill
Upload the product folder
From the extracted ZIP, upload the education-mcp-bundle/ directory containing SKILL.md.
Assign to agents
Go to Agents → [agent] → Skills and add "Education Stack" from the list.
Related Products
Finance Stack
QuickBooks, Plaid, and Google Sheets for financial data access
Sales Stack
HubSpot, Calendly, and email wired for CRM-driven outreach
Analytics Stack
BigQuery, dbt, and Metabase for warehouse-to-dashboard analytics
Healthcare Stack
EHR connector, appointment scheduler, and secure messaging