
paperclip
by matsjfunke·★ 27·Score 40
MCP server enabling search and retrieval of research papers from Arxiv, OSF API & OpenAlex.
Overview
Paperclip is a specialized MCP server that connects to multiple academic paper repositories, enabling users to search and retrieve research papers from sources like Arxiv, the Open Science Framework (OSF) API, and OpenAlex. It supports a wide variety of preprint repositories across different disciplines. The server provides a straightforward API for MCP clients to access these research resources. Note that the server is no longer hosted by the author and users need to self-host it.
Try asking AI
After installing, here are 5 things you can ask your AI assistant:
When to choose this
Choose Paperclip when you need to search academic papers across multiple repositories through an AI assistant interface.
When NOT to choose this
Don't choose Paperclip if you need full-text paper access (only metadata retrieval) or prefer a hosted service without self-hosting.
Tools this server exposes
3 tools extracted from the READMEsearch_arxivSearch for research papers on ArXiv
search_openalexSearch for research papers using OpenAlex API
search_osfSearch for research papers on Open Science Framework
Comparable tools
Installation
Installation
- Fork the repository and set up your own server deployment using the
deploy.ymlGitHub Action. - Configure your MCP client to use the server URL.
Example JSON for Cursor:
{
"mcpServers": {
"paperclip": {
"url": "https://<your-server-domain.com>/mcp"
}
}
}FAQ
- Is authentication required to use Paperclip?
- No authentication is needed for the server, as mentioned in the documentation.
- Why is the server no longer hosted by the author?
- The author has decided that users should host the server themselves for more control and reliability.
Compare paperclip with
Last updated · Auto-generated from public README + GitHub signals.