edstem-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., "@edstem-mcpfind all unanswered questions about the midterm in course 1234"
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.
edstem-mcp
MCP server for Ed Discussion — expose Ed's full API to Claude and other MCP clients.
Setup
npm install
npm run buildSet your API token (get one at https://edstem.org/us/settings/api-tokens):
export ED_API_TOKEN=your_token
export ED_REGION=us # optional: us (default), au, etc.Related MCP server: edstem-mcp
Claude Code
Add to ~/.claude.json:
{
"mcpServers": {
"edstem": {
"command": "node",
"args": ["/path/to/edstem-mcp/dist/index.js"],
"env": {
"ED_API_TOKEN": "your_token"
}
}
}
}Tools (22)
Tool | Description |
| Get authenticated user info and enrolled courses |
| List threads in a course (sortable, paginated) |
| Get thread by global ID with comments |
| Get thread by course-local number (the # in the UI) |
| Search threads by title, content, or category |
| Create a new thread (supports markdown input) |
| Edit an existing thread |
| Lock a thread |
| Unlock a thread |
| Pin a thread |
| Unpin a thread |
| Endorse a thread |
| Remove thread endorsement |
| Star/bookmark a thread |
| Remove star |
| Post a comment or answer on a thread |
| Reply to an existing comment |
| Endorse a comment |
| Remove comment endorsement |
| Accept a comment as the answer |
| List course roster (staff/admin) |
| List a user's threads and comments |
| Upload a file to Ed from a URL |
| Preview markdown to Ed XML conversion |
Resources (2)
Resource | URI | Description |
User Info |
| Authenticated user details |
Courses |
| Enrolled courses list |
Prompts (3)
Prompt | Description |
| Look up assignment details, requirements, and staff clarifications |
| List unresolved questions in a course |
| Show your recent posts and comments in a course |
Content Format
Thread and comment content uses Ed's XML document format. This server auto-converts markdown to Ed XML, so you can write content naturally:
# Heading
**Bold** and *italic* text with `inline code`
- Bullet list
- Items
1. Numbered
2. List
> [!info] This becomes an Ed calloutPass raw Ed XML (starting with <document) to bypass conversion.
Testing
npm testUses Node's built-in test runner (node:test). Tests cover the markdown-to-XML content converter and API client (URL construction, headers, error handling).
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceEnables interaction with Moodle learning management systems through the REST API. Supports course management, user enrollment, assignment handling, and forum operations through natural language.Last updated34MIT
- Alicense-qualityFmaintenanceMCP server for Ed Discussion that enables viewing profile, courses, lessons, threads, and submitting slide answers via natural language.Last updatedMIT
- AlicenseAqualityFmaintenanceTurns Canvas LMS into a scriptable pipeline and exposes it to AI assistants via MCP for querying courses, grades, assignments, and syncing files using natural language.Last updated143MIT
- Alicense-qualityDmaintenanceEnables AI assistants to interact with Ed Discussions (EdStem) course discussions, manage threads, comments, and facilitate Q&A, with tools for analytics and read status control.Last updatedMIT
Related MCP Connectors
Official Microsoft MCP Server to query Microsoft Entra data using natural language
MCP-native collaborative markdown editor with real-time AI document editing
Manage SRG+ hubs, channels, content, assets, users, and workspaces from any MCP-aware AI agent.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/rob-9/edstem-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server