edstem-mcp
MCP server for Ed Discussion that enables viewing profile, courses, lessons, threads, and submitting slide answers via natural language.
README
edstem-mcp
Use Ed Discussion from any MCP client.
Public service URL: https://edstem.tuuhub.com/mcp
Quick Start
- Add the service URL to your MCP client.
- When the browser opens, paste your Ed API token.
- Grant
mcp:tools.read, andmcp:tools.writeonly if you want write tools.
Get your token here: https://edstem.org/settings/api-tokens
Only an Ed API token is needed. One token is treated as one user and verified with GET /api/user.
What It Can Do
- View your Ed profile and enrolled courses
- Browse lessons, slides, threads, and activity
- Open thread details by thread ID or course thread number
- Submit slide answers and submit slides if you grant write access
Self-Hosting
Ignore this if you are just using the public service.
- Bun 1.3+
MASTER_KEYas a 32-byte base64 string
Docker
cp .env.example .env
# Fill in MASTER_KEY and PUBLIC_BASE_URL first.
docker compose up -d
Local Run
bun install
cp .env.example .env
# Fill in MASTER_KEY and PUBLIC_BASE_URL first.
bun run start
Docker image: ghcr.io/bunizao/edstem-mcp
docker run -d --restart unless-stopped --env-file .env -p 8787:8787 -v edstem-mcp-data:/data ghcr.io/bunizao/edstem-mcp:latest
Notes
PUBLIC_BASE_URLmust match the real external URL clients use.- Optional: set
OAUTH_FIXED_CLIENT_ID,OAUTH_FIXED_CLIENT_SECRET, andOAUTH_FIXED_CLIENT_REDIRECT_URISto pre-seed a confidential OAuth client for Claude's Advanced settings flow. - Health endpoints:
/healthzand/readyz - The image ships with a
readyzhealth check. - Backups:
./scripts/backup-db.sh .data/edstem-mcp.db - Restores:
./scripts/restore-db.sh backups/edstem-mcp-YYYYMMDD-HHMMSS.db .data/edstem-mcp.db
For restores, stop the app first. For Docker deployments, point the scripts at the mounted volume path.
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.