Skip to main content
Glama

piazza-mcp

An MCP server that lets AI agents browse your Piazza course forums — search posts, read questions/answers, and discover relevant course content.

Setup

Requires uv.

Add to your Claude Code MCP config (~/.claude.json or project settings):

{ "mcpServers": { "piazza": { "command": "uv", "args": ["run", "--directory", "/path/to/piazza-mcp", "piazza-mcp"], "env": { "PIAZZA_EMAIL": "you@school.edu", "PIAZZA_PASSWORD": "your-password" } } } }

Tools

Tool

Description

list_classes()

List all enrolled Piazza classes

set_class(network_id)

Select a class, get available folders

search_posts(query, folder, limit)

Search by keyword, folder, or both

get_post(post_number)

Read full post with answers and follow-ups

Dependencies

-
security - not tested
F
license - not found
-
quality - not tested

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/smchase/piazza-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server