Easycslearning
FreeNot checkedGives Claude read-only access to EasyCS Learning Firebase data, enabling queries about courses, rosters, grades, progress, activity, and integrity flags.
About
Gives Claude read-only access to EasyCS Learning Firebase data, enabling queries about courses, rosters, grades, progress, activity, and integrity flags.
README
Gives Claude read access to your EasyCS Learning Firebase data so you can ask questions like:
"Get 'Yod 4' class grades in lesson 'Variables' in course 'C# for Beginners' and send a WhatsApp message to all students who failed."
Available Tools (17 total)
| Group | Tool | What it does |
|---|---|---|
| Discovery | list_courses |
All active courses |
| Discovery | list_topics |
Topics in a course |
| Discovery | list_lessons |
Lessons in a course / topic |
| Discovery | list_classes |
Classes for a course |
| Roster | get_class_roster |
Students in a class with streak & points |
| Roster | get_student_info |
Full profile for one student |
| Grades | get_lesson_grades |
All grades for a lesson |
| Grades | get_failing_students |
Students below a score threshold |
| Grades | get_student_grades |
All lesson grades for one student |
| Grades | get_grade_matrix |
Full student × lesson grid |
| Progress | get_course_progress |
Completion % per student |
| Progress | get_at_risk_students |
Medium / high risk students |
| Progress | get_student_summary |
Complete snapshot for one student |
| Activity | get_inactive_students |
Not active in N days |
| Activity | get_daily_activity |
Daily active students & answers chart |
| Activity | get_lesson_attendance |
Who submitted vs who didn't |
| Integrity | get_integrity_flags |
Plagiarism / suspicion flags |
One-Time Setup
Step 1 — Create an OAuth2 Client ID
- Go to Google Cloud Console → select project easycslearning-web-app
- Navigate to APIs & Services → Credentials
- Click Create Credentials → OAuth 2.0 Client ID
- Application type: Desktop app
- Name:
EasyCS MCP(or anything) - Click Create → Download JSON
- Create the directory and save the file:
mkdir %USERPROFILE%\.easycs-mcp
Save the downloaded JSON as:
C:\Users\<your-username>\.easycs-mcp\client_secret.json
Step 2 — Enable the Firestore API (if not already enabled)
Go to APIs & Services → Library and enable:
- Cloud Firestore API
Step 3 — Build the server
cd easycslearning_mcp
npm install
npm run build
Step 4 — First login
Run the server once manually to complete the browser login:
node dist/index.js
Your browser will open → sign in with the Google account that owns the Firebase project → the token is saved to ~/.easycs-mcp/credentials.json.
After this, every subsequent start is silent (no browser needed).
Claude Desktop Configuration
Add this to your Claude Desktop config file:
Windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"easycslearning": {
"command": "node",
"args": [
"C:\\Users\\ronto\\source\\repos\\teaching\\easycslearning_mcp\\dist\\index.js"
]
}
}
}
Restart Claude Desktop. You should see "easycslearning" in the tools list.
Claude Code Configuration
Add to your .claude/settings.local.json (already exists at the repo root):
{
"mcpServers": {
"easycslearning": {
"command": "node",
"args": [
"C:\\Users\\ronto\\source\\repos\\teaching\\easycslearning_mcp\\dist\\index.js"
]
}
}
}
Example Prompts
List all my active courses.
Show me the Yod 4 class roster for "C# for Beginners".
Get grades for lesson "Variables" in "C# for Beginners" for class "Yod 4", then list students who scored below 60%.
Who are the at-risk students in "Python Fundamentals"?
Show me students who haven't been active in the last 10 days in "C# for Beginners".
Get integrity flags with high severity for "C# for Beginners".
Give me a full summary for student "David Cohen" in "C# for Beginners".
Security Notes
- The
client_secret.jsonandcredentials.jsonfiles live in~/.easycs-mcp/on your local machine only — they are never committed to git. - The OAuth2 token is scoped to read-only Firestore access — it cannot write or delete any data.
- This server is designed for local use only (stdio transport). It is not a public HTTP server.
Install Easycslearning in Claude Desktop, Claude Code & Cursor
unyly install easycslearningInstalls into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.
First time? Get the CLI: curl -fsSL https://unyly.org/install | sh
Or configure manually
Run in your terminal:
claude mcp add easycslearning -- npx -y github:tsfir/easycslearning_mcpFAQ
Is Easycslearning MCP free?
Yes, Easycslearning MCP is free — one-click install via Unyly at no cost.
Does Easycslearning need an API key?
No, Easycslearning runs without API keys or environment variables.
Is Easycslearning hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install Easycslearning in Claude Desktop, Claude Code or Cursor?
Open Easycslearning on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
by modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
by xuzexin-hzCompare Easycslearning with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All ai MCPs
