MCP server for priorwork.fyi — academic ML paper search for Claude Code and Cursor
Project description
priorwork-mcp
MCP server for priorwork.fyi — semantic search over 114,000+ papers from major ML, NLP, and Computer Vision conferences (NeurIPS, CVPR, ICML, ICLR, ACL, EMNLP, ICCV, AISTATS, and more), directly from Claude Code, Cursor, or any MCP client.
Tools
| Tool | Description |
|---|---|
search_papers |
Semantic search from a natural-language query — returns ranked papers with authors, venue, year, similarity score, download URL, and abstract snippet |
search_by_pdf_url |
Give it a public PDF link (e.g. an arXiv PDF) and get semantically similar papers from the index |
list_indexes |
List the available paper indexes and their sizes |
Setup
Claude Code
claude mcp add priorwork -- uvx priorwork-mcp
Cursor / other MCP clients
Add to your MCP configuration:
{
"mcpServers": {
"priorwork": {
"command": "uvx",
"args": ["priorwork-mcp"]
}
}
}
Configuration
Configuration is via environment variables (pass with -e KEY=value in claude mcp add,
or an "env" block in JSON configs):
| Variable | Required | Description |
|---|---|---|
PRIORWORK_API_KEY |
No | API key from priorwork.fyi (enables authenticated features) |
PRIORWORK_API_URL |
No | Override the API base URL (default https://priorwork.fyi) |
Example
"Find prior work on spatiotemporal forecasting with graph neural networks"
1. Taming Local Effects in Graph-based Spatiotemporal Forecasting — Andrea Cini, et al. (2023 · NeurIPS) [score: 0.802]
2. FourierGNN: Rethinking Multivariate Time Series Forecasting from a Pure Graph Perspective — ...
License
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file priorwork_mcp-0.1.0.tar.gz.
File metadata
- Download URL: priorwork_mcp-0.1.0.tar.gz
- Upload date:
- Size: 3.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c80eb84e0f717a280a9ba67c15c4b9058bbc8cd7784b157e1c75371f7f9e8f8b
|
|
| MD5 |
6201642e7302bbab4852b75508c30bc9
|
|
| BLAKE2b-256 |
04ea7ed880efc38f866c4f794572072682653adaf442b776f887df65f65e2735
|
File details
Details for the file priorwork_mcp-0.1.0-py3-none-any.whl.
File metadata
- Download URL: priorwork_mcp-0.1.0-py3-none-any.whl
- Upload date:
- Size: 4.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
006a5f49c2b4aa7c9177be74caeb2c8f6b2e81f808f225e2b34c273ada6adecb
|
|
| MD5 |
e0e14a19f1a2e6c0a4818ac0287f184e
|
|
| BLAKE2b-256 |
5c95b671d37bb9bd146e24d2de38fba65fd68d7811dcab6bd0cd8b40e8e8e040
|