@wentorai/research-plugins 1.3.2 → 1.4.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (266) hide show
  1. package/README.md +32 -56
  2. package/curated/analysis/README.md +1 -13
  3. package/curated/domains/README.md +1 -5
  4. package/curated/literature/README.md +3 -12
  5. package/curated/research/README.md +1 -18
  6. package/curated/tools/README.md +1 -12
  7. package/curated/writing/README.md +2 -6
  8. package/index.ts +88 -5
  9. package/openclaw.plugin.json +3 -12
  10. package/package.json +3 -5
  11. package/skills/analysis/statistics/SKILL.md +1 -1
  12. package/skills/analysis/statistics/meta-analysis-guide/SKILL.md +1 -1
  13. package/skills/domains/ai-ml/SKILL.md +3 -2
  14. package/skills/domains/ai-ml/generative-ai-guide/SKILL.md +1 -0
  15. package/skills/domains/ai-ml/huggingface-api/SKILL.md +251 -0
  16. package/skills/domains/biomedical/SKILL.md +9 -2
  17. package/skills/domains/biomedical/alphafold-api/SKILL.md +227 -0
  18. package/skills/domains/biomedical/biothings-api/SKILL.md +296 -0
  19. package/skills/domains/biomedical/clinicaltrials-api-v2/SKILL.md +216 -0
  20. package/skills/domains/biomedical/enrichr-api/SKILL.md +264 -0
  21. package/skills/domains/biomedical/ensembl-rest-api/SKILL.md +204 -0
  22. package/skills/domains/biomedical/medical-data-api/SKILL.md +197 -0
  23. package/skills/domains/biomedical/pdb-structure-api/SKILL.md +219 -0
  24. package/skills/domains/business/SKILL.md +2 -3
  25. package/skills/domains/chemistry/SKILL.md +3 -2
  26. package/skills/domains/chemistry/catalysis-hub-api/SKILL.md +171 -0
  27. package/skills/domains/education/SKILL.md +2 -3
  28. package/skills/domains/law/SKILL.md +3 -2
  29. package/skills/domains/law/uk-legislation-api/SKILL.md +179 -0
  30. package/skills/literature/discovery/SKILL.md +1 -1
  31. package/skills/literature/discovery/citation-alert-guide/SKILL.md +2 -2
  32. package/skills/literature/discovery/conference-proceedings-guide/SKILL.md +2 -2
  33. package/skills/literature/discovery/literature-mapping-guide/SKILL.md +1 -1
  34. package/skills/literature/discovery/paper-recommendation-guide/SKILL.md +8 -14
  35. package/skills/literature/discovery/rss-paper-feeds/SKILL.md +20 -14
  36. package/skills/literature/discovery/semantic-paper-radar/SKILL.md +8 -8
  37. package/skills/literature/discovery/semantic-scholar-recs-guide/SKILL.md +103 -86
  38. package/skills/literature/fulltext/SKILL.md +3 -2
  39. package/skills/literature/fulltext/arxiv-latex-source/SKILL.md +195 -0
  40. package/skills/literature/fulltext/open-access-guide/SKILL.md +1 -1
  41. package/skills/literature/fulltext/open-access-mining-guide/SKILL.md +5 -5
  42. package/skills/literature/metadata/citation-network-guide/SKILL.md +3 -3
  43. package/skills/literature/metadata/h-index-guide/SKILL.md +0 -27
  44. package/skills/literature/search/SKILL.md +3 -4
  45. package/skills/literature/search/citation-chaining-guide/SKILL.md +42 -32
  46. package/skills/literature/search/database-comparison-guide/SKILL.md +1 -1
  47. package/skills/literature/search/semantic-scholar-api/SKILL.md +56 -53
  48. package/skills/research/automation/SKILL.md +2 -3
  49. package/skills/research/automation/datagen-research-guide/SKILL.md +1 -0
  50. package/skills/research/automation/mle-agent-guide/SKILL.md +1 -0
  51. package/skills/research/automation/paper-to-agent-guide/SKILL.md +2 -1
  52. package/skills/research/deep-research/auto-deep-research-guide/SKILL.md +1 -0
  53. package/skills/research/deep-research/in-depth-research-guide/SKILL.md +1 -1
  54. package/skills/research/deep-research/kosmos-scientist-guide/SKILL.md +3 -3
  55. package/skills/research/deep-research/llm-scientific-discovery-guide/SKILL.md +1 -1
  56. package/skills/research/deep-research/local-deep-research-guide/SKILL.md +6 -6
  57. package/skills/research/deep-research/open-researcher-guide/SKILL.md +3 -3
  58. package/skills/research/deep-research/tongyi-deep-research-guide/SKILL.md +4 -4
  59. package/skills/research/methodology/SKILL.md +1 -1
  60. package/skills/research/methodology/claude-scientific-guide/SKILL.md +1 -0
  61. package/skills/research/methodology/grad-school-guide/SKILL.md +1 -1
  62. package/skills/research/methodology/qualitative-research-guide/SKILL.md +1 -1
  63. package/skills/research/paper-review/SKILL.md +1 -1
  64. package/skills/research/paper-review/automated-review-guide/SKILL.md +1 -1
  65. package/skills/research/paper-review/peer-review-guide/SKILL.md +1 -1
  66. package/skills/tools/diagram/excalidraw-diagram-guide/SKILL.md +1 -1
  67. package/skills/tools/diagram/mermaid-architect-guide/SKILL.md +1 -1
  68. package/skills/tools/diagram/plantuml-guide/SKILL.md +1 -1
  69. package/skills/tools/document/grobid-pdf-parsing/SKILL.md +1 -1
  70. package/skills/tools/document/paper-parse-guide/SKILL.md +2 -2
  71. package/skills/tools/knowledge-graph/SKILL.md +2 -3
  72. package/skills/tools/knowledge-graph/citation-network-builder/SKILL.md +5 -5
  73. package/skills/tools/knowledge-graph/knowledge-graph-construction/SKILL.md +1 -1
  74. package/skills/tools/ocr-translate/zotero-pdf2zh-guide/SKILL.md +1 -0
  75. package/skills/tools/scraping/academic-web-scraping/SKILL.md +1 -2
  76. package/skills/tools/scraping/google-scholar-scraper/SKILL.md +7 -7
  77. package/skills/writing/citation/SKILL.md +1 -1
  78. package/skills/writing/citation/academic-citation-manager/SKILL.md +20 -17
  79. package/skills/writing/citation/citation-assistant-skill/SKILL.md +72 -58
  80. package/skills/writing/citation/obsidian-citation-guide/SKILL.md +1 -0
  81. package/skills/writing/citation/obsidian-zotero-guide/SKILL.md +1 -0
  82. package/skills/writing/citation/onecite-reference-guide/SKILL.md +1 -1
  83. package/skills/writing/citation/papersgpt-zotero-guide/SKILL.md +1 -0
  84. package/skills/writing/citation/zotero-mdnotes-guide/SKILL.md +1 -0
  85. package/skills/writing/citation/zotero-reference-guide/SKILL.md +2 -1
  86. package/skills/writing/citation/zotero-scholar-guide/SKILL.md +1 -1
  87. package/skills/writing/composition/scientific-writing-resources/SKILL.md +1 -0
  88. package/skills/writing/latex/latex-drawing-collection/SKILL.md +1 -0
  89. package/skills/writing/latex/latex-templates-collection/SKILL.md +1 -0
  90. package/skills/writing/templates/novathesis-guide/SKILL.md +1 -0
  91. package/src/tools/arxiv.ts +81 -30
  92. package/src/tools/biorxiv.ts +158 -0
  93. package/src/tools/crossref.ts +63 -22
  94. package/src/tools/datacite.ts +191 -0
  95. package/src/tools/dblp.ts +125 -0
  96. package/src/tools/doaj.ts +82 -0
  97. package/src/tools/europe-pmc.ts +159 -0
  98. package/src/tools/hal.ts +118 -0
  99. package/src/tools/inspire-hep.ts +165 -0
  100. package/src/tools/openaire.ts +158 -0
  101. package/src/tools/openalex.ts +26 -15
  102. package/src/tools/opencitations.ts +112 -0
  103. package/src/tools/orcid.ts +139 -0
  104. package/src/tools/osf-preprints.ts +104 -0
  105. package/src/tools/pubmed.ts +22 -13
  106. package/src/tools/ror.ts +118 -0
  107. package/src/tools/unpaywall.ts +15 -6
  108. package/src/tools/util.ts +141 -0
  109. package/src/tools/zenodo.ts +157 -0
  110. package/mcp-configs/academic-db/ChatSpatial.json +0 -17
  111. package/mcp-configs/academic-db/academia-mcp.json +0 -17
  112. package/mcp-configs/academic-db/academic-paper-explorer.json +0 -17
  113. package/mcp-configs/academic-db/academic-search-mcp-server.json +0 -17
  114. package/mcp-configs/academic-db/agentinterviews-mcp.json +0 -17
  115. package/mcp-configs/academic-db/all-in-mcp.json +0 -17
  116. package/mcp-configs/academic-db/alphafold-mcp.json +0 -20
  117. package/mcp-configs/academic-db/apple-health-mcp.json +0 -17
  118. package/mcp-configs/academic-db/arxiv-latex-mcp.json +0 -17
  119. package/mcp-configs/academic-db/arxiv-mcp-server.json +0 -17
  120. package/mcp-configs/academic-db/bgpt-mcp.json +0 -17
  121. package/mcp-configs/academic-db/biomcp.json +0 -17
  122. package/mcp-configs/academic-db/biothings-mcp.json +0 -17
  123. package/mcp-configs/academic-db/brightspace-mcp.json +0 -21
  124. package/mcp-configs/academic-db/catalysishub-mcp-server.json +0 -17
  125. package/mcp-configs/academic-db/climatiq-mcp.json +0 -20
  126. package/mcp-configs/academic-db/clinicaltrialsgov-mcp-server.json +0 -17
  127. package/mcp-configs/academic-db/deep-research-mcp.json +0 -17
  128. package/mcp-configs/academic-db/dicom-mcp.json +0 -17
  129. package/mcp-configs/academic-db/enrichr-mcp-server.json +0 -17
  130. package/mcp-configs/academic-db/fec-mcp-server.json +0 -17
  131. package/mcp-configs/academic-db/fhir-mcp-server-themomentum.json +0 -17
  132. package/mcp-configs/academic-db/fhir-mcp.json +0 -19
  133. package/mcp-configs/academic-db/gget-mcp.json +0 -17
  134. package/mcp-configs/academic-db/gibs-mcp.json +0 -20
  135. package/mcp-configs/academic-db/gis-mcp-server.json +0 -22
  136. package/mcp-configs/academic-db/google-earth-engine-mcp.json +0 -21
  137. package/mcp-configs/academic-db/google-researcher-mcp.json +0 -17
  138. package/mcp-configs/academic-db/idea-reality-mcp.json +0 -17
  139. package/mcp-configs/academic-db/legiscan-mcp.json +0 -19
  140. package/mcp-configs/academic-db/lex.json +0 -17
  141. package/mcp-configs/academic-db/m4-clinical-mcp.json +0 -21
  142. package/mcp-configs/academic-db/medical-mcp.json +0 -21
  143. package/mcp-configs/academic-db/nexonco-mcp.json +0 -20
  144. package/mcp-configs/academic-db/omop-mcp.json +0 -20
  145. package/mcp-configs/academic-db/onekgpd-mcp.json +0 -20
  146. package/mcp-configs/academic-db/openedu-mcp.json +0 -20
  147. package/mcp-configs/academic-db/opengenes-mcp.json +0 -20
  148. package/mcp-configs/academic-db/openstax-mcp.json +0 -21
  149. package/mcp-configs/academic-db/openstreetmap-mcp.json +0 -21
  150. package/mcp-configs/academic-db/opentargets-mcp.json +0 -21
  151. package/mcp-configs/academic-db/pdb-mcp.json +0 -21
  152. package/mcp-configs/academic-db/smithsonian-mcp.json +0 -20
  153. package/mcp-configs/ai-platform/Adaptive-Graph-of-Thoughts-MCP-server.json +0 -17
  154. package/mcp-configs/ai-platform/ai-counsel.json +0 -17
  155. package/mcp-configs/ai-platform/atlas-mcp-server.json +0 -17
  156. package/mcp-configs/ai-platform/counsel-mcp.json +0 -17
  157. package/mcp-configs/ai-platform/cross-llm-mcp.json +0 -17
  158. package/mcp-configs/ai-platform/gptr-mcp.json +0 -17
  159. package/mcp-configs/ai-platform/magi-researchers.json +0 -21
  160. package/mcp-configs/ai-platform/mcp-academic-researcher.json +0 -22
  161. package/mcp-configs/ai-platform/open-paper-machine.json +0 -21
  162. package/mcp-configs/ai-platform/paper-intelligence.json +0 -21
  163. package/mcp-configs/ai-platform/paper-reader.json +0 -21
  164. package/mcp-configs/ai-platform/paperdebugger.json +0 -21
  165. package/mcp-configs/browser/decipher-research-agent.json +0 -17
  166. package/mcp-configs/browser/deep-research.json +0 -17
  167. package/mcp-configs/browser/everything-claude-code.json +0 -17
  168. package/mcp-configs/browser/exa-mcp.json +0 -20
  169. package/mcp-configs/browser/gpt-researcher.json +0 -17
  170. package/mcp-configs/browser/heurist-agent-framework.json +0 -17
  171. package/mcp-configs/browser/mcp-searxng.json +0 -21
  172. package/mcp-configs/browser/mcp-webresearch.json +0 -20
  173. package/mcp-configs/cloud-docs/confluence-mcp.json +0 -37
  174. package/mcp-configs/cloud-docs/google-drive-mcp.json +0 -35
  175. package/mcp-configs/cloud-docs/notion-mcp.json +0 -29
  176. package/mcp-configs/communication/discord-mcp.json +0 -29
  177. package/mcp-configs/communication/discourse-mcp.json +0 -21
  178. package/mcp-configs/communication/slack-mcp.json +0 -29
  179. package/mcp-configs/communication/telegram-mcp.json +0 -28
  180. package/mcp-configs/data-platform/4everland-hosting-mcp.json +0 -17
  181. package/mcp-configs/data-platform/automl-stat-mcp.json +0 -21
  182. package/mcp-configs/data-platform/context-keeper.json +0 -17
  183. package/mcp-configs/data-platform/context7.json +0 -19
  184. package/mcp-configs/data-platform/contextstream-mcp.json +0 -17
  185. package/mcp-configs/data-platform/email-mcp.json +0 -17
  186. package/mcp-configs/data-platform/jefferson-stats-mcp.json +0 -22
  187. package/mcp-configs/data-platform/mcp-excel-server.json +0 -21
  188. package/mcp-configs/data-platform/mcp-stata.json +0 -21
  189. package/mcp-configs/data-platform/mcpstack-jupyter.json +0 -21
  190. package/mcp-configs/data-platform/ml-mcp.json +0 -21
  191. package/mcp-configs/data-platform/nasdaq-data-link-mcp.json +0 -20
  192. package/mcp-configs/data-platform/numpy-mcp.json +0 -21
  193. package/mcp-configs/database/neo4j-mcp.json +0 -37
  194. package/mcp-configs/database/postgres-mcp.json +0 -28
  195. package/mcp-configs/database/sqlite-mcp.json +0 -29
  196. package/mcp-configs/dev-platform/geogebra-mcp.json +0 -21
  197. package/mcp-configs/dev-platform/github-mcp.json +0 -31
  198. package/mcp-configs/dev-platform/gitlab-mcp.json +0 -34
  199. package/mcp-configs/dev-platform/latex-mcp-server.json +0 -21
  200. package/mcp-configs/dev-platform/manim-mcp.json +0 -20
  201. package/mcp-configs/dev-platform/mcp-echarts.json +0 -20
  202. package/mcp-configs/dev-platform/panel-viz-mcp.json +0 -20
  203. package/mcp-configs/dev-platform/paperbanana.json +0 -20
  204. package/mcp-configs/dev-platform/texflow-mcp.json +0 -20
  205. package/mcp-configs/dev-platform/texmcp.json +0 -20
  206. package/mcp-configs/dev-platform/typst-mcp.json +0 -21
  207. package/mcp-configs/dev-platform/vizro-mcp.json +0 -20
  208. package/mcp-configs/email/email-mcp.json +0 -40
  209. package/mcp-configs/email/gmail-mcp.json +0 -37
  210. package/mcp-configs/note-knowledge/ApeRAG.json +0 -17
  211. package/mcp-configs/note-knowledge/In-Memoria.json +0 -17
  212. package/mcp-configs/note-knowledge/agent-memory.json +0 -17
  213. package/mcp-configs/note-knowledge/aimemo.json +0 -17
  214. package/mcp-configs/note-knowledge/biel-mcp.json +0 -19
  215. package/mcp-configs/note-knowledge/cognee.json +0 -17
  216. package/mcp-configs/note-knowledge/context-awesome.json +0 -17
  217. package/mcp-configs/note-knowledge/context-mcp.json +0 -17
  218. package/mcp-configs/note-knowledge/conversation-handoff-mcp.json +0 -17
  219. package/mcp-configs/note-knowledge/cortex.json +0 -17
  220. package/mcp-configs/note-knowledge/devrag.json +0 -17
  221. package/mcp-configs/note-knowledge/easy-obsidian-mcp.json +0 -17
  222. package/mcp-configs/note-knowledge/engram.json +0 -17
  223. package/mcp-configs/note-knowledge/gnosis-mcp.json +0 -17
  224. package/mcp-configs/note-knowledge/graphlit-mcp-server.json +0 -19
  225. package/mcp-configs/note-knowledge/local-faiss-mcp.json +0 -21
  226. package/mcp-configs/note-knowledge/mcp-memory-service.json +0 -21
  227. package/mcp-configs/note-knowledge/mcp-obsidian.json +0 -23
  228. package/mcp-configs/note-knowledge/mcp-ragdocs.json +0 -20
  229. package/mcp-configs/note-knowledge/mcp-summarizer.json +0 -21
  230. package/mcp-configs/note-knowledge/mediawiki-mcp.json +0 -21
  231. package/mcp-configs/note-knowledge/openzim-mcp.json +0 -20
  232. package/mcp-configs/note-knowledge/zettelkasten-mcp.json +0 -21
  233. package/mcp-configs/reference-mgr/academic-paper-mcp-http.json +0 -20
  234. package/mcp-configs/reference-mgr/academix.json +0 -20
  235. package/mcp-configs/reference-mgr/arxiv-cli.json +0 -17
  236. package/mcp-configs/reference-mgr/arxiv-research-mcp.json +0 -21
  237. package/mcp-configs/reference-mgr/arxiv-search-mcp.json +0 -17
  238. package/mcp-configs/reference-mgr/chiken.json +0 -17
  239. package/mcp-configs/reference-mgr/claude-scholar.json +0 -17
  240. package/mcp-configs/reference-mgr/devonthink-mcp.json +0 -17
  241. package/mcp-configs/reference-mgr/google-scholar-abstract-mcp.json +0 -19
  242. package/mcp-configs/reference-mgr/google-scholar-mcp.json +0 -20
  243. package/mcp-configs/reference-mgr/mcp-paperswithcode.json +0 -21
  244. package/mcp-configs/reference-mgr/mcp-scholarly.json +0 -20
  245. package/mcp-configs/reference-mgr/mcp-simple-arxiv.json +0 -20
  246. package/mcp-configs/reference-mgr/mcp-simple-pubmed.json +0 -20
  247. package/mcp-configs/reference-mgr/mcp-zotero.json +0 -21
  248. package/mcp-configs/reference-mgr/mendeley-mcp.json +0 -20
  249. package/mcp-configs/reference-mgr/ncbi-mcp-server.json +0 -22
  250. package/mcp-configs/reference-mgr/onecite.json +0 -21
  251. package/mcp-configs/reference-mgr/paper-search-mcp.json +0 -21
  252. package/mcp-configs/reference-mgr/pubmed-search-mcp.json +0 -21
  253. package/mcp-configs/reference-mgr/scholar-mcp.json +0 -21
  254. package/mcp-configs/reference-mgr/scholar-multi-mcp.json +0 -21
  255. package/mcp-configs/reference-mgr/seerai.json +0 -21
  256. package/mcp-configs/reference-mgr/semantic-scholar-fastmcp.json +0 -21
  257. package/mcp-configs/reference-mgr/sourcelibrary.json +0 -20
  258. package/mcp-configs/registry.json +0 -476
  259. package/mcp-configs/repository/dataverse-mcp.json +0 -33
  260. package/mcp-configs/repository/huggingface-mcp.json +0 -29
  261. package/skills/domains/business/xpert-bi-guide/SKILL.md +0 -84
  262. package/skills/domains/education/edumcp-guide/SKILL.md +0 -74
  263. package/skills/literature/search/paper-search-mcp-guide/SKILL.md +0 -107
  264. package/skills/research/automation/mcp-server-guide/SKILL.md +0 -211
  265. package/skills/tools/knowledge-graph/paperpile-notion-guide/SKILL.md +0 -84
  266. package/src/tools/semantic-scholar.ts +0 -66
