xtu-cs-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., "@xtu-cs-mcpsearch the college website for recent graduate admission notices"
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.
湘潭大学计算机学院 MCP
Cloudflare Worker 上的远程 MCP,检索 计算机学院·网络空间安全学院官网。
MCP 路径带 UUID:不知道完整地址就 404,减少扫目录。
这次更新了什么(1.2.0)
不带 UUID 的
GET /health也能探活(旧代码这里是 404)带 UUID 的
/mcp、/sse、/messages都接到同一套 POSTGET 探活 SSE 流时返回 405 而不是 404,避免客户端误判地址错误
客户端 type 必须用 Streamable HTTP,不要选 SSE
Related MCP server: cf-search-mcp
端点
https://xtu-cs-mcp.<你的账号>.workers.dev/c075e7ea-d09c-47f4-a20c-b7d66fe7cbfc/mcp路径 | 说明 |
| 探活,不带 UUID 也可以 |
| 探活,并返回完整 MCP 路径 |
| MCP 端点(给客户端填这个) |
其它乱猜的路径 | 404 |
UUID 默认:c075e7ea-d09c-47f4-a20c-b7d66fe7cbfc
上线可改 wrangler.toml 的 ACCESS_UUID,改完重新 deploy,客户端 URL 同步改。
python3 -c "import uuid; print(uuid.uuid4())"部署
cd xtu-cs-mcp
npm i
npx wrangler login
npx wrangler deploy终端会打印 *.workers.dev 域名。
type 怎么填
不要选 sse。
客户端 | type |
Cherry Studio |
|
Claude Code / VS Code |
|
Cursor 下拉框 |
|
Cursor | 可以不写 type,只写 url |
接到客户端
Cursor mcp.json:
{
"mcpServers": {
"xtu-cs": {
"url": "https://xtu-cs-mcp.<子域>.workers.dev/c075e7ea-d09c-47f4-a20c-b7d66fe7cbfc/mcp"
}
}
}Cherry Studio / Claude Code / VS Code:
{
"mcpServers": {
"xtu-cs": {
"type": "http",
"url": "https://xtu-cs-mcp.<子域>.workers.dev/c075e7ea-d09c-47f4-a20c-b7d66fe7cbfc/mcp"
}
}
}自测
UUID=c075e7ea-d09c-47f4-a20c-b7d66fe7cbfc
BASE=https://xtu-cs-mcp.<子域>.workers.dev
curl -s "$BASE/health"
curl -s "$BASE/$UUID/health"
curl -s "$BASE/$UUID/mcp" \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{"protocolVersion":"2025-03-26","capabilities":{},"clientInfo":{"name":"curl","version":"0"}}}'工具
工具 | 作用 |
| 学院官方 Lucene 站内搜索 |
| 拉一篇正文和附件 |
| 常用栏目入口 |
This server cannot be installed
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 Connectors
One MCP for the Web. Easily search, crawl, navigate, and extract websites without getting blocked.…
Search AtCoder problems and fetch public problem statements through MCP.
Search GitHub, npm, PyPI, StackOverflow, ArXiv from one MCP — built for coding agents.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceEnables Google search queries and webpage content extraction through an MCP server deployed on Cloudflare Workers. Supports single and batch webpage content extraction with integrated OAuth authentication.1
- FlicenseNot gradedqualityBmaintenanceA Cloudflare Worker MCP server that provides multi-engine search with fallback and web page fetching capabilities, supporting various search APIs and content extraction.2
- AlicenseNot gradedqualityBmaintenanceProvides MCP tools to search and read social discussions from Reddit and X, and fetch pages blocked by bot protection, using a private Cloudflare Worker.MIT
- AlicenseNot gradedqualityBmaintenanceMCP server for deep CNKI academic search, retrieving multi-dimensional data (abstracts, keywords, references, citations, similar papers, keyword weights) and enabling citation network traversal via Playwright-based API interception.3MIT
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/wangling-miao/xtu-cs-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server