juno-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@juno-mcpshow my attendance details"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Juno ERP MCP Client
A modular Model Context Protocol (MCP) server for interacting with MGMU Juno ERP. This client exposes various student-related data as tools for use with LLMs (like Claude).
🚀 Features
Profile Management: Fetch student personal information and academic info.
Attendance: Get detailed attendance records and visual graph data.
Fees & Admission: Check remaining fees, fee structure, and admission details.
Academics: Fetch today's schedule, exam results, and course lists for specific terms.
Search: Search for students within the ERP.
🛠️ Setup
Install Dependencies:
npm installConfigure Environment: Copy
.env.exampleto.envand fill in your credentials:cp .env.example .envEdit
.env:email=your_email@example.com password=your_password PORT=8987Build the Project:
npm run build
🏃 Running the Server
Development Mode
Runs the server using tsx for live development:
npm run devProduction Mode
Builds and runs the compiled JavaScript:
npm run build
npm startThe server will be available at http://localhost:8987/mcp.
🐳 Docker Support
The Docker image is automatically built and published to GHCR:
ghcr.io/danish-mar/juno-mcp:master
You can run the server using Docker and Docker Compose:
Build and Start:
docker-compose up -d --buildCheck Logs:
docker logs -f juno-mcpStop:
docker-compose down
🛠️ Available Tools
Tool | Description |
| Fetch profile information for the logged-in student. |
| Fetch academic information. |
| Fetch detailed attendance records. |
| Fetch attendance graph data. |
| Fetch today's schedule for a specific date. |
| Fetch exam results (requires IDs). |
| Fetch pending fee details. |
| Search for students by name. |
🔒 Security
Credentials are never hardcoded and are loaded from
.env..envis included in.gitignoreto prevent accidental exposure.Session tokens are managed in-memory and refreshed automatically upon expiry.
📄 License
ISC
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/danish-mar/juno-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server