NovaConcierge

anurag-tiwari18/NovaConcierge
★ 0 stars JavaScript Code/Dev Tools Updated today
A secure, sandboxed academic assistant dashboard for schedule planning, multi-format document summaries (PDF/Spreadsheets/Images), and terminal command execution, simulating a local MCP server.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "novaconcierge": {
      "command": "npx",
      "args": [
        "-y",
        "anurag-tiwari18/NovaConcierge"
      ]
    }
  }
}

README Excerpt

**NovaConcierge** is a premium, glassmorphic academic assistant dashboard designed for students and professionals. It integrates a simulated local **Model Context Protocol (MCP) server** security sandbox, demonstrating how an agent can read workspace documentation, extract schedules, and run shell checks without compromising system safety or leaking credentials.