MyArxivDB_MCP

MyArxivDB_MCP

Organizes personal research papers by crawling arXiv metadata, embedding abstracts, storing in a PostgreSQL database, and generating Related Work sections using LLMs.

Category
Visit Server

README

๐Ÿง  Organizing Research Papers with MCP Server

This repository provides a MCP server to organize personal research papers using an MCP (Modular Command Platform) server and semantic search. The platform enables efficient paper retrieval, automatic project assignment, and assistance in writing literature review sections using LLMs.

This server is mainly designed for Claude Desktop but may also work well with other MCP clients.

This project was carried out as part of the term project for the BKMS1 course(@SNU GSDS).


โšก๏ธ Quickstart

The following quickstart guide is based on an Apple Silicon MacBook.

  1. Install uv
curl -LsSf https://astral.sh/uv/install.sh | sh
  1. clone the repository
git clone https://github.com/Jongbin-kr/MyArxivDB_MCP.git
  1. Intsall dependencies & activate the virtual environment
uv sync
source /.venv/bin/activate
  1. set up environment variables at .env file.
# .env
PINECONE_API_KEY = "YOUR PINECONE_API_KEY"
DB_NAME = "YOUR_DB_NAME"
DB_USER = "YOUR_DB_USERNAME"
DB_PASSWORD = "YOUR_DB_PASSWORD"
DB_HOST = "localhost"
DB_PORT = 4444
  1. Intsall MCP server at Claude Desktop

    mcp install server.py
    
  2. Done! The Claude desktop app will automatically detect the MCP server and you can start using i!


๐Ÿ“Œ Motivation

Researchers frequently accumulate large numbers of papers but lack tools to systematically organize them by topic or project. BKMS aims to:

  • Automatically assign new papers to relevant projects using embeddings
  • Allow semantic search for project-specific literature
  • Assist in drafting sections like โ€œRelated Workโ€ using LLMs

๐Ÿ› ๏ธ Main functions

Our MCP server supports the following core capabilities:

  • Crawling metadata and PDFs from arXiv using ID or URL using ArXiv API
  • Embedding abstracts using Pinecone API(llama-text-embed-v2)
  • Storing papers and projects in a PostgreSQL + pgvector DB
  • Generating "Related Work" sections via LLM prompts

๐ŸŽฅ Workflow & Demo video

You can see our PPT and demo video in assets folder.

Brief overview of our project workflow and DB schema is as follows. workflow DB-schema


๐Ÿ‘จโ€๐Ÿ‘ฉโ€๐Ÿ‘งโ€๐Ÿ‘ฆ Team

  • ๋ฐ•์—ฐ์ง„
  • ์›์ข…๋นˆ
  • ์ •์˜ˆ์ค€

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured