Skip to main content
Glama
xhae123

leafeep-mcp

by xhae123

leafeep-mcp

MCP server for Leafeep — create, distribute, grade, and analyze exams from Claude.

Quick Start

npm install -g github:xhae123/leafeep-mcp
claude mcp add leafeep -s user -- leafeep-mcp

On first use, Claude will show a login link — open it, log in with Google, copy the token, and paste it back into Claude.

Related MCP server: mcp-google-forms

What you can do

Tool

What it does

Example

setup

Get login link

"Connect to Leafeep"

verify

Paste token to connect

(paste token from login page)

create_exam

Create questions + student link

"Make 5 Python list questions"

grade_exam

Grade student submissions

"Grade the exam and summarize"

get_results

Get full submission + grading data

"Show exam results"

list_exams

List your question sets

"Show my exams"

close_exam

Close submissions

"Close the exam"

list_students

Student list with scores

"Show all students"

get_student_history

Full history for a student

"Analyze weak points for Kim"

Advanced: API Key (optional)

If you prefer using an API key instead of browser login, get one from leafeep.com → Claude Integration, then:

claude mcp add leafeep -s user -- leafeep-mcp -e LEAFEEP_API_KEY=lfp_your_key

Related MCP Connectors

Related MCP Servers