academia-mcp 0.0.2__py3-none-any.whl → 0.0.4__py3-none-any.whl

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.
academia_mcp/py.typed ADDED
File without changes
File without changes
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: academia-mcp
3
- Version: 0.0.2
3
+ Version: 0.0.4
4
4
  Summary: MCP server that provides different tools to search for scientific publications
5
5
  Author-email: Ilya Gusev <phoenixilya@gmail.com>
6
6
  Project-URL: Homepage, https://github.com/IlyaGusev/academia_mcp
@@ -30,4 +30,32 @@ Dynamic: license-file
30
30
 
31
31
  # Academia MCP
32
32
 
33
- A collection of MCP tools related to the search of scientific papers.
33
+ A collection of MCP tools related to the search of scientific papers:
34
+ - ArXiv search and download
35
+ - ACL Anthology search
36
+ - HuggingFact datasets search
37
+ - Semantic Scholar citation graphs
38
+
39
+ Install:
40
+ ```
41
+ pip3 install academia-mcp
42
+ ```
43
+
44
+ Comprehensive report screencast: https://www.youtube.com/watch?v=4bweqQcN6w8
45
+
46
+ Single paper screencast: https://www.youtube.com/watch?v=IAAPMptJ5k8
47
+
48
+ Claude Desktop config:
49
+ ```
50
+ {
51
+ "mcpServers": {
52
+ "academia": {
53
+ "command": "python3",
54
+ "args": [
55
+ "-m",
56
+ "academia_mcp"
57
+ ]
58
+ }
59
+ }
60
+ }
61
+ ```
@@ -1,15 +1,17 @@
1
1
  academia_mcp/__init__.py,sha256=0wvKJeTFVLXWx97eL76D6SRNF4o5IUxwv83lWiG3Xiw,89
2
2
  academia_mcp/__main__.py,sha256=rcmsOtJd3SA82exjrcGBuxuptcoxF8AXI7jNjiVq2BY,59
3
+ academia_mcp/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
3
4
  academia_mcp/server.py,sha256=2OIyYdrKZ4bKwgywAYg4iswicIezgm5Qqa7TYluePB4,532
4
5
  academia_mcp/tools/__init__.py,sha256=KZuteEnRZSJFl1E_VIH7V3hAHS6WUl-K4Ge41D9q58M,347
5
6
  academia_mcp/tools/anthology_search.py,sha256=Wnpd6ovSeCYXjuzisV37hg_Kdh4NVC_1Y93VLIy2Gus,7728
6
7
  academia_mcp/tools/arxiv_download.py,sha256=fJ1PCgnpQvPKXv6VLKLcL_Hd_hz9LhPM-NAq3gYehGk,11158
7
8
  academia_mcp/tools/arxiv_search.py,sha256=-A5-7PP-kYgjQjMreRGKkOwD4AQf7nVt6yh8vHsFSo4,9048
8
9
  academia_mcp/tools/hf_datasets_search.py,sha256=KiBkqT4rXjEN4oc1AWZOPnqN_Go90TQogY5-DUm3LQo,2854
10
+ academia_mcp/tools/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
9
11
  academia_mcp/tools/s2_citations.py,sha256=xIwaGaAcLNBJ8_IAJtFiN2h_164yvz_jcsl6c-wFzAA,3988
10
- academia_mcp-0.0.2.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
11
- academia_mcp-0.0.2.dist-info/METADATA,sha256=p89qDQZQ_m2sgKBgKZYfAKBaFnciP0SfHNqSVZlTn6c,1150
12
- academia_mcp-0.0.2.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
13
- academia_mcp-0.0.2.dist-info/entry_points.txt,sha256=gxkiKJ74w2FwJpSECpjA3XtCfI5ZfrM6N8cqnwsq4yY,51
14
- academia_mcp-0.0.2.dist-info/top_level.txt,sha256=CzGpRFsRRJRqWEb1e3SUlcfGqRzOxevZGaJWrtGF8W0,13
15
- academia_mcp-0.0.2.dist-info/RECORD,,
12
+ academia_mcp-0.0.4.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
13
+ academia_mcp-0.0.4.dist-info/METADATA,sha256=cbzoMdUY53ZcjlxSNkKjDdSA7Ru69Dw8N9TG04ryRts,1629
14
+ academia_mcp-0.0.4.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
15
+ academia_mcp-0.0.4.dist-info/entry_points.txt,sha256=gxkiKJ74w2FwJpSECpjA3XtCfI5ZfrM6N8cqnwsq4yY,51
16
+ academia_mcp-0.0.4.dist-info/top_level.txt,sha256=CzGpRFsRRJRqWEb1e3SUlcfGqRzOxevZGaJWrtGF8W0,13
17
+ academia_mcp-0.0.4.dist-info/RECORD,,