@@ -1,107 +0,0 @@
1
- ---
2
- name: paper-search-mcp-guide
3
- description: "MCP server for searching papers across arXiv, PubMed, bioRxiv"
4
- metadata:
5
- openclaw:
6
- emoji: "🔍"
7
- category: "literature"
8
- subcategory: "search"
9
- keywords: ["paper search", "MCP", "arXiv", "PubMed", "bioRxiv", "multi-database"]
10
- source: "wentor-research-plugins"
11
- ---
12
-
13
- # Paper Search MCP Guide
14
-
15
- ## Overview
16
-
17
- Paper Search MCP is an MCP server that provides unified paper search across multiple academic databases — arXiv, PubMed, bioRxiv, and medRxiv. AI agents can search, download, and analyze papers through a single MCP interface. Handles API authentication, rate limiting, and result normalization across different database formats.
18
-
19
- ## MCP Configuration
20
-
21
- ```json
22
- {
23
- "mcpServers": {
24
- "paper-search": {
25
- "command": "npx",
26
- "args": ["@openags/paper-search-mcp"],
27
- "env": {}
28
- }
29
- }
30
- }
31
- ```
32
-
33
- ## Available Tools
34
-
35
- ```markdown
36
- ### search_papers
37
- Search across all databases or specific ones.
38
- - query: Search terms
39
- - source: "arxiv" | "pubmed" | "biorxiv" | "all"
40
- - max_results: Number of results (default 10)
41
- - date_from: Start date filter
42
- - date_to: End date filter
43
-
44
- ### get_paper
45
- Get full details for a specific paper.
46
- - id: arXiv ID, PMID, or DOI
47
-
48
- ### download_pdf
49
- Download paper PDF.
50
- - id: Paper identifier
51
- - output_dir: Save location
52
-
53
- ### get_references
54
- Get references cited by a paper.
55
- - id: Paper identifier
56
-
57
- ### get_citations
58
- Get papers that cite this paper.
59
- - id: Paper identifier
60
- ```
61
-
62
- ## Usage in Agent Chat
63
-
64
- ```markdown
65
- ### Example Interactions
66
-
67
- "Search for recent papers on protein folding"
68
- → Searches arXiv + PubMed + bioRxiv, returns unified results
69
-
70
- "Download the PDF for arxiv:2401.12345"
71
- → Fetches and saves PDF locally
72
-
73
- "What papers cite the AlphaFold2 paper?"
74
- → Looks up forward citations via Semantic Scholar
75
-
76
- "Find PubMed papers on CRISPR therapy from 2024"
77
- → PubMed-specific search with date filter
78
- ```
79
-
80
- ## Normalized Result Format
81
-
82
- ```json
83
- {
84
- "title": "Paper Title",
85
- "authors": ["Author A", "Author B"],
86
- "abstract": "Abstract text...",
87
- "source": "arxiv",
88
- "id": "2401.12345",
89
- "doi": "10.48550/arXiv.2401.12345",
90
- "url": "https://arxiv.org/abs/2401.12345",
91
- "published": "2024-01-15",
92
- "categories": ["cs.AI", "cs.CL"]
93
- }
94
- ```
95
-
96
- ## Use Cases
97
-
98
- 1. **Literature search**: Multi-database paper discovery
99
- 2. **Agent research**: Automated paper retrieval for AI agents
100
- 3. **PDF collection**: Bulk paper downloading
101
- 4. **Citation analysis**: Forward and backward citation chains
102
- 5. **Cross-database**: Unified search across arXiv + PubMed + bioRxiv
103
-
104
- ## References
105
-
106
- - [paper-search-mcp GitHub](https://github.com/openags/paper-search-mcp)
107
- - [MCP Specification](https://modelcontextprotocol.io/)
@@ -1,211 +0,0 @@
1
- ---
2
- name: mcp-server-guide
3
- description: "Index of 150 MCP server configs bundled with research-plugins"
4
- metadata:
5
- openclaw:
6
- emoji: "🔌"
7
- category: "research"
8
- subcategory: "automation"
9
- keywords: ["MCP", "model-context-protocol", "mcp-server", "tool-integration", "external-services", "research-automation"]
10
- source: "wentor-research-plugins"
11
- ---
12
-
13
- # MCP Server Configurations — Research-Plugins
14
-
15
- This plugin bundles 150 ready-to-use MCP (Model Context Protocol) server configurations for academic research workflows. Each config is a JSON file specifying how to install, configure, and connect an external MCP server.
16
-
17
- ## How to Find MCP Configs
18
-
19
- All configs are stored in the `mcp-configs/` directory within the installed plugin:
20
-
21
- ```
22
- # Typical installed location
23
- ~/.openclaw/extensions/node_modules/@wentorai/research-plugins/mcp-configs/
24
-
25
- # Structure
26
- mcp-configs/
27
- ├── registry.json # Machine-readable index of all 150 configs
28
- ├── academic-db/ # 43 configs — academic databases & APIs
29
- ├── reference-mgr/ # 25 configs — citation & reference managers
30
- ├── note-knowledge/ # 23 configs — note-taking & knowledge bases
31
- ├── data-platform/ # 13 configs — data science & experiment tracking
32
- ├── ai-platform/ # 12 configs — LLM orchestration & AI services
33
- ├── dev-platform/ # 12 configs — code hosting & development tools
34
- ├── browser/ # 8 configs — web automation & research agents
35
- ├── communication/ # 4 configs — team messaging (Slack, Discord)
36
- ├── cloud-docs/ # 3 configs — cloud document collaboration
37
- ├── database/ # 3 configs — database connectors (SQLite, Neo4j)
38
- ├── email/ # 2 configs — email integration (Gmail, IMAP)
39
- └── repository/ # 2 configs — data repositories (HuggingFace)
40
- ```
41
-
42
- ## Config File Format
43
-
44
- Each JSON file follows this schema:
45
-
46
- ```json
47
- {
48
- "id": "arxiv-search-mcp",
49
- "name": "arXiv Search MCP",
50
- "description": "Search and fetch papers from arXiv.org",
51
- "category": "reference-mgr",
52
- "install": {
53
- "runtime": "node",
54
- "package": "arxiv-search-mcp",
55
- "command": "npm install -g arxiv-search-mcp"
56
- },
57
- "config": {
58
- "env": {}
59
- },
60
- "tools": ["search", "fetch"],
61
- "verified": false,
62
- "source": "https://github.com/danimal141/arxiv-search-mcp"
63
- }
64
- ```
65
-
66
- Key fields:
67
- - **install.command** — shell command to install the MCP server
68
- - **install.runtime** — `node` or `python`
69
- - **config.env** — required environment variables (API keys, tokens)
70
- - **tools** — list of tool names the server exposes
71
- - **verified** — `true` if tested end-to-end in Research-Claw
72
-
73
- ## How to Use an MCP Server with OpenClaw
74
-
75
- ### Step 1: Find the config
76
-
77
- ```bash
78
- # Read the registry for a quick overview
79
- cat ~/.openclaw/extensions/node_modules/@wentorai/research-plugins/mcp-configs/registry.json
80
-
81
- # Or browse a specific category
82
- ls ~/.openclaw/extensions/node_modules/@wentorai/research-plugins/mcp-configs/academic-db/
83
- ```
84
-
85
- ### Step 2: Install the server package
86
-
87
- ```bash
88
- # Node-based server
89
- npm install -g <package-name>
90
-
91
- # Python-based server
92
- pip install <package-name>
93
- ```
94
-
95
- ### Step 3: Configure in OpenClaw
96
-
97
- Add the MCP server to your `~/.openclaw/openclaw.json`:
98
-
99
- ```json
100
- {
101
- "mcpServers": {
102
- "zotero": {
103
- "command": "npx",
104
- "args": ["-y", "mcp-zotero"],
105
- "env": {
106
- "ZOTERO_API_KEY": "your-api-key",
107
- "ZOTERO_USER_ID": "your-user-id"
108
- }
109
- }
110
- }
111
- }
112
- ```
113
-
114
- ### Step 4: Verify
115
-
116
- Restart OpenClaw. The MCP server's tools will appear alongside built-in tools. Test with a simple query to confirm connectivity.
117
-
118
- ## Category Quick Reference
119
-
120
- ### Academic Databases (43 configs)
121
-
122
- Connectors for scholarly search APIs and paper repositories:
123
-
124
- | Config | Description | Runtime |
125
- |--------|-------------|---------|
126
- | semantic-scholar-mcp | Semantic Scholar API — papers, authors, citations | node |
127
- | openalex-mcp | OpenAlex API — works, authors, institutions | node |
128
- | arxiv-search-mcp | arXiv paper search and retrieval | node |
129
- | pubmed-mcp | PubMed/MEDLINE biomedical literature | node |
130
- | crossref-mcp | CrossRef DOI resolution and metadata | node |
131
- | ... and 38 more | See `mcp-configs/academic-db/` | — |
132
-
133
- ### Reference Managers (25 configs)
134
-
135
- Connect to citation management tools:
136
-
137
- | Config | Description | Env Required |
138
- |--------|-------------|-------------|
139
- | zotero-mcp | Zotero library search, add, annotate | ZOTERO_API_KEY |
140
- | mendeley-mcp | Mendeley library access | MENDELEY_TOKEN |
141
- | google-scholar-mcp | Google Scholar search | — |
142
- | ... and 22 more | See `mcp-configs/reference-mgr/` | — |
143
-
144
- ### Note & Knowledge Bases (23 configs)
145
-
146
- Connect to knowledge management systems:
147
-
148
- | Config | Description | Env Required |
149
- |--------|-------------|-------------|
150
- | obsidian-mcp | Obsidian vault read/write | OBSIDIAN_VAULT_PATH |
151
- | notion-mcp | Notion workspace access | NOTION_API_KEY |
152
- | logseq-mcp | Logseq graph access | LOGSEQ_GRAPH_PATH |
153
- | ... and 20 more | See `mcp-configs/note-knowledge/` | — |
154
-
155
- ### Data & Experiment Platforms (13 configs)
156
-
157
- ML experiment tracking and data science tools:
158
-
159
- | Config | Description | Env Required |
160
- |--------|-------------|-------------|
161
- | wandb-mcp | Weights & Biases experiment tracking | WANDB_API_KEY |
162
- | jupyter-mcp | Jupyter notebook execution | — |
163
- | kaggle-mcp | Kaggle datasets and competitions | KAGGLE_KEY |
164
- | ... and 10 more | See `mcp-configs/data-platform/` | — |
165
-
166
- ### Other Categories
167
-
168
- - **ai-platform/** (12) — OpenAI, HuggingFace, Replicate connectors
169
- - **dev-platform/** (12) — GitHub, GitLab repository management
170
- - **browser/** (8) — Playwright, Puppeteer, Firecrawl web automation
171
- - **communication/** (4) — Slack, Discord, Telegram messaging
172
- - **cloud-docs/** (3) — Notion, Google Drive, Confluence
173
- - **database/** (3) — SQLite, PostgreSQL, Neo4j connectors
174
- - **email/** (2) — Gmail, IMAP/SMTP integration
175
- - **repository/** (2) — HuggingFace Hub, Dataverse
176
-
177
- ## Using registry.json Programmatically
178
-
179
- The `registry.json` file is a machine-readable index of all configs:
180
-
181
- ```json
182
- {
183
- "version": "1.1.0",
184
- "generated": "2026-03-10",
185
- "categories": {
186
- "academic-db": { "count": 43, "configs": [...] },
187
- "reference-mgr": { "count": 25, "configs": [...] }
188
- }
189
- }
190
- ```
191
-
192
- Each entry in `configs[]` has: `id`, `name`, `category`, `file` (relative path to the JSON config).
193
-
194
- ## Related Skills
195
-
196
- - [zotero-mcp-guide](../../writing/citation/zotero-mcp-guide/SKILL.md) — Detailed Zotero MCP setup and workflows
197
- - [paper-search-mcp-guide](../../literature/search/paper-search-mcp-guide/SKILL.md) — Multi-database paper search MCP
198
- - [edumcp-guide](../../domains/education/edumcp-guide/SKILL.md) — Education-focused MCP server
199
-
200
- ## Important Notes
201
-
202
- - MCP configs are **reference templates** — you must install the server package separately
203
- - Some servers require API keys or tokens (check `config.env` in each JSON)
204
- - Prefer the plugin's built-in Agent Tools (search_papers, resolve_doi, etc.) over MCP for academic database queries — they work out of the box without extra installation
205
- - The `verified: false` flag means the config has not been end-to-end tested; check the source repository for current status
206
-
207
- ## References
208
-
209
- - [MCP Specification](https://modelcontextprotocol.io)
210
- - [OpenClaw MCP Documentation](https://docs.openclaw.app)
211
- - [Registry Source](https://github.com/wentorai/research-plugins/tree/main/mcp-configs)
@@ -1,84 +0,0 @@
1
- ---
2
- name: paperpile-notion-guide
3
- description: "Sync Paperpile references and annotations to Notion"
4
- metadata:
5
- openclaw:
6
- emoji: "📋"
7
- category: "tools"
8
- subcategory: "knowledge-graph"
9
- keywords: ["Paperpile", "Notion", "sync", "reference management", "annotations", "integration"]
10
- source: "https://github.com/gsarti/paperpile-notion"
11
- ---
12
-
13
- # Paperpile-Notion Integration Guide
14
-
15
- ## Overview
16
-
17
- Paperpile-Notion is a tool that syncs your Paperpile reference library to a Notion database. It exports paper metadata (title, authors, year, DOI, abstract), reading status, labels, and annotations to Notion pages, enabling you to combine reference management with Notion's rich knowledge management features.
18
-
19
- ## Setup
20
-
21
- ```bash
22
- # Install from source
23
- git clone https://github.com/gsarti/paperpile-notion.git
24
- cd paperpile-notion
25
- pip install -e .
26
-
27
- # Configuration
28
- # 1. Export Paperpile library as BibTeX/JSON
29
- # 2. Create Notion integration and get token
30
- # 3. Create Notion database with required properties
31
- # 4. Run sync script
32
- ```
33
-
34
- ## Notion Database Properties
35
-
36
- ```markdown
37
- ### Required Properties
38
- | Property | Type | Source |
39
- |----------|------|--------|
40
- | Title | Title | Paper title |
41
- | Authors | Rich text | Author names |
42
- | Year | Number | Publication year |
43
- | DOI | URL | Digital Object Identifier |
44
- | Abstract | Rich text | Paper abstract |
45
- | Labels | Multi-select | Paperpile labels/folders |
46
- | Status | Select | Read / Unread / Reading |
47
- | Added | Date | Date added to Paperpile |
48
- | Journal | Rich text | Publication venue |
49
- | Notes | Rich text | Paperpile notes |
50
- ```
51
-
52
- ## Sync Workflow
53
-
54
- ```python
55
- from paperpile_notion import PaperpileSync
56
-
57
- sync = PaperpileSync(
58
- paperpile_export="library.bib", # BibTeX export
59
- notion_database_id="your_db_id",
60
- )
61
-
62
- # Full sync
63
- result = sync.run()
64
- print(f"Synced: {result.created} new, "
65
- f"{result.updated} updated, "
66
- f"{result.skipped} unchanged")
67
-
68
- # Incremental sync (only new/modified)
69
- result = sync.run(incremental=True)
70
- ```
71
-
72
- ## Use Cases
73
-
74
- 1. **Knowledge management**: Paperpile references in Notion
75
- 2. **Reading tracking**: Kanban board for paper reading status
76
- 3. **Team collaboration**: Shared reference database in Notion
77
- 4. **Research notes**: Rich notes alongside paper metadata
78
- 5. **Project organization**: Tag papers by research project
79
-
80
- ## References
81
-
82
- - [paperpile-notion GitHub](https://github.com/gsarti/paperpile-notion)
83
- - [Paperpile](https://paperpile.com/)
84
- - [Notion API](https://developers.notion.com/)
@@ -1,66 +0,0 @@
1
- import { Type } from "@sinclair/typebox";
2
- import type { OpenClawPluginApi, OpenClawPluginToolContext } from "openclaw/plugin-sdk";
3
- import { toolResult } from "./util.js";
4
-
5
- const BASE = "https://api.semanticscholar.org/graph/v1";
6
-
7
- export function createSemanticScholarTools(
8
- ctx: OpenClawPluginToolContext,
9
- api: OpenClawPluginApi,
10
- ) {
11
- const apiKey =
12
- ctx.config?.get?.("plugins.entries.research-plugins.semanticScholarApiKey") ?? "";
13
-
14
- const headers: Record<string, string> = apiKey ? { "x-api-key": apiKey } : {};
15
-
16
- return [
17
- {
18
- name: "get_paper",
19
- label: "Get Paper Details (Semantic Scholar)",
20
- description:
21
- "Get detailed information about a specific paper by its Semantic Scholar ID, DOI, or ArXiv ID.",
22
- parameters: Type.Object({
23
- paper_id: Type.String({
24
- description:
25
- "Paper identifier: Semantic Scholar ID, DOI (e.g. '10.1234/...'), or ArXiv ID (e.g. 'arXiv:2301.00001')",
26
- }),
27
- }),
28
- execute: async (input: { paper_id: string }) => {
29
- const fields =
30
- "title,abstract,authors,year,citationCount,referenceCount,tldr,url,venue,isOpenAccess,openAccessPdf,fieldsOfStudy,publicationDate";
31
- const res = await fetch(
32
- `${BASE}/paper/${encodeURIComponent(input.paper_id)}?fields=${fields}`,
33
- { headers },
34
- );
35
- if (!res.ok) return toolResult({ error: `API error: ${res.status} ${res.statusText}` });
36
- return toolResult(await res.json());
37
- },
38
- },
39
- {
40
- name: "get_citations",
41
- label: "Get Citations (Semantic Scholar)",
42
- description:
43
- "Get papers that cite a given paper. Useful for forward citation tracking.",
44
- parameters: Type.Object({
45
- paper_id: Type.String({ description: "Paper identifier (S2 ID, DOI, or ArXiv ID)" }),
46
- limit: Type.Optional(
47
- Type.Number({ description: "Max citations to return (default 20, max 100)" }),
48
- ),
49
- offset: Type.Optional(
50
- Type.Number({ description: "Pagination offset" }),
51
- ),
52
- }),
53
- execute: async (input: { paper_id: string; limit?: number; offset?: number }) => {
54
- const fields = "title,authors,year,citationCount,url,abstract";
55
- const limit = Math.min(input.limit ?? 20, 100);
56
- const offset = input.offset ?? 0;
57
- const res = await fetch(
58
- `${BASE}/paper/${encodeURIComponent(input.paper_id)}/citations?fields=${fields}&limit=${limit}&offset=${offset}`,
59
- { headers },
60
- );
61
- if (!res.ok) return toolResult({ error: `API error: ${res.status} ${res.statusText}` });
62
- return toolResult(await res.json());
63
- },
64
- },
65
- ];
66
- }