cuc-literature-mcp
Related Servers
Alternatives to cuc-literature-mcp
No user-submitted related servers found.
Related Servers
- FlicenseNot gradedqualityAmaintenanceEnables AI agents to search and retrieve academic literature from Web of Science and CNKI, with support for institutional login/SSO. Can be deployed locally on Windows or as a remote Linux server.-
- AlicenseNot gradedqualityAmaintenanceEnables academic literature collection and full-text downloading from multiple sources (CNKI, Elsevier, OpenAlex, etc.) via natural language commands.3MIT
- AlicenseNot gradedqualityDmaintenanceEnables searching, downloading, and exporting academic papers from 20+ scholarly sources including arXiv, PubMed, and Semantic Scholar. Supports multi-source concurrent search, citation network tracing, and export to CSV, RIS, and BibTeX.1MIT
- AlicenseBqualityAmaintenanceEnables searching and downloading academic papers from 14 platforms including arXiv, PubMed, Google Scholar, Web of Science, Springer, and Sci-Hub with unified data format and intelligent rate limiting.211,634 npm185MIT
- AlicenseAqualityDmaintenanceUnified academic search MCP server that searches open literature (arXiv, bioRxiv, medRxiv, PMC), CNKI, and Web of Science, with browser-backed authentication, local paper library, and export to multiple formats.212MIT
- AlicenseNot gradedqualityCmaintenanceEnables AI assistants to search CNKI (China National Knowledge Infrastructure), download PDFs, and import them into Zotero with automatic PDF attachment.23MIT
TDQS
Scored across 7 tools
Each tool targets a distinct stage: check_browser_session checks login status, refresh_partition_map updates journal rankings, create_search_run creates a run, search_wos executes the search, download_fulltext fetches PDFs, sync_results writes to Tencent Docs, and get_run_status retrieves progress. No two tools share overlapping responsibilities, so an agent can easily select the correct one.
All tool names use snake_case with a leading verb (check, refresh, create, search, download, sync, get). The object nouns vary in structure (e.g., browser_session vs. wos), but the overall pattern is consistent and predictable, with no mixed conventions like camelCase or inconsistent verb styles.
Seven tools is well within the ideal 3-15 range and matches the server's purpose of managing a literature search workflow. Each tool fills a necessary role from setup to execution to output, and none feel extraneous or missing.
The toolset provides solid coverage of the core workflow: prepare (check session, refresh map), create run, execute search, download fulltext, sync results, and monitor status. Minor gaps exist such as no explicit cancel/edit run or separate IEEE search, but these are not critical dead ends for the main literature retrieval process.