Plexi MCP

Remote MCP server for Plexi study materials

This project exposes the Plexi catalog and indexed study content through a stateless MCP endpoint that can be deployed on Vercel and used by ChatGPT, Claude, Cursor, and other MCP-aware clients.

Endpoint: /api/mcpMCP Setup GuidePrivacy Policy

What it exposes

Semesters, subjects, material lists, subject-scoped search, and material text pulled from the committed index in plexi-materials.

Why it scales

The server is read-only and stateless. Each request can be handled independently, while a shared in-memory cache only reduces repeated GitHub fetches.

Example MCP URL

https://your-deployment.vercel.app/api/mcp

MCP Connection Guide

Need help connecting Plexi MCP with ChatGPT, Claude, or another MCP-compatible client?

Read the setup guide

Environment

PLEXI_MATERIALS_REPO=KunalGupta25/plexi-materials
PLEXI_MATERIALS_BRANCH=main
PLEXI_CACHE_TTL_MS=300000