MCP server for browsing Piazza course forums
Project description
piazza-mcp
An MCP server that lets AI agents browse your Piazza course forums — search posts, read questions/answers, and discover relevant course content.
Install
Requires uv (brew install uv).
Claude Code
claude mcp add piazza --env PIAZZA_EMAIL=you@school.ca --env PIAZZA_PASSWORD=your-password -- uvx piazza-mcp@latest
VS Code
Add to .vscode/mcp.json:
{
"mcp": {
"servers": {
"piazza": {
"command": "uvx",
"args": ["piazza-mcp@latest"],
"env": {
"PIAZZA_EMAIL": "you@school.ca",
"PIAZZA_PASSWORD": "your-password"
}
}
}
}
}
Credentials are your Piazza login email and password.
Tools
| Tool | Description |
|---|---|
list_classes() |
List active 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 |
Development
git clone https://github.com/smchase/piazza-mcp
cd piazza-mcp
uv sync --group dev
Use a local clone in your MCP client:
claude mcp add piazza --env PIAZZA_EMAIL=you@school.ca --env PIAZZA_PASSWORD=your-password -- uv --directory /path/to/piazza-mcp run piazza-mcp
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file piazza_mcp-0.1.0.tar.gz.
File metadata
- Download URL: piazza_mcp-0.1.0.tar.gz
- Upload date:
- Size: 102.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.30 {"installer":{"name":"uv","version":"0.9.30","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3e8d8d8b7e23161c39c38c2eb90f05aaee6e3e8439ccb31ce1e9dec367fd2be7
|
|
| MD5 |
9e42c280ab825be972bf8bc6ec9298e1
|
|
| BLAKE2b-256 |
346da905223af0edf65987b2076bee301a8ada07a63660581fcd65e4360bf957
|
File details
Details for the file piazza_mcp-0.1.0-py3-none-any.whl.
File metadata
- Download URL: piazza_mcp-0.1.0-py3-none-any.whl
- Upload date:
- Size: 6.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.30 {"installer":{"name":"uv","version":"0.9.30","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5ac3ff5d6d82b32c6593137838cbb3ba77d2e2d48b8b008ee433dfc8b3c004bd
|
|
| MD5 |
6284f1e2c03e4a681da1e1d79a1d089e
|
|
| BLAKE2b-256 |
78d00855a288c81665b21d91ecf60f5583245e6cb2ab7497561a5876f2e8610c
|