Skip to content
This repository was archived by the owner on Dec 16, 2025. It is now read-only.

Latest commit

 

History

History
103 lines (80 loc) · 3.96 KB

File metadata and controls

103 lines (80 loc) · 3.96 KB
Paperclip Logo

Paperclip MCP Server

📎 Paperclip is a Model Context Protocol (MCP) server that enables searching and retrieving research papers from Arxiv, the Open Science Framework (OSF) API, and OpenAlex.

Tests Health Check License

Important the server is no longer hosted on paperclip.matsjfunke.com/mcp you need to host it yourself! For that you can fork this repo and use the deploy.yml Github Action to host on a simple VPS (my simple VPS setup guide)

Quick Start

Setup the paperclip MCP server in your host via the server url no authentication is needed.

Example JSON for cursor:

{
  "mcpServers": {
    "paperclip": {
      "url": "https://<your-server-domain.com>/mcp"
    }
  }
}

Table of Contents

Usage Examples

Here are examples of Paperclip integrated with popular MCP clients:

Cursor IDE:

Paperclip integration with Cursor

Langdock:

Paperclip integration with Langdock

Supported Paper providers

Preprint Providers to be added

List of preprint repositorys

Contributing

Interested in contributing to Paperclip? Check out our Contributing Guide for development setup instructions, testing procedures, and more!