cc98-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., "@cc98-mcpshow me the hot topics for today"
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.
cc98-mcp
CC98(浙江大学校网论坛)的 MCP server,让 Claude 可以搜索、阅读、整合论坛信息。基于 CC98 官方 REST API(api.cc98.org,OpenID 认证),全部工具只读,不会发帖/回帖/点赞。
工具列表
工具 | 功能 |
| 全站搜索主题帖 |
| 读取帖子楼层内容(UBB 已清洗为纯文本) |
| 今日/本周/本月/历史十大 |
| 全站最新主题帖 |
| 全部分区与版面 |
| 某版面的主题帖(可只看精华) |
| 用户公开资料及最近发帖 |
| 下载帖子中的图片并返回图片本体(供 AI 直接查看) |
| 将帖子中的图片/附件下载到本地(默认 ~/Downloads/cc98) |
| 连接与登录状态自检 |
Related MCP server: NodeSeek MCP Server
网络要求
按优先级自动选择(CC98_WEBVPN_MODE=auto,默认):
直连 — 校园网内,或校外但 IPv6 可达
api.cc98.org(CC98 有公网 IPv6)WebVPN — 直连失败时,用浙大统一认证账号自动登录
webvpn.zju.edu.cn中转
也可以强制:CC98_WEBVPN_MODE=direct(只直连)或 vpn(只走 WebVPN)。
配置
环境变量:
变量 | 必需 | 说明 |
| 是 | CC98 论坛用户名 |
| 是 | CC98 论坛密码 |
| 否 |
|
| 否 | 浙大统一认证学号(仅 WebVPN 需要) |
| 否 | 浙大统一认证密码(仅 WebVPN 需要) |
WebVPN 若提示需要验证码,先在浏览器登录一次
webvpn.zju.edu.cn再重试。
构建与接入
git clone https://github.com/<your-account>/cc98-mcp.git
cd cc98-mcp
npm install && npm run build接入 Claude Code(把 /path/to/cc98-mcp 换成你 clone 的实际路径):
claude mcp add cc98 \
-e CC98_USERNAME=你的用户名 \
-e CC98_PASSWORD=你的密码 \
-- node /path/to/cc98-mcp/dist/index.js或在 Claude Desktop 的 claude_desktop_config.json 中:
{
"mcpServers": {
"cc98": {
"command": "node",
"args": ["/path/to/cc98-mcp/dist/index.js"],
"env": {
"CC98_USERNAME": "你的用户名",
"CC98_PASSWORD": "你的密码"
}
}
}
}致谢
API 端点与 WebVPN 实现参考 Lucent-Snow/CC98-CLI(MIT)
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- 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/EviterLesRoses2/cc98-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server