npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@arnifa/mcp-teacher-grader

v1.3.0

Published

Intelligent automated grading system for academic assignments using Model Context Protocol

Readme

🎓 MCP Teacher Grader

Intelligent automated grading system for academic assignments using Model Context Protocol

npm version License: MIT Node.js Version

Transform your grading workflow with AI-powered analysis that provides detailed, consistent feedback while saving hours of manual review time.

✨ Key Features

  • 🤖 AI-Powered Analysis: Advanced text processing with OCR support for scanned documents
  • 📋 Flexible Rubrics: JSON-based rubric system adaptable to any assignment type
  • 📊 Comprehensive Analytics: Class performance insights and individual progress tracking
  • 🔍 Multi-Format Support: PDF, DOCX, TXT, and Markdown submissions
  • 🎯 Detailed Feedback: Personalized comments with specific improvement suggestions
  • Batch Processing: Grade entire classes in minutes, not hours
  • 🔌 MCP Integration: Works seamlessly with Claude Desktop for enhanced AI assistance

🚀 Quick Start

Install Globally

npm install -g @arnifa/mcp-teacher-grader

Set Up Your First Project

# Create and initialize a grading project
mkdir my-assignment-grading && cd my-assignment-grading
mcp-teacher-grader init

Start Grading

# Place student submissions in submissions/ folder
# Customize your rubric in rubrics/
mcp-teacher-grader grade

That's it! The system will process all submissions and generate detailed feedback.

📖 Documentation

🎯 Perfect For

  • Computer Science Courses: Code analysis, algorithm explanations, software design
  • Writing Assignments: Essays, reports, research papers
  • STEM Subjects: Problem-solving steps, mathematical proofs, lab reports
  • Any Subject: Customizable rubrics adapt to your specific needs

🔧 Advanced Usage

Claude Desktop Integration

# Install and configure for use with Claude Desktop
mcp-teacher-grader server

Add to your Claude Desktop config:

{
  "mcpServers": {
    "teacher-grader": {
      "command": "mcp-teacher-grader",
      "args": ["server"]
    }
  }
}

Custom Rubrics

Create specialized rubrics for different assignment types:

{
  "name": "Essay Grading Rubric",
  "totalPoints": 100,
  "questions": [
    {
      "id": "thesis",
      "description": "Thesis Statement Quality",
      "points": 25,
      "criteria": ["Clear position", "Arguable claim", "Proper placement"]
    }
  ]
}

📊 Sample Output

The system generates:

  • Individual feedback files with detailed analysis
  • Class performance summary with grade distribution
  • Question-by-question insights identifying common issues
  • Improvement recommendations for both students and instruction

🤝 Contributing

We welcome contributions! This project is designed to help educators worldwide. See CONTRIBUTING.md for guidelines.

📄 License

MIT License - see LICENSE for details.

🔗 Links


Transform your grading process today. Install with npm install -g @arnifa/mcp-teacher-grader and start saving time while improving feedback quality! 🎓