ClipMarts

Education Stack

Canvas LMS, Google Classroom, and Notion wired for course delivery

$29Operator PackFor departments, agencies, and ops-heavy teams

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.

Setup Time

10 min

Difficulty

Intermediate

Works With
paperclipclaude-codecursor

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
// 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

terminal
$ paperclipai skill import --from ./education-mcp-bundle/
Skill imported successfully.

One command to import — then assign to any agent in your company.

Option A: CLI (recommended)

1

Download and extract the ZIP

unzip education-mcp-bundle.zip
2

Import the skill

paperclipai skill import --from ./education-mcp-bundle/
3

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

1

Open Skills page

Navigate to Skills → Import Skill

2

Upload the product folder

From the extracted ZIP, upload the education-mcp-bundle/ directory containing SKILL.md.

3

Assign to agents

Go to Agents → [agent] → Skills and add "Education Stack" from the list.

Share
Files included12
Setup time10 min
Difficultyintermediate

Tags

mcpcanvasgoogle-classroomnotioneducationlms