MCP Catalogs
Homepaperclip screenshot

paperclip

by matsjfunke·27·Score 40

MCP server enabling search and retrieval of research papers from Arxiv, OSF API & OpenAlex.

ai-llmdeveloper-toolsknowledge-graph
8
Forks
1
Open issues
5 mo ago
Last commit
2d ago
Indexed

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:

you:Research assistants retrieving papers for literature reviews
you:Academic building custom research tools with paper search capabilities
you:Scientists staying updated with latest publications in their field
you:Is authentication required to use Paperclip?
you:Why is the server no longer hosted by the author?

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 README
  • search_arxiv

    Search for research papers on ArXiv

  • search_openalex

    Search for research papers using OpenAlex API

  • search_osf

    Search for research papers on Open Science Framework

Comparable tools

semanticscholar-mcparxiv-mcplitmaps

Installation

Installation

  1. Fork the repository and set up your own server deployment using the deploy.yml GitHub Action.
  2. 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

GitHub →

Last updated · Auto-generated from public README + GitHub signals.