xtu-cs-mcp
Click on "Deploy 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 deployed
Maintenance
Related MCP Connectors
One MCP for the Web. Easily search, crawl, navigate, and extract websites without getting blocked.…
Search GitHub, npm, PyPI, StackOverflow, ArXiv from one MCP — built for coding agents.
Cloudflare Workers MCP server: embedding-search
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
- AlicenseAqualityBmaintenanceMCP 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.1638 PyPI10MIT