Solo Unicorn Club logo

Integration Stacks

Education Stack

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

// First 7 days

What can be running fast.

01

Get a ready-to-run system that replaces blank-page setup.

02

Ship a usable package with 12 included files and working structure.

03

Move from purchase to first setup in about 10 min.

// Included files

What is inside the package.

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

Description

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.

solo-unicornclaude-codecursor

Upgrade path

  • 01Start with this package and validate the workflow.
  • 02Add specialized skills or bundles once the core system is stable.
  • 03Use the community to sharpen positioning, demos, and feedback loops.
Previewmcp-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}"
      }
    }
  }
}

// Community acceleration

Use the room after the purchase.

Bring your workflow into the Solo Unicorn community for sharper feedback, operator critique, and more visibility once the system is live.

Discuss implementation